Hi,
I just discover nod-red, and I would like to pick up a value from my domoticz server and send to espeasy with a new Mqtt topic. Can anybody help me ?
I would like now to send the reading of svalue5 to a new Mqtt topic "power" but I don't find how to do it.
Thanks for your help
Connect a change node to the output of MQTT IN node
Set msg.payload to msg.payload.svalue5
Set msg.topic to power
Connect an MQTT out node to the new change node
The task you are doing is very basic knowledge of node-red, I recommend watching this playlist: Node-RED Essentials. The videos are done by the developers of node-red. They're nice & short and to the point. You will understand a whole lot more in about 1 hour. A small investment for a lot of gain.