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

fan_speed with other values than in enum #93

Open
dokatomi opened this issue Jul 22, 2022 · 2 comments
Open

fan_speed with other values than in enum #93

dokatomi opened this issue Jul 22, 2022 · 2 comments

Comments

@dokatomi
Copy link

Hi,

I use my AC on 10%, 20% and 30% fan speeds, but if I query the status it shows the correct enum in case of 20% only.
I checked, the enum doesn't contain the 10% and 30% values. Therefore it shows default Auto.

Can you pease correct it to show every percentage correctly?

@kueblc
Copy link
Collaborator

kueblc commented Jul 22, 2022

It would be silly to have 102 enum values, the raw int value should be exposed instead.

@dokatomi
Copy link
Author

Hi,
yes, maybe it will be a better solution. Or in case of enum every 10th.
Br.

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

2 participants