in the debugger the correct measurement (degrees minimum temperature value like 15.3) is shown in the debug frame. Now I intend to save this value in an Influx DB and I suppose I need a function before saving the value in the database. After reading many instructions I did not succeed, can someone help me writing this function?
Post what you see in a debug node before the change node and another after and show us the change node config. Tell us what you want to see on the output.
Thanks Bakman2, works like a charm and the data is saved in the DB. Now struggling how to save only the min_temp from the outdoor module, any help would be appreciated.
Thanks again for helping! Although the line m = msg.payload.devices[0].modules[0].dashboard_data writes to the DB but unfortunattely only the values for Rain, sum_rain_1, sum_rain_24 and time_utc
And the line m = msg.payload.devices[0].modules[0].dashboard_data.min_temp generates an error:
Error: A 400 Bad Request error occurred: {"error":"unable to parse 'tuin': missing fields"}