gvigroux / hon

Support of all Haier, Candy, Hoover appliances integrated in the official hOn mobile app. Direct access to all possible services and parameters
MIT License
118 stars 45 forks source link

Unable to update parameter [windDirectionVertical] with value [0] because not in range ['2', '4', '5', '6', '7', '8']. Use default instead. #100

Closed DeimicUser closed 11 months ago

DeimicUser commented 1 year ago

Logger: custom_components.hon.device Source: custom_components/hon/device.py:143 Integration: hOn (documentation, issues) First occurred: 16:01:06 (1 occurrences) Last logged: 16:01:06

Unable to update parameter [windDirectionVertical] with value [0] because not in range ['2', '4', '5', '6', '7', '8']. Use default instead.

gvigroux commented 1 year ago

When did you receive this warning ? After which action ? It seems the integrations tries to update the [windDirectionVertical] with 0 but, 0 is not part of the list I use in the code

lechoooo commented 11 months ago

hi I have similar outcome, I'm calling the service: "Set wind directional horizontal" to set it to "Far Left" via mushroom climate card.

Logs: Unable to update parameter [windDirectionHorizontal] with value [6] because not in range ['0', '3', '4', '5', '6', '7']. Use default instead.

Climate card setup: https://imgur.com/a/YisYDe9

gvigroux commented 11 months ago

Your problem is different, you use the value 6, which is in theory allowed :) I will look into it

gvigroux commented 11 months ago

@lechoooo do you have the same error whatever the value you set ? (Far left...)

gvigroux commented 11 months ago

I found the issue ! I will fix it soon :)

lechoooo commented 11 months ago

Great ! Let me know if I can post some more info.

gvigroux commented 11 months ago

@lechoooo I just published the 0.6.0 with the fix :) @DeimicUser, please open a new issue and explain how you can push the 0 value to this parameter

lechoooo commented 11 months ago

Thanks!