Closed BambamNZ closed 8 months ago
I don't actually have a working device any more, however I just re-enabled the integration and it connected fine.
Maybe a temporary glitch from the upstream provider?
If it's not working after a restart, can you please enable debug logging and send me the log?
Indeed a problem with the provider, just retested
Got a better response from the API call : {"msg":"system error","code":400,"response":101}
Also restarting the gave me all the sensors back.
Hi
Thank you for the integration, been using it the last couple of weeks, after dealing with the not so smart app.
However earlier today it seems to have stopped working, only noticed after restarting HA for unrelated updates.
This is the log extract that seems to be of relation to the integration
2024-03-19 21:17:39.472 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Petoneer Revogi for revogi Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 504, in async_setup result = await component.async_setup_entry(hass, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/revogi/init.py", line 44, in async_setup_entry await pet.auth(username, password) File "/config/custom_components/revogi/petoneer.py", line 86, in auth if (json_resp['data']['accessToken']):