Hi,
First off, let me know if this is not the correct forum to post this subject, and moderators feel free to move it to the proper place if you deem fit.
Here’s my system info for reference and debug purposes:
HASS: core-2021.2.1
Supervisor: 2021.01.7
HASS OS: 5.10
Frontend: 20210127.7 - latest
Z-Wave JS to MQTT: 0.2.3
Z-Wave JSDriver: 6.1.1
Z-Wave JSServer: 1.0.0-beta.3
App: 1.0.3
So, I was using OZWave and wanted to jump into the new Z-Wave JS, and having just a few devices felt it was better and easier to just start from scratch and let the ZW JS discover all devices from zero.
It all went very well, all recognized at first try, as expected as all devices are from Aeotec, and therefore all supposedly supported and well known.
However, on one of them, the ZWA002 LED color bulb something very strange happened: all its attributes are well picked up and listed on Z-Wave JS to MQQT control panel, but alas there is no way I can change the lamp color (not via UI nor via service call).
Device is correctly detected and identified:
Most strangely for me the control GUI still displays the color wheel, but whatever color I pick does nothing:
As you can see in the log, the command is not properly handled when we try to change the color:
I have several automations calling the light.turn_on service with RGB data such as:
rgb_color:
- 255
- 0
- 0
brightness: 100
But with the above service call only the brightness is set, as expected, all RGB info won’t work.
The only way I found to change the colors is to do it via Z-Wave MQQT add-on control panel by changing the property fields directly.
Any ideas on how to fix this?
Is this something a user can fix or must I wait for HASS next release?
If this is indeed a bug, where should I post this info to help the developers?
Thanks in advance,
-jprates