Multiple payloads

OK, you can use the Switch node setting I suggested earlier to separate the messages by tariff.
Think about what you want to do with ActiveElectricalEnergy. I think you want to move that into msg.payload. So in the Change node use
Move msg.payload.ActiveElectricalEnergy To msg.payload

1 Like