Hello,
quite a bit newbie to node-red.
Done my forst workflows now but need help for this one:
Flow:
[{"id":"7c222748.416158","type":"tab","label":"Pollen","disabled":false,"info":""},{"id":"20c3a31e.daea2c","type":"inject","z":"7c222748.416158","name":"Get DWD Pollen data","topic":"","payload":"https://opendata.dwd.de/climate_environment/health/alerts/s31fg.json","payloadType":"str","repeat":"360","crontab":"","once":true,"onceDelay":0.1,"x":120,"y":40,"wires":[["be1fc1c6.3eb8"]]},{"id":"be1fc1c6.3eb8","type":"http request","z":"7c222748.416158","name":"Get http data","method":"GET","ret":"txt","paytoqs":false,"url":"https://opendata.dwd.de/climate_environment/health/alerts/s31fg.json","tls":"","proxy":"","x":330,"y":40,"wires":[["33ba2eed.e1cc52"]]},{"id":"fb2f0ecb.eb179","type":"debug","z":"7c222748.416158","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":650,"y":180,"wires":[]},{"id":"33ba2eed.e1cc52","type":"json","z":"7c222748.416158","name":"","property":"payload","action":"","pretty":true,"x":500,"y":40,"wires":[["fb2f0ecb.eb179"]]}]
In the debug output window, i see the output as following:
Need to extract the value from the 22nd array (with id 110) and want to have the values from the object named Pollen -> Ambrosia -> today.
The same for tomorrow and several others.
I want to store those into my Mosquitto DB to show within HA.
BTW. running latest HA release 89.2 on hass.io (Node-Red add-on).
Thanks for your help in advance!
/ Ralf