Nodes wont reconnect
-
Hello!
I have a few nodes that wont reconnect after reboot of the gateway.
This is my setup:RPi 2 (debian jessie) and the PiGatewaySerial (as seen on the forum), i using the dev branch (v2) of mysensor nodes.
If i reboot the Pi (with the gateway) my nodes wont reconnect to the gateway. The nodes is 2 arduino nanos with the RGB-3D (not edited) sketch from the example library.
I dont know where to start troubleshoot.
-
The RPI loses routing information when restarting (this needs to be fixed!!).
So you node must send something, for routing information to re-appear.
I would suggest you let your RGB node wake up every 10 second or so and do a sendHeartbeat() or some other information like temperature.