I do understand how to get values back from node-red as sensor data inn to home red.
But is there a way to get multiple values in on go using one sensor node?
Eks array msg.payload contains some data I need. Using a change node to set msg.payload to expression payload[3] third elemt. Using a sensor node, I create sensor.station.london to msg.payload
If I need more than one value, I can just add more change and sensor nodes.
Can this be done so one sensor node makes:
sensor.station.london = payload[3]
sensor.station.dublin = payload[7]
etc
I did get it to work, but when using attribute values, it seems that it only show a value that I can not graph it. Only the stuff that I put in state section of sensor node seem to give graphs.