<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Command for Relay Actuator]]></title><description><![CDATA[<p dir="auto">I found this wonderful interesting site, but me as arduino newbee wanna learn how to use these sensors.<br />
Because i have a fully working Domotiga (  <a href="http://www.domotiga.nl" rel="nofollow ugc">www.domotiga.nl</a> )  envoirement and want to try to integrate this in Domotiga.<br />
So i dont use a Vera controller.<br />
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);<br />
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.<br />
But now i want to see how it works to sent some data from gateway to, for example an arduino with the Relayactuator sketch.<br />
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?</p>
]]></description><link>https://forum.mysensors.org/topic/104/command-for-relay-actuator</link><generator>RSS for Node</generator><lastBuildDate>Tue, 17 Mar 2026 03:47:39 GMT</lastBuildDate><atom:link href="https://forum.mysensors.org/topic/104.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 09 May 2014 10:33:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Command for Relay Actuator on Fri, 16 May 2014 12:03:42 GMT]]></title><description><![CDATA[<p dir="auto">For others:</p>
<p dir="auto">As written in another topic : <a href="http://forum.mysensors.org/topic/111/can-t-control-actuator#747" rel="nofollow ugc">http://forum.mysensors.org/topic/111/can-t-control-actuator#747</a> i also enabled "newline" in the serial monitor to sent commands, and now it works.<br />
Thanks Hek for help.</p>
]]></description><link>https://forum.mysensors.org/post/786</link><guid isPermaLink="true">https://forum.mysensors.org/post/786</guid><dc:creator><![CDATA[egbertje]]></dc:creator><pubDate>Fri, 16 May 2014 12:03:42 GMT</pubDate></item><item><title><![CDATA[Reply to Command for Relay Actuator on Mon, 12 May 2014 21:06:08 GMT]]></title><description><![CDATA[<p dir="auto">So again if i type the command 12;3;1;2;1 in the serial monitor of the gateway, this command also has to show up in the sensor serial monitor ???<br />
I ask this because nothing happens here, but i see a led flashes so it look like something is been sent.</p>
]]></description><link>https://forum.mysensors.org/post/715</link><guid isPermaLink="true">https://forum.mysensors.org/post/715</guid><dc:creator><![CDATA[egbertje]]></dc:creator><pubDate>Mon, 12 May 2014 21:06:08 GMT</pubDate></item><item><title><![CDATA[Reply to Command for Relay Actuator on Sun, 11 May 2014 19:42:29 GMT]]></title><description><![CDATA[<p dir="auto">Yes, you should be able to send messages without a controller (if you use fixed id's in the sensors).</p>
<p dir="auto">Some example sketches requests configuration from controller like isMetricSystem() . You will have to remove these as no controller will answer behind the gateway.</p>
<p dir="auto">You cannot use the serial monitor to send a message from the sensor (use the API). Only gateway listens to input on serial line.</p>
]]></description><link>https://forum.mysensors.org/post/699</link><guid isPermaLink="true">https://forum.mysensors.org/post/699</guid><dc:creator><![CDATA[hek]]></dc:creator><pubDate>Sun, 11 May 2014 19:42:29 GMT</pubDate></item><item><title><![CDATA[Reply to Command for Relay Actuator on Sun, 11 May 2014 19:14:03 GMT]]></title><description><![CDATA[<p dir="auto">I dont get further with this.<br />
Am i right that i can sent a message from the gateway to a sensor or vice versa without using a controller?<br />
So if i use an gateway and a sensor with for example the motion sensor sketch with fixed id i can sent a message in the serial monitor of the motion sensor node to the gateway??<br />
If i do that nothing happens in the gateway serial monitor and vice versa.<br />
What am i doing wrong?</p>
]]></description><link>https://forum.mysensors.org/post/697</link><guid isPermaLink="true">https://forum.mysensors.org/post/697</guid><dc:creator><![CDATA[egbertje]]></dc:creator><pubDate>Sun, 11 May 2014 19:14:03 GMT</pubDate></item><item><title><![CDATA[Reply to Command for Relay Actuator on Fri, 09 May 2014 12:08:35 GMT]]></title><description><![CDATA[<p dir="auto">Ok im gonna try this. I allready found this but did not work will investigate.<br />
Hello Hek, i have seen that you found the Domotiga forum :)</p>
]]></description><link>https://forum.mysensors.org/post/662</link><guid isPermaLink="true">https://forum.mysensors.org/post/662</guid><dc:creator><![CDATA[egbertje]]></dc:creator><pubDate>Fri, 09 May 2014 12:08:35 GMT</pubDate></item><item><title><![CDATA[Reply to Command for Relay Actuator on Fri, 09 May 2014 11:48:03 GMT]]></title><description><![CDATA[<p dir="auto"><a href="http://www.mysensors.org/build/sensor_api#the-serial-protocol" rel="nofollow ugc">http://www.mysensors.org/build/sensor_api#the-serial-protocol</a></p>
<pre><code>12;3;1;2;1
</code></pre>
<p dir="auto">Turn on relay connected to node with radio-id 12 and relay registered with child-id 3</p>
<pre><code>12;3;1;2;0
</code></pre>
<p dir="auto">Turn off relay connected to node with radio-id 12 and relay registered with child-id 3</p>
]]></description><link>https://forum.mysensors.org/post/661</link><guid isPermaLink="true">https://forum.mysensors.org/post/661</guid><dc:creator><![CDATA[hek]]></dc:creator><pubDate>Fri, 09 May 2014 11:48:03 GMT</pubDate></item><item><title><![CDATA[Reply to Command for Relay Actuator on Fri, 09 May 2014 11:48:16 GMT]]></title><description><![CDATA[<p dir="auto">Aha, now I understand.</p>
<p dir="auto">I think <a href="http://www.mysensors.org/build/sensor_api#the-serial-protocol" rel="nofollow ugc">this</a> is going to help you.</p>
]]></description><link>https://forum.mysensors.org/post/660</link><guid isPermaLink="true">https://forum.mysensors.org/post/660</guid><dc:creator><![CDATA[marceltrapman]]></dc:creator><pubDate>Fri, 09 May 2014 11:48:16 GMT</pubDate></item><item><title><![CDATA[Reply to Command for Relay Actuator on Fri, 09 May 2014 11:23:38 GMT]]></title><description><![CDATA[<p dir="auto">Marcel,</p>
<p dir="auto">"Hmm, do I understand that you are going to try to use a gateway as a controller?"<br />
No , as i wrote Domotiga is later getting my controller. This is a home automation system running on a cubieboard.<br />
But for testing i want to know how to control a sensor.<br />
So if i take for example a uno or nano, and put in the gateway sketch then open the serial monitor what do i have to type/sent to control a relay in another node?<br />
Its for testing, because if this is possible and works i can get this command serial out of my Domotiga controller.</p>
]]></description><link>https://forum.mysensors.org/post/659</link><guid isPermaLink="true">https://forum.mysensors.org/post/659</guid><dc:creator><![CDATA[egbertje]]></dc:creator><pubDate>Fri, 09 May 2014 11:23:38 GMT</pubDate></item><item><title><![CDATA[Reply to Command for Relay Actuator on Fri, 09 May 2014 10:39:00 GMT]]></title><description><![CDATA[<p dir="auto">Hmm, do I understand that you are going to try to use a gateway as a controller?</p>
<p dir="auto">If so you would still have to make one of the boards a gateway imho.<br />
And you would have to create the logic for communication on the gateway which is not (or hardly) possible because you will soon run out of memory...</p>
]]></description><link>https://forum.mysensors.org/post/658</link><guid isPermaLink="true">https://forum.mysensors.org/post/658</guid><dc:creator><![CDATA[marceltrapman]]></dc:creator><pubDate>Fri, 09 May 2014 10:39:00 GMT</pubDate></item></channel></rss>