Replies: 2 comments 14 replies
-
@nervling did you tried to run healthcheck on it? Also check this: https://zwave-js.github.io/zwavejs2mqtt/#/usage/nodes_healthcheck cc @AlCalzone |
Beta Was this translation helpful? Give feedback.
14 replies
-
Totally possible. I have 68 devices spread across a two floor 9000 square foot home. I did have devices failing that were within 20 feet of the controller though. Everything immediately went live after a ping. 0 dead devices since switching to gen5+. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Not filing this as a bug, as I don't understand if this is WAI or not (but I don't think it is...). The TLDR is my controller has 3 neighbors (far away) despite ~30+ nodes having the controller listed as a neighbor. Is there a way to force the controller to update which nodes are its neighbors? I've tried calling the MQTT refreshNeighbors API, healing the network, etc, but the controller doesn't seem to update its neighbor list for some reason. I'm running a Aeotec 7 stick, so this could be an issue with the buggy 700 firmware.
A very small snippet of the neighbor list is below. You can see 2, 7, and 8 all include 1, but 1 does not include any of them.
{"1":[39,47,80],"2":[1,5,7,9,10,13,14,15,16,17,18,19,20,21,22,23,24,26,27,30,36,40,41,47,48,50,51,52,61,62,64,65,66,69,71,73,75,79,80,83,87],"5":[2,7,8,9,10,11,12,16,17,21,22,25,26,30,32,39,42,43,44,45,47,53,61,62,64,67,71,72,73,74,79],"7":[1,2,5,8,9,10,11,12,13,15,16,17,18,19,20,21,22,24,26,30,32,39,40,42,43,44,45,48,53,61,64,71,72,73,74,79],"8":[1,5,7,9,10,11,12,13,15,16,18,19,20,21,22,24,25,26,30,32,39,42,43,44,45,47,53,61,71,72,74,79,89]
Beta Was this translation helpful? Give feedback.
All reactions