Hi,
I have been using the http request node to get JSON data from solar inverters which works fine and returns an object as can be seen here:
(ok, seems I can only post one image)
I now want to use the http in node to receive POST data pushed from the inverters, however the data in the object is not accessible. I have spent about 6 hours trying everything that I can think of in node-red to access this data but no success.
Here is the flow and what I get when set to object and string. It seems the object that is returned contains the object that I am interested in but wrapped in something else?
http in -> JSON -> http endpoint
Any advice on what I am doing wrong here would be appreciated.
Cheers,
RC