mch
August 30, 2024, 4:29pm
1
I’m using Z-Wave JS. The left paddle turns a main light on and off. I would like to set up an automation which is triggered on the right paddle. However I cannot see what I can use to detect a right paddle from a left paddle. Both seem to trigger the same events - Binary Switch and Basic.
mch
August 31, 2024, 2:38pm
2
I have got this far. I actually have a TZ57D, but it is being detected as a TZ36D. The problem seems to be identified here.
opened 08:18AM - 25 Jul 22 UTC
closed 09:17PM - 31 Jan 23 UTC
### Is your problem within Home Assistant (Core or Z-Wave JS Integration)?
YE… S, BUT a Home Assistant developer has told me to come here
### Is your problem within ZWaveJS2MQTT?
NO, my problem is NOT within ZWaveJS2MQTT
### Checklist
- [X] I have checked the [troubleshooting section](https://zwave-js.github.io/node-zwave-js/#/troubleshooting/index) and my problem is **not** described there.
- [X] I have read the [changelog](https://github.com/zwave-js/node-zwave-js/blob/master/CHANGELOG.md) and my problem was **not** mentioned there.
### Describe the bug
I have found that the wall switch TKB TZ56D is included incorrectly as a TZ36D and with only the left pad functional (load switch). The right pad, and double right pad sensors are not included/discovered and therefore can not be used.
The same happens with the model TZ66D, any right pad or double right-click functionality is included. In this case, the model TZ66D is properly discovered.
This limits seriously the use of these popular wall switches.
Only entities discovered in both cases (after several trials):
![image](https://user-images.githubusercontent.com/109514211/180729488-523dde83-20b9-4a93-b7ce-804d425bf5e0.png)
I'm using the latest version 0.1.64
These devices are properly configured with other Z-Wave controllers
### Device information
Manufacturer: TKB
Model name: TZ56D / TZ66D
Firmware 2.5
0x010c00040008032503ffcc0000e9 [Node 008]
### How are you using `node-zwave-js`?
- [ ] `zwavejs2mqtt` Docker image (latest)
- [ ] `zwavejs2mqtt` Docker image (dev)
- [ ] `zwavejs2mqtt` Docker manually built _(please specify branches)_
- [ ] `ioBroker.zwave2` adapter _(please specify version)_
- [X] `HomeAssistant zwave_js` integration _(please specify version)_
- [ ] `pkg`
- [ ] `node-red-contrib-zwave-js` _(please specify version, double click node to find out)_
- [ ] Manually built from GitHub _(please specify branch)_
- [ ] Other _(please describe)_
### Which branches or versions?
Home Assistant 2022.7.6
Supervisor 2022.07.0
Operating System 8.2
Frontend 20220707.1 - latest
### Did you change anything?
no
### If yes, what did you change?
_No response_
### Did this work before?
Don't know, this is a new device
### If yes, where did it work?
_No response_
### Attach Driver Logfile
First two messages with left pad use, last two when trying to use the right pad (any message) or double-right:
```
Subscribed to Z-Wave JS Log Messages…
2022-07-25T08:01:25.028Z SERIAL « 0x010c00040008032503ffc70000e2 (14 bytes)
2022-07-25T08:01:25.033Z CNTRLR [Node 008] [~] [Binary Switch] currentValue: false => true [Endpoint 0]
2022-07-25T08:01:25.039Z SERIAL » [ACK] (0x06)
2022-07-25T08:01:25.056Z DRIVER « [Node 008] [REQ] [ApplicationCommand]
└─[BinarySwitchCCReport]
current value: true
2022-07-25T08:01:27.545Z SERIAL « 0x010c0004000803250300c400001e (14 bytes)
2022-07-25T08:01:27.547Z CNTRLR [Node 008] [~] [Binary Switch] currentValue: true => false [Endpoint 0]
2022-07-25T08:01:27.550Z SERIAL » [ACK] (0x06)
2022-07-25T08:01:27.553Z DRIVER « [Node 008] [REQ] [ApplicationCommand]
└─[BinarySwitchCCReport]
current value: false
2022-07-25T08:01:49.243Z SERIAL « 0x011700498408110410015e86725a738559252027702b2c7a59 (25 bytes)
2022-07-25T08:01:49.248Z SERIAL » [ACK] (0x06)
2022-07-25T08:01:49.252Z DRIVER « [Node 008] [REQ] [ApplicationUpdateRequest]
payload: 0x08110410015e86725a738559252027702b2c7a
2022-07-25T08:01:49.257Z CNTRLR « [Node 008] Received updated node info
2022-07-25T08:02:07.684Z SERIAL « 0x011700498408110410015e86725a738559252027702b2c7a59 (25 bytes)
2022-07-25T08:02:07.686Z SERIAL » [ACK] (0x06)
2022-07-25T08:02:07.689Z DRIVER « [Node 008] [REQ] [ApplicationUpdateRequest]
payload: 0x08110410015e86725a738559252027702b2c7a
2022-07-25T08:02:07.692Z CNTRLR « [Node 008] Received updated node info
```