How to detect rejoin information #4464
Replies: 1 comment 4 replies
-
Knowing the actual status of a device isn't really something the Z-Wave protocol was built to support. node-zwave-js tries to make a best effort guess based on the communication with the node. If commands fail multiple times due to NoACK (no acknowledgement from the device), the device will be marked as dead ( How do you know that the device actually restarts though? Intermittent problems communicating with a device often come from a bad controller placement or a suboptimal mesh. To investigate that, I suggest the following:
|
Beta Was this translation helpful? Give feedback.
-
Hello developer, node-zwave-js is a perfect project using python to build connections with Zwave devices. I am trying to send some commands to my own devices. But sometimes, I find the device will restart. The device restart is like the device will be offline and rejoin with the dongle. Could anyone help me detect when the device is offline?
Beta Was this translation helpful? Give feedback.
All reactions