You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have updated from 2.3.0 to 2.9.1
Previously this worked.
curl -X POST http://username:[email protected]/r?rapi=%24SC+14
But now i have to turn the username and password to blank in the web GUI & can only use
curl -X POST http://192.1.1.1/r\?rapi\=%24SC+14
The top method still works when pasted into a windows browser without curl -X POST
I currently send these commands from a Rasberry PI running Home assistant.
The documents are excellent but are lacking username and password info in the RAPI over HTTP section, maybe i'm just doing it all wrong.
Thanks to all those that made this possible!
The text was updated successfully, but these errors were encountered:
I'm seeing the same thing, no authentication is needed anymore, it's wide open. I am using Home Assistant also and it works with the rest_command with username/password specified or not.
AHA: Just realized that my authentication issues are because the Admin username/password got reset to empty on the 2.9.1 upgrade. Once I re-added my account information, I started seeing 401 errors.
It looks like the server now requires digest authentication which is available with Home Assistant's REST sensor, but for some reason rest_command cannot specify digest as far as I can tell.
I have updated from 2.3.0 to 2.9.1
Previously this worked.
curl -X POST http://username:[email protected]/r?rapi=%24SC+14
But now i have to turn the username and password to blank in the web GUI & can only use
curl -X POST http://192.1.1.1/r\?rapi\=%24SC+14
The top method still works when pasted into a windows browser without curl -X POST
I currently send these commands from a Rasberry PI running Home assistant.
The documents are excellent but are lacking username and password info in the RAPI over HTTP section, maybe i'm just doing it all wrong.
Thanks to all those that made this possible!
The text was updated successfully, but these errors were encountered: