Protocol question
-
I want to know the value of a sensor from the controller.
I have an ethernet gateway and i send this message trought TCPnode-id;child-sensor-id,2;1sub-type
I want to request the value in the sensor but nothing happens, what's wrong with the message?
-
What does you sketch look like? Do you listen for incoming messages and answer the request when it arrives?
The node does not keep any state by itself of the last sent message etc. So you have to save these values yourself and send them upon request.