-
Notifications
You must be signed in to change notification settings - Fork 13
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 Control #1
Comments
Built-in HomeKit Characteristics that would be most appropriate would be:
RotationDirection can only be 0 (Clockwise) or 1 (Counter clockwise), doesn't fit Daikin use case well Probably better creating custom Characteristics reflecting accurate use case |
Have noticed that my BRP072A42 is not reporting back Fan settings on Firmware 2.9.0 |
Spoke with Daikin support, my model doesn't support Fan controls. It appears any where /aircon/get_model_info returns "model=NOTSUPPORTED" is stuck with this limitation until Daikin updates their firmware. I'll keep working to get fan control working on other models where supported, but will need a lot of help from those of you with supported devices |
Why not add fan speed as a "lightbulb" service and use the brightness characteristic? It seems weird to me HomeKit doesn't support a fan speed on a thermostat... :-) |
Happy to help with this by providing info. My get_model_info says model=0C88. Would be great to get control of the fan as well as the rest of the AC. |
Missing Fan Controls for Direction (vertical, horizontal, both) and Rate (auto, silence, lvl_1 to 5)
The text was updated successfully, but these errors were encountered: