You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Add 3 nodes via openzwave-control-panel(besides controller)
2. Adding 4th doesn't work, it gets combined with another node and both are
switched simultaniously.
3. Expected is that last noded is added, however it doesn't show up in
ozw-control-panel, even after closing and initializing again.
What version of the product are you using? On what operating system?
uname -a:
Linux EAUROUGE 3.0.0-12-server #20~lucid1build2-Ubuntu SMP Thu Oct 13 17:40:47
UTC 2011 x86_64 GNU/Linux
Ubuntu Linux 10.04.2
Overview obtained via ozw-control-panel:
1* Static Controller Unknown: id=0086 Unknown: type=0002, id=0001 2:03:51
2 Routing Slave Unknown: id=0060 Unknown: type=0004, id=0002 off 2:05:06
3 Routing Slave Unknown: id=010f Unknown: type=0100, id=0104 0 2:03:53
4 Routing Slave Unknown: id=001e Unknown: type=0002, id=0001 Home 3 2:03:51
openzwave version: Last Changed Rev: 379
openzwave-controlpanel version: Last Changed Rev: 20
Controller used: Aeon Labs Z-stick rev2(1)
Modules used:
1 Everspring 158 plugin module(2)
1 Fibaro FGS211(3)
1 Fibaro FGD211(3)
1 Homeseer HSM100-multisensor(4)
(n) denotes nodenumber.
Please provide any additional information below.
Also worth noting is that naming a node seems to be shifted by one, naming
node2 names node3, naming node3 names node4.
Switching nodes does work as well as setting dimmer-values.
Original issue reported on code.google.com by [email protected] on 22 Jan 2012 at 8:30
The text was updated successfully, but these errors were encountered:
To follow up on this issue, the issue with adding a module seems to lie either
with openzwave or the controlpanel. Adding it via the controller works without
any problem.
The naming issue seems to be a clear off by one issue, to clarify the current
output on ozwcp:
1* Static Controller Unknown: id=0086 Unknown: type=0002, id=0001 22:54:52
2 Routing Slave Unknown: id=0060 Unknown: type=0004,
id=0002 Everspring Home off 22:57:53
3 Routing Slave Unknown: id=010f Unknown: type=0100,
id=0104 FGD211 Home 0 22:54:54
4 Routing Slave Unknown: id=001e Unknown: type=0002,
id=0001 EZMotion Home 7 22:54:52
5 Routing Slave Unknown: id=010f Unknown: type=0400,
id=0104 FGS211 BedRoom off 22:54:56
I can name node 5 by naming it selecting node 4, so it actually names n+1
instead of selected n.
Original issue reported on code.google.com by
[email protected]
on 22 Jan 2012 at 8:30The text was updated successfully, but these errors were encountered: