Replies: 2 comments 7 replies
-
It looks like you have several nodes that zwave-js tries to control with Supervision, but the device does not respond to that command (probably unsupported). These are:
Some others report no support which zwave-js doesn't seem to pick up because they are received out of sequence:
We'll need to fix that, but we should get around both by disabling supervision with a compat flag. Which devices are that (manufacturer ID, product type, product ID, firmware version)? I also see that some of your devices don't respond to the query for some config params, which we need to change in our config files:
I'm guessing the first few are the same device - which devices are these (manufacturer ID, product type, product ID, firmware version)? |
Beta Was this translation helpful? Give feedback.
-
Thanks! I did just this and it worked like a charm.
…On Wed, Mar 31, 2021 at 3:07 AM AlCalzone ***@***.***> wrote:
No you usually don't want to replace the node. Give it some time to load
the firmware.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2181 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGBHIZ7BUO654PJXDOMCFLLTGLCZZANCNFSM4Z6FLX7Q>
.
|
Beta Was this translation helpful? Give feedback.
-
First of all, thanks for everyone's work on this project, keep up the great work!
I have a 32 node zwave network that I recently moved from the deprecated zwave integration to zwavejs. Individually everything works properly. The issue is that I see delays when activating scenes in HASS that contain several lights/switches. The delays are usually around 10 seconds in duration, on occasion I have seen where some dimmer levels are not set correctly (not captured in this log). Also, it should be noted that I do not have this issue with the deprecated zwave integration.
In most cases I see the following error around the time of the delay: "Timed out while waiting for a response from the node" In the attached log here are the times of the delays observed when activating a scene in HASS:
These were general heavy delays during these times, these lasted more than 10 seconds:
11:13:51.22 - 11:14:06.20
11:14:55.83 - 11:15:01.95
Here I noted some specific node delays:
Node 040 - Light off (delayed): 11:15:43.57
Node 040 - Light on (delayed): 11:17:45.83
Again, this is not isolated to a given node, the issue seems to move around from node to node. I am not sure if I have a specific bug so I am hesitant to open a bug until I can isolate the issue, any help would be appreciated.
zwavejs_368.log
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions