-
Notifications
You must be signed in to change notification settings - Fork 29
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
0.6.2 - Can't handle 'DryerProgramState' #59
Comments
The code that handles dryers can't parse the state of 1: https://github.com/ofalvai/home-assistant-candy/blob/main/custom_components/candy/client/model.py#L72 If you help me understand what this state means (and validate if the other state values are correct for your device) then I can make a fix. This state value is called |
This comment was marked as off-topic.
This comment was marked as off-topic.
Good afternoon! |
@Alex2zl I recommend observing the JSON response of the device in various states. Seems like the status value of See this about how to read the raw JSON response. |
Thank you. |
There is some extra magic in the "Dryer cycle status" sensor: home-assistant-candy/custom_components/candy/sensor.py Lines 243 to 247 in 79cf5db
If you think the |
Retrying setup: Error communicating with API: ValueError("Unrecognized code when parsing <enum 'DryerProgramState'>: 1")
The text was updated successfully, but these errors were encountered: