Adding Listen only device to my system.
-
I'd like to add a Receive only device to get two temperatures from a working sensor box in my system where I can display the values on an LCD display. I think I see how to send data from the sensor box to a node. How do I code the Receive node. Does anyone have any examples of this??
Thanks
-
This is only a partial answer.
You have to implement a function on the node to receive the data: void receive(const MyMessage &message)
Go to this page https://www.mysensors.org/download/sensor_api_20 and scroll down to "Handling incoming radio messages".
I'm pretty sure I have seen someone on this site doing exactly what you are looking for, but I didn't find it when I looked. They had a node with an LCD display they could send text to.
Hope this gets you started : )
-
You can also look at https://www.mysensors.org/build/scene_controller
-
@nagelc thanks for looking and the info.
-
@mfalkvidd Thanks for the info!
Suggested Topics
-
Arduino Celebrates 10 years (Malmö/Sweden)
Announcements • 29 Mar 2014, 17:08 • hek 29 Mar 2014, 17:08 -
Sending offset to node
Development • 31 Jan 2025, 00:59 • bsl88k 4 Feb 2025, 12:14 -
MQTT-Help me understand about the MQTT Gateway.
Development • 2 Mar 2025, 01:44 • dpcons 19 days ago -
Home Assistant/MySensors quirks
Development • 15 days ago • OldSurferDude 15 days ago -
Counting Incoming and Outgoing Messages from a Gateway
Development • 10 Dec 2024, 21:57 • Trand 14 Dec 2024, 20:23 -
Gateway without a radio
Development • 12 Jan 2025, 23:19 • OldSurferDude 14 Jan 2025, 22:07