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

Support of More Than Three Fan Speeds #12

Open
roscoe81 opened this issue Sep 19, 2024 · 0 comments
Open

Support of More Than Three Fan Speeds #12

roscoe81 opened this issue Sep 19, 2024 · 0 comments
Labels
question Further information is requested

Comments

@roscoe81
Copy link

Describe Your Problem:
My MHI aircon system has four fan speeds: Low, Medium, High and Powerful. When using the Powerful fan speed, I get a Homebridge warning that the rotation speed exceeds the 99 limit, because it's trying to set the rotation speed to 132. I modified Line 94 of platformACAccessory.ts to have a minStep of 24 and changed 33 to 24 in Lines 106 and 112. This solved the problem for my system but it's not a flexible fix. Is there a way of the plugin sensing how many fan speeds have been set up in the aircon system and setting up the rotation speeds to suit?

@roscoe81 roscoe81 added the question Further information is requested label Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant