-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
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
BAF without Auto Comfort support show tempratures in the UI #72934
Comments
baf documentation |
Hey there @bdraco, @jfroy, mind taking a look at this issue as it has been labeled with an integration ( |
I think we are going to have to add diagnostics support so we can figure out which property we can use to exclude this |
@jdoss If you're comfortable running some python, could you run the following? It should help us fix this before we have full diagnostics support. python3 -m venv hass72934
source ./hass72934/bin/activate
pip3 install aiobafi6
aiobafi6 --discover
# ^C when you have your fan's IP
aiobafi6 --direct --dump --ip <IP>
# ^C when the program reaches steady state, a second or so In the current directory, you'll find a bunch of |
@jfroy sure thing. See attached. |
This commit defines 2 unknown fields in the `Capabilities` message that are not set on fans without auto comfort. The `Device` property exposes a new computed property (`has_auto_comfort`) when both of those fields are set to true. See home-assistant/core#72934
@bdraco Published aiobafi6 0.5.0 with a new property that indicates support for auto comfort. https://github.com/jfroy/aiobafi6/releases/tag/0.5.0 |
Thanks @jfroy 🚀 |
The problem
This new integration to add support for the new firmware on Big Ass Fans #71498 was just added by @bdraco. It works great, but for fans that do not have the Auto Comfort features they report an incorrect temperature in the UI.
My BAF is an older Haiku L series.
What version of Home Assistant Core has the issue?
core-2022.6
What was the last working version of Home Assistant Core?
N/A
What type of installation are you running?
Home Assistant Container
Integration causing the issue
Big Ass Fans
Link to integration documentation on our website
https://www.home-assistant.io/integrations/baf/
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: