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
-
EasyIoT server - Mysensors Raspberry Pi controller
Controllers • 4 Sept 2014, 22:02 • EasyIoT 2 Aug 2015, 14:26 -
Day 1 - Status report
Announcements • 23 Mar 2014, 22:45 • hek 24 Mar 2014, 20:12 -
MyController version "1.4.0.Final" released
MyController.org • 23 Jan 2019, 12:11 • jkandasa 23 Jan 2019, 12:11 -
Controller IP auto-discovery for EthernetGW
Feature Requests • 22 Jan 2015, 21:59 • nneeoo 15 Feb 2015, 13:25 -
nodejs controller
Controllers • 3 Mar 2015, 14:40 • Mickey 3 Mar 2015, 14:56 -
which controller for noobs ?
Controllers • 23 Jan 2015, 14:26 • ludoarchi 23 Jan 2015, 16:44 -
Static Node ID and other Unanswered Questions
Troubleshooting • 27 Dec 2014, 02:46 • A Former User 27 Dec 2014, 13:11 -
Serial Gateway as Controller
General Discussion • 2 Dec 2014, 13:46 • dzairo 2 Nov 2015, 16:33