Since I want to use some z-wave devices outdoor for outdoor light switching, it would be convenient if the reach is extended a bit further than only the 2 meters I have right now

Please share your best practises on this. Thanks a lot.
Wiechert
Moderator: RDNZL
Code: Select all
$ cd /home/<user>/domotiga/wrappers/domozwave
$ make
$ sudo make install
Code: Select all
Main.hZWave.RequestNodeNeighborUpdate(2) &
Main.hZWave.RequestNodeNeighborUpdate(3) &
Main.hZWave.RequestNodeNeighborUpdate(4) &
Main.hZWave.RequestNodeNeighborUpdate(5)
Code: Select all
2012/05/23 20:13:20 [Z-Wave] Requesting node id 2 to update it's neighbors.
2012/05/23 20:13:20 [Z-Wave] Requesting node id 3 to update it's neighbors.
2012/05/23 20:13:20 [Z-Wave] Requesting node id 4 to update it's neighbors.
2012/05/23 20:13:20 [Z-Wave] Requesting node id 5 to update it's neighbors.