Command execution failure #246
Replies: 5 comments 30 replies
-
Correct - if your seeing a lot of them, it might just be a side affect of the TCP connection being woken up maybe 🤷
it will log all traffic in debug logs (addressed at the controller) - but wont present anything to the user that is of no functional use. I use a ZWave Sniffer device, and this logs ALL traffic 'outside' of NR (regardless if its your network or not) if you have a spare Stick (that is compatible) I have the specialised FW for them Lastley, if you want to get more data. let Message = {
payload: {
mode: "DriverAPI",
method: "getControllerStatistics",
}
}
return Message OR let Message = {
payload: {
mode: "DriverAPI",
method: "getNodeStatistics",
params: [...<NodeIDs>] /* Optional */
}
}
return Message the above is used for the map performance figures |
Beta Was this translation helpful? Give feedback.
-
when you restart NR/or restart the controller node |
Beta Was this translation helpful? Give feedback.
-
I will explain the methods used in a native NR install (not one that is used by Docker - but it should be relatively the same) !!!!!! BACK UP YOUR SYSTEM !!!!!! The
This complete removes any trace of old installs, and installs fresh. - if it still does not work , I have no idea why docker has problems with serialport, as serialport now supports it. |
Beta Was this translation helpful? Give feedback.
-
Is that preceded by a |
Beta Was this translation helpful? Give feedback.
-
For people running Node-RED in docker on a rpi, the issue is caused by serial port 10.1.0 which is not compatible with ARM architecture serialport/node-serialport#2438 (comment). Now my Node-RED 3.0.2 works with node-red-contrib-zwave-js 8.0.0 through Docker on my rpi. |
Beta Was this translation helpful? Give feedback.
-
I see a bunch of the below message in the log. Never 2/3 or 3/3. Does that mean that the command always worked on the second try?
Also, if I want to guage my network traffic, does the controller node generate an event for every bit of traffic?
Beta Was this translation helpful? Give feedback.
All reactions