Replies: 2 comments 6 replies
-
do I have to open an issue on this problem? |
Beta Was this translation helpful? Give feedback.
5 replies
-
On the same topic, I have a bunch of Logic Group ZDB5100 Matrix switches.. They have binary switch and multilevel switch capabilities (on/off + dimmers). I've noticed that:
Basically - I do not receive Report's for stuff that I didn't send commands to. So there is a natural state issue on my end, where the two settings don't follow along. I've asked the vendor if this "is normal", or what.. I imagine that it's deliberate, as you would otherwise have 2, 3 or 4 times the messages on the network. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,


I have a Qubino Flush Dimmer Plus ZMNHDD
and in dz it's shown as a dimmer and a switch (On/Off)
When I switched the "real" switch (in the wall), the dimmer in dz was set to a level, and the switch On/Off in dz stayed off
2021-12-05 23:14:18.999 INFO ZWAVE: Node 17: value updated: 38-0-currentValue 0 => 99
2021-12-05 23:14:20.026 INFO ZWAVE: Node 17: value updated: 50-0-value-66049 0 => 48.4
When I switched the dimmer in dz, the light went on, in dz the switch On/Off stayed off
2021-12-05 23:23:52.542 INFO MQTT: Message received on zwave/17/38/0/targetValue/set: '47'
2021-12-05 23:23:52.544 INFO ZWAVE: Writing 47 to 17-38-0-targetValue
When I switched the switch On/Off in dz, the light went on, in dz the dimmer stayed off
2021-12-05 23:21:12.488 INFO MQTT: Message received on zwave/17/37/0/targetValue/set: 'true'
2021-12-05 23:21:12.491 INFO ZWAVE: Writing true to 17-37-0-targetValue
2021-12-05 23:21:12.739 INFO ZWAVE: Node 17: value updated: 37-0-currentValue false => true
2021-12-05 23:21:14.113 INFO ZWAVE: Node 17: value updated: 37-0-currentValue true => true
When I switched the "real" switch (in the wall) to Off, nothing happened in dz = the switch On/Off in dz stayed On!
2021-12-05 23:22:50.394 INFO ZWAVE: Node 17: value updated: 38-0-currentValue 0 => 0
For me, it is not coherent, If there is a switch and a dimmer both should be updated
Beta Was this translation helpful? Give feedback.
All reactions