Only one node neighbors node1 ?

Posted on
Sat Jul 07, 2018 7:59 am
Umtauscher offline
User avatar
Posts: 566
Joined: Oct 03, 2014
Location: Cologne, Germany

Only one node neighbors node1 ?

Hi Dave,

yesterday I found and installed you Node Matrix Plugin. Nice work btw.

What confuses me though, is that only one of my nodes has the controler node 1 in it's neigbor list. That was different the last time I checked with z-way. (about two months ago)
What I changed until then was that I switched to Gen5 stick, installed Indigo 7.1.1 and used the z-wave optimisation.

What I had before was a network where nearly every node hat node 1 as direct neigbor. In my opinion what I have nor at least slows don the network and would fail, if that one node that still has contact to node 1 would fail.

Am I missing something, Is your plugin not showing the correct matrix or what else is going on?
I would very much apreciate your opinion on that.
Thanks in advance

Wilhelm

Posted on
Sat Jul 07, 2018 8:29 am
DaveL17 offline
User avatar
Posts: 6741
Joined: Aug 20, 2013
Location: Chicago, IL, USA

Re: Only one node neighbors node1 ?

Hi Wilhelm - the plugin keys off the neighbor lists that's stored within the device's properties. If you run this script, it will list them all out (note that not every z-wave device supports this value within Indigo).

Code: Select all
for dev in indigo.devices.itervalues(filter='indigo.zwave'):
   try:
       indigo.server.log(u"{0} [{1}]: {2}".format(dev.name, dev.id, dev.ownerProps['zwNodeNeighborsStr']))
   except KeyError:
      indigo.server.log(u"{0} [{1}]: None".format(dev.name, dev.id))


The plugin takes this data and turns it into a picture.

I came here to drink milk and kick ass....and I've just finished my milk.

[My Plugins] - [My Forums]

Posted on
Sat Jul 07, 2018 8:45 am
Umtauscher offline
User avatar
Posts: 566
Joined: Oct 03, 2014
Location: Cologne, Germany

Re: Only one node neighbors node1 ?

Thanks for answering,

my controller stick is node 1 and it was hard work, to make it node 1 again after I switched from Gen2 to gen5 stick.
My fear is, that the Indigo "optimize network" function somehow deleted node 1 from nearly every node,
Question: During optimisation does the stick replace the neigbors list by itsself when requesting a neighborhood update or is Indigo doing the job?

Posted on
Sat Jul 07, 2018 9:14 am
Umtauscher offline
User avatar
Posts: 566
Joined: Oct 03, 2014
Location: Cologne, Germany

Re: Only one node neighbors node1 ?

hmm, so it might be a Gen5 issue then?

My network hasn't changed from Gen2 to Gen5 only the neighbors in the nodes themselves.
Why would a node sitting about 2 meters away from the stick suddenly exclude it's nearest neigbor?
My nodes are all a few years old, so not zwave+ capable.
Is there anyone experiencing the same?

Posted on
Sat Jul 07, 2018 9:25 am
Umtauscher offline
User avatar
Posts: 566
Joined: Oct 03, 2014
Location: Cologne, Germany

Re: Only one node neighbors node1 ?

No I don't because the controller is never listed in Indigo's device list.

Posted on
Sat Jul 07, 2018 9:37 am
Umtauscher offline
User avatar
Posts: 566
Joined: Oct 03, 2014
Location: Cologne, Germany

Re: Only one node neighbors node1 ?

As I said before, the stick is positioned about 2 meters away from the node I am concentrating on right now.
Maybe I am chasing a ghost here, maybe Indigo isn't listing the controller in the neighbors list any more.

Still the node that shows the node 1 neighbor in the matrix plot hasn't listed node 1 in it's neighbors either. Something at least is inconsistent.here.
I don't have any performance issues either, I am just investigating why the matrix doesn't show more neighbors for node 1.

Posted on
Sat Jul 07, 2018 10:30 am
Umtauscher offline
User avatar
Posts: 566
Joined: Oct 03, 2014
Location: Cologne, Germany

Re: Only one node neighbors node1 ?

And this is for Dave again:

My node 74 has a neigbor 1 listed in the properties of the device and the same device is listed when I run the above script (Ventilator has node 74):

Script Ventilator: 1, 3, 4, 10, 12, 27, 28, 54, 56, 57, 58, 59, 60, 62, 70, 73, 76, 77, 78, 80, 82, 85, 86, 97, 99, 102, 122, 124, 126, 127, 130

But it's still not shown in the Matrix.
What am I missing here?
Attachments
neighbors.png
neighbors.png (141.6 KiB) Viewed 4176 times

Posted on
Sat Jul 07, 2018 10:50 am
DaveL17 offline
User avatar
Posts: 6741
Joined: Aug 20, 2013
Location: Chicago, IL, USA

Re: Only one node neighbors node1 ?

Hmm. If you look at the neighbor list you posted for node 74, there are several neighbors that aren't plotted--including 124, 126, 127, and 130.

Please run the above script and PM me the entire output so that I can reconcile it against the chart you posted.

I came here to drink milk and kick ass....and I've just finished my milk.

[My Plugins] - [My Forums]

Posted on
Sat Jul 07, 2018 10:56 am
Umtauscher offline
User avatar
Posts: 566
Joined: Oct 03, 2014
Location: Cologne, Germany

Re: Only one node neighbors node1 ?

Thanks, Dave,

unfortuately you cannot see the node ids for most of the devices because they have names.
Still I try

Code: Select all
   Action Group                    Test Python
   Script                          056 - Relay Switch: 12, 27, 28, 39, 50, 54, 57, 58, 59, 60, 61, 74, 76, 86, 97, 122, 133
   Script                          056 - Relay Switch 2: None
   Script                          057 - Relay Switch: 3, 27, 28, 39, 50, 54, 56, 58, 59, 60, 62, 74, 76, 78, 80, 86, 97, 122, 131, 133
   Script                          058 - Relay Switch 2: None
   Script                          059 - Relay Switch 2: None
   Script                          061 - Relay Switch 2: None
   Script                          062 - Switch 2: None
   Script                          074 - Relay Switch 2: None
   Script                          1. OG Temperatur: None
   Script                          1. OG Tilt/Tamper: None
   Script                          107 - Relay Power Switch: 9, 12, 54, 58, 62, 63, 86, 97, 100
   Script                          114 - Relay Power Switch: 3, 4, 9, 12, 27, 39, 50, 54, 56, 57, 58, 59, 62, 63, 74, 78, 80, 86, 97, 100, 113
   Script                          122 - Switch 2: None
   Script                          131 - Switch 2: None
   Script                          133 - Wall Plug Relay (FGWP102): 3, 4, 10, 12, 27, 58, 59, 60, 74, 78, 80, 122
   Script                          2. OG Temperatur:
   Script                          2. OG Tilt/Tamper:
   Script                          Arbeitsplatte: 3, 4, 10, 27, 54, 56, 57, 58, 59, 60, 61, 62, 74, 78, 80, 86, 97, 122, 131, 133
   Script                          Arbeitsplatte links: 3, 4, 10, 12, 27, 28, 39, 54, 56, 57, 58, 59, 60, 61, 62, 74, 76, 78, 80, 86, 97, 103, 131, 133
   Script                          Außenlampe Eingang: 3, 4, 12, 27, 28, 57, 58, 59, 60, 61, 62, 74, 78, 86, 97, 103, 122
   Script                          Bewegungsmelder 1.OG: 1, 3, 27, 28, 39, 50, 54, 56, 57, 58, 59, 62, 78, 122, 131
   Script                          Bewegungsmelder 2. OG: 1, 3, 4, 9, 27, 28, 50, 54, 56, 57, 58, 59, 60, 61, 62, 76, 78, 86, 97
   Script                          Bewegungsmelder Gästeklo: 1, 3, 9, 12, 58, 59, 60, 62, 74, 78, 80, 97, 100, 122
   Script                          Bewegungsmelder Küche: 1, 3, 4, 9, 12, 22, 27, 39, 56, 58, 60, 61, 62, 63, 75, 78
   Script                          Boxenlampen: 10, 12, 27, 57, 58, 60, 62, 74, 78, 86, 122, 133
   Script                          Dachfenster links: 27, 28, 39, 50, 54, 56, 57, 59, 62, 76, 86, 97, 122
   Script                          Dachfenster links Tamper Switch: None
   Script                          Dachfenster links Temperatur: None
   Script                          Dachfenster rechts: 27, 28, 39, 50, 54, 56, 57, 59, 76, 86, 97, 124
   Script                          Dachfenster rechts Tamper Switch: None
   Script                          Dachfenster rechts Temperatur: None
   Script                          Deckenlampe: 3, 4, 12, 56, 58, 59, 60, 62, 74, 78, 80, 122, 133
   Script                          Deckenlampe Dimmer: 3, 4, 12, 27, 28, 39, 50, 54, 56, 57, 58, 59, 60, 61, 62, 74, 76, 80, 97, 122, 131, 133
   Script                          Deckenlampe Küche: 3, 4, 10, 12, 27, 28, 54, 57, 58, 59, 60, 61, 74, 78, 80, 86, 97, 103, 122, 131, 133
   Script                          Deckenlampe Ruth: 3, 4, 10, 12, 27, 28, 39, 50, 54, 56, 57, 58, 62, 76, 86, 97, 122, 131, 133
   Script                          Deckenlampe Studio:
   Script                          Eingangstür: 3, 4, 12, 27, 54, 57, 58, 60, 61, 62, 74, 78, 80, 86, 97, 122, 131
   Script                          Eingangstür - Tamper Switch: None
   Script                          Eingangstür - Temperatur: None
   Script                          Esstisch: 3, 4, 10, 12, 27, 28, 39, 50, 54, 56, 57, 59, 60, 61, 62, 74, 78, 80, 86, 97, 103, 122, 131, 133
   Script                          Fenster Ruth : 1, 3, 27, 28, 39, 54, 57, 58, 59, 74, 76, 86, 97
   Script                          Fenster Ruth Tamper Switch: None
   Script                          Fenster Ruth Temperatur: None
   Script                          Fenster Studio: 27, 28, 39, 50, 54, 56, 57, 59, 76, 86, 124
   Script                          Fenster Studio Tamper Switch: None
   Script                          Fenster Studio Temperatur:
   Script                          Fenster W. li.: 1, 9, 27, 39, 54, 57, 58, 59, 62, 86, 97
   Script                          Fenster W. li. Tamper Switch: None
   Script                          Fenster W. li. Temperatur: None
   Script                          Fenster W. re.: 12, 27, 28, 39, 54, 56, 57, 58, 59, 60, 61, 62, 76, 86, 97, 114, 122, 131
   Script                          Fenster W. re. Tamper Switch: None
   Script                          Fenster W. re. Temperature: None
   Script                          Helligkeit 1.OG: None
   Script                          Helligkeit 2.OG: None
   Script                          Helligkeit Küche: None
   Script                          Keller Nord Tamper Switch: None
   Script                          Keller Nord Temperatur: None
   Script                          Keller Süd Tamper Switch: None
   Script                          Keller Süd Temperatur: None
   Script                          Kellerfenster Nord: 1, 58, 60, 62, 122, 131
   Script                          Kellerfenster Süd: 1, 3, 58, 60, 61, 62, 63, 74, 78, 80
   Script                          Keyfob (FGKF601): 1, 3, 4, 9, 10, 12, 27, 28, 50, 56, 57, 58, 59, 60, 61, 62, 74, 76, 78, 80, 86, 97, 100, 122, 124
   Script                          Klofenster: 3, 4, 12, 27, 28, 39, 54, 56, 57, 58, 59, 60, 61, 62, 78, 80, 86, 97, 122, 131
   Script                          Klofenster - Tamper Switch: None
   Script                          Klofenster - Temperatur:
   Script                          Küche Temperatur: None
   Script                          Küche Tilt/Tamper: None
   Script                          Küchenfenster: 1, 4, 10, 12, 27, 56, 58, 59, 60, 61, 62, 74, 78, 80, 86, 97, 122, 124, 131
   Script                          Küchenfenster - Tamper Switch: None
   Script                          Küchenfenster Temperatur: None
   Script                          Luminance Gästeklo: None
   Script                          Rauchmelder: None
   Script                          Rolladen Dach links: 27, 28, 39, 54, 56, 57, 58, 59, 60, 76, 86, 97
   Script                          Rolladen Dach rechts: 3, 27, 28, 50, 54, 56, 57, 58, 59, 60, 61, 74, 76, 86, 97, 122, 133
   Script                          Schrankbeleuchtung: 27, 39, 50, 54, 56, 57, 58, 59, 60, 61, 62, 74, 76, 86, 97, 122, 131
   Script                          Schreibtischlampe: 4, 12, 27, 28, 39, 50, 54, 56, 57, 58, 59, 60, 61, 62, 74, 86, 122, 131
   Script                          Sirene: 3, 4, 10, 12, 27, 28, 39, 50, 54, 56, 57, 58, 59, 60, 62, 74, 76, 78, 80, 86, 97, 122, 131, 133
   Script                          Sirene Tamper Switch: None
   Script                          Sirene Temperature:
   Script                          Stehlampe: 4, 10, 27, 28, 54, 57, 58, 59, 61, 62, 74, 76, 78, 80, 86, 122, 131, 133
   Script                          Stehlampe Ruth: 3, 4, 12, 28, 39, 50, 54, 56, 57, 58, 59, 60, 62, 74, 76, 78, 86, 97, 122, 131, 133
   Script                          Stehlampe Schlafzimmer: 3, 12, 27, 28, 39, 50, 56, 57, 58, 59, 62, 74, 76, 78, 80, 86, 97, 122, 131
   Script                          Telefonlampe: 3, 10, 12, 27, 56, 58, 59, 61, 62, 74, 76, 78, 86, 97, 122, 131, 133
   Script                          Temperatur:
   Script                          Temperature Gästeklo: None
   Script                          Terrassentür: 3, 4, 10, 12, 27, 57, 58, 59, 60, 61, 62, 74, 78, 80, 86, 97, 122, 131, 133
   Script                          Terrassentür - Tamper Switch: None
   Script                          Terrassentür Temperatur : None
   Script                          Tilt/Tamper:
   Script                          Tilt/Tamper Gästeklo: None
   Script                          Tischlampe: 4, 27, 28, 39, 50, 54, 56, 57, 59, 70, 74, 82, 84, 86, 94, 97, 100, 102, 104, 124, 126, 127
   Script                          Treppenhaus EG: 4, 12, 27, 28, 39, 56, 58, 60, 62, 74, 80, 86, 97, 103, 122, 131
   Script                          Treppenhaus OG: 3, 10, 12, 27, 28, 39, 50, 56, 57, 58, 61, 62, 74, 76, 78, 80, 86, 97, 103, 122, 131, 133
   Script                          Ventilator: 1, 3, 4, 10, 12, 27, 28, 54, 56, 57, 58, 59, 60, 62, 70, 73, 76, 77, 78, 80, 82, 85, 86, 97, 99, 102, 122, 124, 126, 127, 130
   Script                          Wassersensor: 12, 58, 60, 61, 62, 131
   Script                          Weihnachtsbaum alt: 1, 114
   Script                          Zwischenstecker: 3, 4, 10, 12, 27, 54, 57, 58, 60, 62, 74, 80, 97, 122, 131, 133


how can I add the device ids to your script? Maybe the order is in fact the problem ?

Posted on
Sat Jul 07, 2018 11:08 am
Umtauscher offline
User avatar
Posts: 566
Joined: Oct 03, 2014
Location: Cologne, Germany

Re: Only one node neighbors node1 ?

I just replaced dev.name by dev.address:

Code: Select all
   Script                          56: 12, 27, 28, 39, 50, 54, 57, 58, 59, 60, 61, 74, 76, 86, 97, 122, 133
   Script                          056 - Relay Switch 2: None
   Script                          57: 3, 27, 28, 39, 50, 54, 56, 58, 59, 60, 62, 74, 76, 78, 80, 86, 97, 122, 131, 133
   Script                          058 - Relay Switch 2: None
   Script                          059 - Relay Switch 2: None
   Script                          061 - Relay Switch 2: None
   Script                          062 - Switch 2: None
   Script                          074 - Relay Switch 2: None
   Script                          1. OG Temperatur: None
   Script                          1. OG Tilt/Tamper: None
   Script                          107: 9, 12, 54, 58, 62, 63, 86, 97, 100
   Script                          114: 3, 4, 9, 12, 27, 39, 50, 54, 56, 57, 58, 59, 62, 63, 74, 78, 80, 86, 97, 100, 113
   Script                          122 - Switch 2: None
   Script                          131 - Switch 2: None
   Script                          133: 3, 4, 10, 12, 27, 58, 59, 60, 74, 78, 80, 122
   Script                          84:
   Script                          84:
   Script                          12: 3, 4, 10, 27, 54, 56, 57, 58, 59, 60, 61, 62, 74, 78, 80, 86, 97, 122, 131, 133
   Script                          122: 3, 4, 10, 12, 27, 28, 39, 54, 56, 57, 58, 59, 60, 61, 62, 74, 76, 78, 80, 86, 97, 103, 131, 133
   Script                          131: 3, 4, 12, 27, 28, 57, 58, 59, 60, 61, 62, 74, 78, 86, 97, 103, 122
   Script                          83: 1, 3, 27, 28, 39, 50, 54, 56, 57, 58, 59, 62, 78, 122, 131
   Script                          84: 1, 3, 4, 9, 27, 28, 50, 54, 56, 57, 58, 59, 60, 61, 62, 76, 78, 86, 97
   Script                          130: 1, 3, 9, 12, 58, 59, 60, 62, 74, 78, 80, 97, 100, 122
   Script                          79: 1, 3, 4, 9, 12, 22, 27, 39, 56, 58, 60, 61, 62, 63, 75, 78
   Script                          80: 10, 12, 27, 57, 58, 60, 62, 74, 78, 86, 122, 133
   Script                          82: 27, 28, 39, 50, 54, 56, 57, 59, 62, 76, 86, 97, 122
   Script                          Dachfenster links Tamper Switch: None
   Script                          Dachfenster links Temperatur: None
   Script                          94: 27, 28, 39, 50, 54, 56, 57, 59, 76, 86, 97, 124
   Script                          Dachfenster rechts Tamper Switch: None
   Script                          Dachfenster rechts Temperatur: None
   Script                          10: 3, 4, 12, 56, 58, 59, 60, 62, 74, 78, 80, 122, 133
   Script                          86: 3, 4, 12, 27, 28, 39, 50, 54, 56, 57, 58, 59, 60, 61, 62, 74, 76, 80, 97, 122, 131, 133
   Script                          62: 3, 4, 10, 12, 27, 28, 54, 57, 58, 59, 60, 61, 74, 78, 80, 86, 97, 103, 122, 131, 133
   Script                          59: 3, 4, 10, 12, 27, 28, 39, 50, 54, 56, 57, 58, 62, 76, 86, 97, 122, 131, 133
   Script                          57:
   Script                          135: 3, 4, 12, 27, 54, 57, 58, 60, 61, 62, 74, 78, 80, 86, 97, 122, 131
   Script                          Eingangstür - Tamper Switch: None
   Script                          Eingangstür - Temperatur: None
   Script                          58: 3, 4, 10, 12, 27, 28, 39, 50, 54, 56, 57, 59, 60, 61, 62, 74, 78, 80, 86, 97, 103, 122, 131, 133
   Script                          102: 1, 3, 27, 28, 39, 54, 57, 58, 59, 74, 76, 86, 97
   Script                          Fenster Ruth Tamper Switch: None
   Script                          Fenster Ruth Temperatur: None
   Script                          104: 27, 28, 39, 50, 54, 56, 57, 59, 76, 86, 124
   Script                          Fenster Studio Tamper Switch: None
   Script                          104:
   Script                          101: 1, 9, 27, 39, 54, 57, 58, 59, 62, 86, 97
   Script                          Fenster W. li. Tamper Switch: None
   Script                          Fenster W. li. Temperatur: None
   Script                          105: 12, 27, 28, 39, 54, 56, 57, 58, 59, 60, 61, 62, 76, 86, 97, 114, 122, 131
   Script                          Fenster W. re. Tamper Switch: None
   Script                          Fenster W. re. Temperature: None
   Script                          Helligkeit 1.OG: None
   Script                          Helligkeit 2.OG: None
   Script                          Helligkeit Küche: None
   Script                          Keller Nord Tamper Switch: None
   Script                          Keller Nord Temperatur: None
   Script                          Keller Süd Tamper Switch: None
   Script                          Keller Süd Temperatur: None
   Script                          95: 1, 58, 60, 62, 122, 131
   Script                          99: 1, 3, 58, 60, 61, 62, 63, 74, 78, 80
   Script                          127: 1, 3, 4, 9, 10, 12, 27, 28, 50, 56, 57, 58, 59, 60, 61, 62, 74, 76, 78, 80, 86, 97, 100, 122, 124
   Script                          136: 3, 4, 12, 27, 28, 39, 54, 56, 57, 58, 59, 60, 61, 62, 78, 80, 86, 97, 122, 131
   Script                          Klofenster - Tamper Switch: None
   Script                          136:
   Script                          Küche Temperatur: None
   Script                          Küche Tilt/Tamper: None
   Script                          77: 1, 4, 10, 12, 27, 56, 58, 59, 60, 61, 62, 74, 78, 80, 86, 97, 122, 124, 131
   Script                          Küchenfenster - Tamper Switch: None
   Script                          Küchenfenster Temperatur: None
   Script                          Luminance Gästeklo: None
   Script                          Rauchmelder: None
   Script                          50: 27, 28, 39, 54, 56, 57, 58, 59, 60, 76, 86, 97
   Script                          39: 3, 27, 28, 50, 54, 56, 57, 58, 59, 60, 61, 74, 76, 86, 97, 122, 133
   Script                          28: 27, 39, 50, 54, 56, 57, 58, 59, 60, 61, 62, 74, 76, 86, 97, 122, 131
   Script                          97: 4, 12, 27, 28, 39, 50, 54, 56, 57, 58, 59, 60, 61, 62, 74, 86, 122, 131
   Script                          124: 3, 4, 10, 12, 27, 28, 39, 50, 54, 56, 57, 58, 59, 60, 62, 74, 76, 78, 80, 86, 97, 122, 131, 133
   Script                          Sirene Tamper Switch: None
   Script                          124:
   Script                          3: 4, 10, 27, 28, 54, 57, 58, 59, 61, 62, 74, 76, 78, 80, 86, 122, 131, 133
   Script                          27: 3, 4, 12, 28, 39, 50, 54, 56, 57, 58, 59, 60, 62, 74, 76, 78, 86, 97, 122, 131, 133
   Script                          54: 3, 12, 27, 28, 39, 50, 56, 57, 58, 59, 62, 74, 76, 78, 80, 86, 97, 122, 131
   Script                          4: 3, 10, 12, 27, 56, 58, 59, 61, 62, 74, 76, 78, 86, 97, 122, 131, 133
   Script                          103:
   Script                          Temperature Gästeklo: None
   Script                          70: 3, 4, 10, 12, 27, 57, 58, 59, 60, 61, 62, 74, 78, 80, 86, 97, 122, 131, 133
   Script                          Terrassentür - Tamper Switch: None
   Script                          Terrassentür Temperatur : None
   Script                          103:
   Script                          Tilt/Tamper Gästeklo: None
   Script                          76: 4, 27, 28, 39, 50, 54, 56, 57, 59, 70, 74, 82, 84, 86, 94, 97, 100, 102, 104, 124, 126, 127
   Script                          61: 4, 12, 27, 28, 39, 56, 58, 60, 62, 74, 80, 86, 97, 103, 122, 131
   Script                          60: 3, 10, 12, 27, 28, 39, 50, 56, 57, 58, 61, 62, 74, 76, 78, 80, 86, 97, 103, 122, 131, 133
   Script                          74: 1, 3, 4, 10, 12, 27, 28, 54, 56, 57, 58, 59, 60, 62, 70, 73, 76, 77, 78, 80, 82, 85, 86, 97, 99, 102, 122, 124, 126, 127, 130
   Script                          103: 12, 58, 60, 61, 62, 131
   Script                          113: 1, 114
   Script                          78: 3, 4, 10, 12, 27, 54, 57, 58, 60, 62, 74, 80, 97, 122, 131, 133

Posted on
Sat Jul 07, 2018 11:15 am
DaveL17 offline
User avatar
Posts: 6741
Joined: Aug 20, 2013
Location: Chicago, IL, USA

Re: Only one node neighbors node1 ?

Thank you Wilhelm - I'll take a look.

I came here to drink milk and kick ass....and I've just finished my milk.

[My Plugins] - [My Forums]

Posted on
Sat Jul 07, 2018 12:43 pm
matt (support) offline
Site Admin
User avatar
Posts: 21411
Joined: Jan 27, 2003
Location: Texas

Re: Only one node neighbors node1 ?

I believe this came up a long time ago and the consensus is that some Z-Wave controllers or modules don't show that they have the controller in their neighbor list but really they do (it is a reporting problem). So while it would appear commands are going to have to be routed through other modules, they aren't really. Indigo just reports what it gets back from the controller and doesn't make any attempt to guess if the controller is really a reachable neighbor or not since it cannot know for sure.

Image

Posted on
Sat Jul 07, 2018 1:14 pm
jay (support) offline
Site Admin
User avatar
Posts: 18199
Joined: Mar 19, 2008
Location: Austin, Texas

Re: Only one node neighbors node1 ?

For what it's worth, I use the GoControl combo stick for development and a Z-Stick series 2 for my production system, and all devices on both sticks show 1 in the neighbor list (all devices in my house are close enough to talk directly to their respective sticks) and both of my controllers are node 1.

Jay (Indigo Support)
Twitter | Facebook | LinkedIn

Posted on
Sat Jul 07, 2018 2:03 pm
Umtauscher offline
User avatar
Posts: 566
Joined: Oct 03, 2014
Location: Cologne, Germany

Re: Only one node neighbors node1 ?

jay (support) wrote:
, ... and all devices on both sticks show 1 in the neighbor list (all devices in my house are close enough to talk directly to their respective sticks) and both of my controllers are node 1.

that's what I thought. Thanks for jumping in.
I am quite sure, before I replaced the Gen2, every device had node 1 in their neighbours list.
Every device that had an optimisation with the Gen5 stick removed that node. I was just wondering if my "old" devices would be able to react accordingly.
Cheers
Wilhelm

Posted on
Sun Jul 08, 2018 7:58 am
DaveL17 offline
User avatar
Posts: 6741
Joined: Aug 20, 2013
Location: Chicago, IL, USA

Re: Only one node neighbors node1 ?

Hi Wilhelm - please use this modified script and repost your list.

Thank you!

Code: Select all
for dev in indigo.devices.itervalues(filter='indigo.zwave'):
   try:
       indigo.server.log(u"{0} [{1}]: {2}".format(dev.name, dev.id, dev.ownerProps['zwNodeNeighborsStr']))
   except KeyError:
      indigo.server.log(u"{0} [{1}]: None".format(dev.name, dev.id))

I came here to drink milk and kick ass....and I've just finished my milk.

[My Plugins] - [My Forums]

Who is online

Users browsing this forum: No registered users and 1 guest