Controller to Sensor communication problem
-
Hi,
my setup has two Arduino UNO R3: one is connected with USB to my laptop runningSerialGateway.ino
, and the other is runningServoActuator.ino
.I am about to write my own controller in Java by using the serial gateway looking at the code from
https://github.com/mysensors/Vera/blob/master/L_Arduino.lua
.My problem is that in
ServoActuator.ino
the callbackvoid incomingMessage(const MyMessage &message) {...}
is never called.For example the
setup()
ofServoActuator.ino
sends a0;10;2;0;3;1.4.1
message to the controller. My controller replies with0;10;1;0;3;0
but that message does not reach the sensor.I did also the message exchange manually (with a terminal, no controller at all) but nothing works.
By going looking at the MySensors code the call to
boolean MySensor::sendRoute(MyMessage &message)
just return false whatever I do. I think I miss something so thatgetChildRoute(dest)
returns the correct routing to the sensor.Please let me know what I do wrong.
Thanks,
George G.
-
Hi,
the problem is solved by sending
1
instead of0
to the sensor during:255;255;3;0;3;
request. So, now I replay with255:255:3;0;4;1
instead of255;255;3;0;4;0
and when I get the request1;10;2;0;3;1.4.1
I reply with1;10;1;0;3;0
which goes back to the sensor.Kind Regards,
George.
-
So, now I replay with 255:255:3;0;4;1 instead of 255;255;3;0;4;0 and when I get the request 1;10;2;0;3;1.4.1
Yes I think node-id 0 should not be used.
Suggested Topics
-
API first controller with OTA support, also exposes WebOfThings APIs for sensors
Mozilla WebThings Gateway • 23 Jun 2018, 06:13 • Sathishkumar Thangavel 29 Nov 2018, 09:17 -
Best controller for HVAC control ?
Controllers • 6 Aug 2016, 16:39 • frishrash 6 Aug 2016, 16:39 -
MyController.org - 0.0.3-alpha1 released
MyController.org • 29 Feb 2016, 23:12 • jkandasa 6 Mar 2016, 16:56 -
MyNetSensors - Web Controller
Controllers • 26 Oct 2015, 20:39 • derwish 27 Oct 2015, 11:33 -
Open Source Home Automation (Raspberry)
Controllers • 10 Jul 2014, 06:51 • bjornhallberg 29 Nov 2016, 10:45 -
MyController 1.1.0.Final version released
MyController.org • 28 Dec 2017, 03:11 • jkandasa 2 Jan 2018, 16:24 -
Stand alone radio relay
General Discussion • 2 Dec 2014, 17:43 • dzairo 3 Dec 2014, 12:43