Hi,
i am playing with Node-Red on a raspberrymatic.
I receive messages from rpc-event (when windo opens or shutter closes or so). I connected this block to the MQTT sender. It all works and I can receive the values from Payload.
BUT I would like to receive the full message object, not only the payload with the 1 or 0 (open or closed).
Could tell me, how to put the full message object into the mqtt broker.
thanks