Hi there Node-Red fans,
I have been doing pretty amazing things with node-red the last two years. I am no programmer but i have a fair understanding of the basics.
This challenge is a bit out of my league therefore I need a little guidance.
I am trying to read energy measurements from a logging server:
If I enter the following url into a web browser :
http://192.168.1.10:8080/user1?16&1=GetLogHour&19&100&20&10&
I get the following data:
{"header":["HourLog","","CH1 verbruik 01E00002","Year : 2019","Day Start : 100","Day's Qty : 20","Interval : 10 min","Units : TYPE 0"],
"footer":["Import","Export"],
"body":[["3","0"],["3","0"],["3","0"],["3","0"],["3","0"],["3","0"],
["3","0"],["3","0"],["3","0"],["3","0"],["3","0"],["3","0"],
["3","0"],["3","0"],["3","0"],["3","0"],["3","0"],["3","0"],
["3","0"],["3","0"],["3","0"],["3","0"],["3","0"],["3","0"],
["3","0"],["3","0"],["3","0"],["3","0"],["3","0"],["3","0"],
["3","0"],["3","0"],["3","0"],["3","0"],["3","0"],["3","0"],
["3","0"],["3","0"],["3","0"],["3","0"],["3","0"],["3","0"],
["3","0"],["3","0"],["3","0"],["3","0"],["3","0"],["3","0"],
["3","0"],["3","0"],["3","0"],["3","0"],["3","0"],["3","0"],
["3","0"],["3","0"],["3","0"],["3","0"],["3","0"],["3","0"],
["3","0"],["3","0"],["3","0"],["3","0"],["3","0"],["3","0"],
how to I go about reading this into node-red so I can actually use the data for something useful, like display on a dashboard?
your help will be much appreciated.
Duncan