-
Notifications
You must be signed in to change notification settings - Fork 4
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
Color Switch Eventhandler missing? #7
Comments
This is my debug output of when the packet arrives. 26 01 46 FF<- 26 is a Multileel Switch related command with the 0x46 beeing the set brightness.
(Ignore all the rest of output) This is from when i sent a color comand from the same interface (doesnt matter if from the HA UI or froom ZWave JS Node details). Notably this arrives SOMEWHERE, but setting the brightness doesnt trigger any handler inside my sketch |
More info:
Connected peripherals:
None currrently
Code:
Compiler log:
Hi, i got a small issue, that im either to blindd to find the right "button" for or its some sort of bug or missing feature.
When using the line mentioned above in a sketch and checking the available endpoints on the Razberry controller, i can see that on the ZWChannel of the Color Switch there also is a Multilevel switch which in home assistant is linked to the brightness. In the Debug i can see that the command arrives in the channel (not ZWChannel) of the Color Switch (which is totally fine for me), but there is no way to actually process that packet in my sketch.
I also tried the "dynamic" way, but ended up having the issue described here https://forum.z-wave.me/viewtopic.php?f=3427&t=35761&p=97798&hilit=multichannel#p97798 , the gist is that if you try to dynamically make channels, the Z-Uno 2 stops responding to interviews (no other debug output then what is described in the forum post, HA with Zwave JS event log can read some hardware basics but fails when interviewing for functionality AND configuration, or basically only FW version etc is read).
What i want to achievve in my project is more or less just a LED Controller that is integrated into Home Assistant.
Help is much appreciated
The text was updated successfully, but these errors were encountered: