-
-
Notifications
You must be signed in to change notification settings - Fork 210
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
feat: correctly parse currentColor
value and improve rgb discovery
#568
Conversation
Pull Request Test Coverage Report for Build 602472119
💛 - Coveralls |
@billiaz Works? |
Not fully tested, I am waiting for a Bulb to arrive! lets keep it as "draft" for now" |
🚧 It seems like this PR has lint errors 🚧
I should be able to fix them for you. If you want me to, just comment |
🚧 It seems like this PR has lint errors 🚧
I should be able to fix them for you. If you want me to, just comment |
1 similar comment
🚧 It seems like this PR has lint errors 🚧
I should be able to fix them for you. If you want me to, just comment |
🚧 It seems like this PR has lint errors 🚧
I should be able to fix them for you. If you want me to, just comment |
🚧 It seems like this PR has lint errors 🚧
I should be able to fix them for you. If you want me to, just comment |
🚧 It seems like this PR has lint errors 🚧
I should be able to fix them for you. If you want me to, just comment |
🚧 It seems like this PR has lint errors 🚧
I should be able to fix them for you. If you want me to, just comment |
🚧 It seems like this PR has lint errors 🚧
I should be able to fix them for you. If you want me to, just comment |
currentColor
value and improve rgb discovery
Do we have to re-interview the RGB devices? At the momont I am not able to test as lastest HASS beta version Home Assistant 2021.3.0b1 breaks Z-Wave JS to MQTT (b897934) as stated here: hassio-addons/addon-zwave-js-ui#58 Hope there will be a fix soon and that we can finally properly use our RGB lights with color wheel as expected :) Thanks a lot for this efforts here! TOP |
Yes. Update to version 2.0.0 and this should work |
Just updated to version 2.0.0 via Hassio ADDOn but my rgb controller still has one switch for each color. What steps are neccessairy to get this rgb running? i tried re-nterview but without success. :( Any hint. ? |
@thundergreen If you are usiung zwavejs integration this will have no effect as here we fixed mqtt discovery |
Z-wave gives posibility to manage RGB WW and CW on devices.
Each device has these channels separately.
Currently all devices has 5 channels or less (RGBWWCW, RGBW, RGB)
As devices (bulbs) manage RGB, WW and CW separately. there is no easy way to bind this with HASS
Hass light entity supports:
the split WW/CW do not allow us to us the same entity for RGB and for Whites.
This patch implements:
Some devices support change of Warm white or cold white through Configuration Param. I will review if this is feseable to also supported.
fixes #477 #381 #351 #595