Manual switch activations not visible in zwavejs2mqtt #1402
Unanswered
NeilDarach
asked this question in
Q&A
Replies: 2 comments 9 replies
-
That's why you're not seeing any notifications. The node isn't determined to be Re-interview the node and post a driver log of that. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've just installed zwavejs2mqtt as a docker image running on a Raspberry Pi 4 to control an existing network.
Host OS Alpine Linux 3.13, docker image zwavejs/zwavejs2mqtt:latest, zwavejs2mqtt 5.1.0, zwavejs 7.9.0.
ZWave controller is a Z-Wave.Me Razberry Controller 2016 ZWave+
In one room I have a TKB Home TZ66 dual paddle wall switch, the wired paddle controlling the main switched light and the second paddle controlling a number of side lights (TZ68 wall plugs and others).
The light is configured to notify the controller (Node 18) for all groups (group 1 for the main light, group 2, associated with the controller and 4 other nodes)
Lights can be operated from the switch, and from the zwavejs2mqtt gui, but when operated from the wall switch nothing shows up in the logs, and state isn't updated.
zwavejs.log & zwavejs2mqttl.log are tracking at log level 'Silly'
When operating from the GUI, I do see log entries
[26-134-0-libraryType] Library type 6
[26-134-0-protocolVersion] Z-Wave protocol version 2.97
[26-134-0-firmwareVersions] Z-Wave chip firmware versions ["1.3"]
Another switch with the same device id (280-4128-258 (0x0118-0x0102-0x1020)) and version information does generate entries in the zwave log when switched manually.
Possibly related, though I don't think so, the controller is stuck in NodeInfo in the interview process and has been for days.
Is there anything I can change to get notifications to show up when the switch is operated manually?
Thanks
mainLightOff-zwavejs2mqtt.log
sideLightOff-zwavejs2mqtt.log
sideLightOff-zwavejs.log
mainLightOff-zwavejs.log
Beta Was this translation helpful? Give feedback.
All reactions