Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord
    1. Home
    2. Tags
    3. poweroff
    Log in to post
    • All categories
    • xalex75

      Poweroff Recalbox remotely
      Recalbox General • poweroff recalbox remotely • • xalex75

      2
      0
      Votes
      2
      Posts
      587
      Views

      williamcarlos

      I hope you have already resolved your issue and I am including it here for other users.

      you can use Chrome's Developer tool to check the Post command and this example below is what I'm currently using to control Recalbox through Homeassistant

      These commands are for Recalbox 9.2 New Web ui

      ###############################################
      rest_command:
      emulationstation_reiniciar:
      url: http://172.16.8.6/api/system/frontend/restart
      method: POST
      headers:
      accept: "application/json, text/html"
      user-agent: 'Mozilla/5.0 {{ useragent }}'
      payload: '{}'
      content_type: 'application/json; cha**et=utf-8'
      verify_ssl: false

      emulationstation_parar:
      url: http://172.16.8.6/api/system/frontend/stop
      method: POST
      headers:
      accept: "application/json, text/html"
      user-agent: 'Mozilla/5.0 {{ useragent }}'
      payload: '{}'
      content_type: 'application/json; cha**et=utf-8'
      verify_ssl: false

      emulationstation_iniciar:
      url: http://172.16.8.6/api/system/frontend/start
      method: POST
      headers:
      accept: "application/json, text/html"
      user-agent: 'Mozilla/5.0 {{ useragent }}'
      payload: '{}'
      content_type: 'application/json; cha**et=utf-8'
      verify_ssl: false

      recalbox_reiniciar:
      url: http://172.16.8.6/api/system/reboot
      method: POST
      headers:
      accept: "application/json, text/html"
      user-agent: 'Mozilla/5.0 {{ useragent }}'
      payload: '{}'
      content_type: 'application/json; cha**et=utf-8'
      verify_ssl: false

    • Slan

      Shutdown -h now ou poweroff
      Recalbox Général • poweroff • • Slan

      1
      0
      Votes
      1
      Posts
      222
      Views

      No one has replied

    • Damien DALY

      Poweroff ps3 sixaxis
      GamePad/GPIO/USB encoder • poweroff ps3 sixaxis • • Damien DALY

      2
      0
      Votes
      2
      Posts
      1087
      Views

      Rivalus

      Did you mean powering off the PS3 Controller? If it is, you can just press and hold PS button in the middle until all the light switch off.