Im having some strange issues with one of my TKB TZ35 double dimmers.
Running M5 on Ubuntu with Zstick.
Ok, its recognized as TZ55D Dual Paddle Wall Dimmer, but its the same thing.
@chris TZ55D DB entry has some issues
The problem is with the right paddle.
Can’t get any value in between (dimming), not sure if its supported, but as the name suggests it is supposed to be double-paddle dimmer.
Shouldn’t both channels be switch multilevel?
The bigger issue is when switching on (pressing on top) it sends 0 and when its switched off it sends 100.
And when I press left paddle I get 2 events, left set to X and right set to X.
Pressing right ON again sets it from X to 0.
I have no idea how this 2 got linked.
So issues are:
- reversed right paddle (left one is ok, based on config)
- no dimming events at all
- somehow right paddle is linked to left paddle
Here is the log:
Left paddle on
Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=50, callback=0, payload=00 32 03 26 03 5A
- NODE 50: Application Command Request (ALIVE:DONE)
- NODE 50: resetResendCount initComplete=true isDead=false
- NODE 50: Incoming command class COMMAND_CLASS_SWITCH_MULTILEVEL, endpoint 0
- NODE 50: SECURITY not supported
- NODE 50: Received COMMAND_CLASS_SWITCH_MULTILEVEL V1 SWITCH_MULTILEVEL_REPORT
- NODE 50: Switch Multi Level report, value = 90
- NODE 50: Got an event from Z-Wave network: ZWaveCommandClassValueEvent
- NODE 50: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_SWITCH_MULTILEVEL, value=90
- NODE 50: Updating channel state zwave:device:8fcc513b:node50:switch_dimmer to 90 [PercentType]
- NODE 50: Commands processed 1.
- NODE 50: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@1398a8f.
Right paddle on
Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=50, callback=0, payload=00 32 03 20 01 00
- NODE 50: Application Command Request (ALIVE:DONE)
- NODE 50: resetResendCount initComplete=true isDead=false
- NODE 50: Incoming command class COMMAND_CLASS_BASIC, endpoint 0
- NODE 50: SECURITY not supported
- NODE 50: Received COMMAND_CLASS_BASIC V1 BASIC_SET
- NODE 50: Basic report, value = 0
- NODE 50: Got an event from Z-Wave network: ZWaveCommandClassValueEvent
- NODE 50: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_BASIC, value=0
- NODE 50: Updating channel state zwave:device:8fcc513b:node50:basic_switch_dimmer to 0 [PercentType]
- NODE 50: Commands processed 1.
- NODE 50: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@983a66.
Paper UI config
Zwave config XML
network_dd913fe6__node_50.xml (12.7 KB)
Any ideas?