-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
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...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels