This is sent to an Influxdb out node and I get this error:
Error: A 400 Bad Request error occurred: {"error":"unable to parse 'stations act_pow_neg=undefined,act_pow_pos=undefined,curr_L1=undefined,curr_L2=undefined,curr_L3=undefined,meter_ID=undefined,obis_list_version=undefined,react_pow_neg=undefined,react_pow_pos=undefined,volt_L1=undefined,volt_L2=undefined,volt_L3=undefined': invalid boolean"}
As you may notice I am not winning the next Nobel Price in programming... Is there anything in this attempt to get the message in to Influxdb which is correct...? What is wrong!?
Add a debug node showing what you are feeding to the influx node.
Then add a debug node showing what is going into your function node and try and work out what the problem is. Paste them both here if you can't work it out.