Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AC state not responding #5

Open
sebchalmers opened this issue Jun 30, 2022 · 0 comments
Open

AC state not responding #5

sebchalmers opened this issue Jun 30, 2022 · 0 comments

Comments

@sebchalmers
Copy link

sebchalmers commented Jun 30, 2022

sensibo_client has stopped working on the 30th of June. The command pod_ac_state returns an empty result. The issue seems to be a change in the protocol to read the AC state. To fix it, you can replace line 35-36:

result = self._get("/pods/%s/acStates" % podUid, limit = 1, fields="status,reason,acState")

By:

result = self._get("/pods/%s" % podUid, fields="acState")

And that should fix it. An update on this git would be useful...

@sebchalmers sebchalmers changed the title Server 'https://home.sensibo.com/api/v2' down? AC state not responding Jun 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant