Skip to content

AC state not responding #5

@sebchalmers

Description

@sebchalmers

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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions