Mini-controller using Arduino?
-
Hi all,
I want to monitor a few remote sensors without using a controller, rather than any actual home automation - just a gateway with a bit of extra logic to parse messages and display data (or send via serial to a computer).
Any thoughts whether MySensors libraries may be useful for this, either as is, or just reusing the main parts? The message format looks useful, and it looks like network setup is sort of automated, but can it be used without a controller?
Or is there a better framework?
If not, I'll hack my own using the RF24 libraries.
-
It is possible to send data between nodes so you could probably just make a display node and send data directly to this node from your sensor nodes.
You will need hard coded NODE_IDs in all your nodes.
-
I did exactly this:
http://forum.mysensors.org/topic/1812/my-controller-less-mysensors-temperature-loggerAll the network-functions work without a controller. Only for the auto-node-id-feature a controller is needed.
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 -
Home Assistant/MySensors quirks
Development • 13 days ago • OldSurferDude 13 days ago -
Adding Listen only device to my system.
Development • 26 Feb 2025, 00:39 • dpcons 26 Feb 2025, 06:26 -
PJON and Minicore not working
Development • 8 days ago • Trand 8 days ago -
Counting Incoming and Outgoing Messages from a Gateway
Development • 10 Dec 2024, 21:57 • Trand 14 Dec 2024, 20:23