I found this wonderful interesting site, but me as arduino newbee wanna learn how to use these sensors.
Because i have a fully working Domotiga ( www.domotiga.nl ) envoirement and want to try to integrate this in Domotiga.
So i dont use a Vera controller.
So i flashed one nano with the (serial)gateway sketch, only edited the line : Gateway gw; deleted the slashes and deleted the line : //Gateway gw(9, 10, INCLUSION_MODE_TIME, INCLUSION_MODE_PIN, 6, 5, 4);
On another test uno i put the motion sensor sketch edited some lines, and on the (gateway)nano i get the sensor data for example : 2;1;0;16;Motion or 2;1;0;16;1 etc so this is useful for integration in Domotiga later.
But now i want to see how it works to sent some data from gateway to, for example an arduino with the Relayactuator sketch.
So question : In the serial monitor from the nano which is the gateway, what do i have to type to control a relay in another node say number 3?