How to send ALL devices status to controller

Moderators: grovkillen, Stuntteam, TD-er

Post Reply
Message
Author
foxejoe
Normal user
Posts: 10
Joined: 15 Oct 2017, 10:01

How to send ALL devices status to controller

#1 Post by foxejoe » 02 Mar 2019, 09:41

Hi,
I would like to Publish (refresh) all devices status to controller with an event or command.

As far as I know the simplest way is to create an event in a rule and publish any single device value (i.e)

Code: Select all

on sendDeviceUpdate do 
Publish /%sysname%/Device1/Name,[Device1#Name]
Publish /%sysname%/Device2/Name,[Device2#Name]
Publish /%sysname%/Device3/Name,[Device3#Name]
...and so on
endon
Since I have 30 ESP with several Devices, I am looking for a single command which can be the same for all ESP regardless of name or number of devices.
Is it possible? Any idea?

Regards
Lorenzo

User avatar
dynamicdave
Normal user
Posts: 257
Joined: 30 Jan 2017, 20:25
Location: Hampshire, UK

Re: How to send ALL devices status to controller

#2 Post by dynamicdave » 02 Mar 2019, 10:25

What you're doing looks like a good solution.

Getting each unit to listen for a common or global event-trigger...

on sendDeviceUpdate do
Publish /%sysname%/feedback, [status_information]
endon

I label each of my Wemos D1 Mini modules (ESP8266-based modules) with a unique node name.

e.g. node30, node31, etc...

So the above publish command would send a unique message via MQTT to your main controller (in my case a Raspberry Pi 3+ running Node-RED).

Post Reply

Who is online

Users browsing this forum: No registered users and 96 guests