During the last week I’ve had 7 devices going “not ready” to a total of 14 devices of 45 (I do have some without power that is expected to be in not ready at the moment).
I’ve tried healing devices, re-interviewing devices, restarting the host and reload the z-wave integration without any effect this time. After the healing process finished I now have 6 devices in not ready, so it seems to have corrected the issue on the devices that went offline recently.
Are there any logs that can be collected that could make it possible to track down this issue via a bug-report? If so, I can try to collect it next time devices go offline.
I’m on a raspberry PI4, 64bit install on SSD currently on 2021.12.7
Aeon Gen5 stick
Z-Wave JS:
Driver version 8.9.2
Server version 1.14.0
Edit:
Z-Wave JS dump data from one of the devices in “not ready” before heal. Could it be a problem where devices are unable to change ready state to “true” once they are in “ready”: false unless the heal function is used?
Before heal:
"nodeId": 70,
"index": 0,
"installerIcon": 1792,
"userIcon": 1792,
"status": 0,
"ready": false,
"isListening": true,
"isRouting": true,
"isSecure": true,
After heal:
"nodeId": 70,
"index": 0,
"installerIcon": 1792,
"userIcon": 1792,
"status": 4,
"ready": true,
"isListening": true,
"isRouting": true,
"isSecure": true,
Before heal:
"values": [],
After heal:
"values": [
{
"endpoint": 0,
"commandClass": 37,
"commandClassName": "Binary Switch",
+++