-
Notifications
You must be signed in to change notification settings - Fork 785
New Ikea starkvind quirk #1855
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
New Ikea starkvind quirk #1855
Conversation
Pull Request Test Coverage Report for Build 3308427843
💛 - Coveralls |
Codecov ReportBase: 80.44% // Head: 80.66% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## dev #1855 +/- ##
==========================================
+ Coverage 80.44% 80.66% +0.22%
==========================================
Files 240 242 +2
Lines 7481 7520 +39
==========================================
+ Hits 6018 6066 +48
+ Misses 1463 1454 -9
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Very nice work done !! The second IKEA cluster is new and was first seen in Styrbar N Remote and we was not having any name of it so it was called Then more 3rd gen device is using it i think it better giving it one more "serious" name like Also is the MFC cluster being used in ZHA for patching some things and can being broken is changing the names ? Then looking on the Hex it looks it can being one bit error that IKEA have done |
I don't think that the name is used, but I can check it. I would left the cluster rename for a new PR. |
FYI, |
Then i think the Not urgent for this PR but best fixing so not getting more python pasta slate in the future. Thanks for explaining TheJulianJES and sharing your knowledge !!! |
Yeah, probably. I'm not sure if any other devices even have that cluster currently. |
I agree but its not very urgent like getting devices working that have getting its firmware updated. We shall putting it on the ToDo list and getting this PR merged so the users is getting full functionality in there devices. |
So we feel comfortable keeping the name |
absolutely. I am looking for the SI document that outlines it so we can implement all of it as well. |
Thanks |
New quirk version for the Ikea 'STARKVIND Air purifier table'.
Just cloned the previous one with the new signature.
Also some constants have been refactored.
To fix a
mypy
validation a value check has been addedif fan_mode and fan_mode > 1 and fan_mode < 11:
.Related to: #1846