Hi,
I have JSON being output in NodeRED in the following format:
I am trying to pass that into Home Assistant using node-red-contrib-home-assistant-websocket as each different entity - i.e. “VoltageUpperLimit” being an entity for “emon/pylonH22D006C32241518”, with a separate entity for each attribute.
What is the easiest way to achieve this? I have tried all sorts but the only thing i can do so far is pass a single entity through into HA and the value of it changes to all of the values in the JSON output sequentially as they are read.
Thanks in advance
Mike