dahlb / ha_blueair

Home Assistant Integration for Blueair Class Filters
MIT License
27 stars 6 forks source link

LED controls do not work correctly, and LED Entity State is "Unknown" on Protect 7470i #4

Closed kwbeck closed 2 years ago

kwbeck commented 2 years ago

@dahlb Thank you for the work on the integration, and for the Auto Mode fix in the previous release. I've updated to v1.5.0, and Auto Mode is now working.

I'm also seeing another issue I wanted to make you aware of (also seen on v1.4.0, which was the first version I installed).

I see the following behavior:

1) The LED brightness slider works when changed in Home Assistant (i.e. the LED brightness does actually change and that change is reflected in the app), but the % is often incorrect by 1%, e.g. 10% in HA is 11% in the app.

2) The LED on/off icons in HA do turn the LED on/off, but when used to turn the LED on, the brightness goes to 100% (reflected in the app), and the slider in HA does not change from whatever it was before.

3) When the LED brightness is changed in the app, the slider in HA goes dark (i.e. set to 0%) and does not reflect what was set in the app.

4) The LED Entity state in HA never changes from "Unknown".

Screenshots attached.

Please let me know if there is any other info I can provide that would be of use.

Blueair Device Page Screenshot 2022-07-29 155532 Blueair LED entity details Screenshot 2022-07-29 155626 Blueair LED entity state Screenshot 2022-07-29 155730

s

dahlb commented 2 years ago

great documentation on this issue, I'll try to knock it out tomorrow :) if my toddler has a good nap

dahlb commented 2 years ago

I think all the symptoms listed in this ticket are addressed in https://github.com/dahlb/ha_blueair/commit/b6d81717dbd82c67b8c6c1a77af98a1e3233d43d and released in v1.5.1 please let me know if I missed anything or this is ready for be resolved

kwbeck commented 2 years ago

great documentation on this issue, I'll try to knock it out tomorrow :) if my toddler has a good nap

Thank you. I don't code, but I'm a pretty decent tester and bug writer... :)

kwbeck commented 2 years ago

I think all the symptoms listed in this ticket are addressed in b6d8171 and released in v1.5.1 please let me know if I missed anything or this is ready for be resolved

I've installed and tested the fix/new release, and everything looks great. Thank you very much.