-
Disclaimer: I am in the middle of trying to investigate why my z-wave network melts down occasionally. I have noticed that when the system is refreshing values from nodes, several of my simple switches are polled for 255 dimmingDuration values. It looks like this:
This causes a storm of z-wave traffic 255 zwave requests x dozens of devices. My zwave controller ends up freezing up and I have to do a soft reset to recover. So my question is, why are my switches trying to retrieve irrelevant data (dimmer settings for lights) Additional context: But I have a counter example of a switch that also have this issue: (Enbrighten model 55256) ![]() |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Those particular log messages don't necessarily indicate anything on the Z-Wave network was polled. You'd need to look at driver debug logs to confirm that. https://zwave-js.github.io/zwave-js-ui/#/troubleshooting/generating-logs?id=driver-logs In fact, the "undefined" and "NaNs" values mean they were never polled. This command class is not polled during interview, you need to do it manually. |
Beta Was this translation helpful? Give feedback.
Your device reports that it supports Scene Actuator Configuration CC. That CC is used for configuring "native" Z-Wave scenes, which is a rarely used feature (from what I can tell). The specification explains the details. https://github.com/zwave-js/specs/blob/master/Z-Wave%20Specification%20AWG%20V3.0.pdf