Hi,
I have a flow which allows to send the value of an electric meter in Influxdb (Wh).
The value is sent (it appears in the debug node) but in Influxdb I have an error message: "unsupported mean iterator type: * query.stringInterruptIterator".
I don't know how to format the payload?
[{"id":"cafc5040.ba65f","type":"debug","z":"5f869aea.270dd4","name":"Energie","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":960,"y":80,"wires":[]},{"id":"c92c7602.90e1b8","type":"inject","z":"5f869aea.270dd4","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":"","topic":"","payload":"","payloadType":"date","x":380,"y":80,"wires":[["d5a4a67d.00c818"]]},{"id":"d5a4a67d.00c818","type":"api-current-state","z":"5f869aea.270dd4","name":"","server":"6dbc60a4.9907","version":1,"outputs":1,"halt_if":"","halt_if_type":"str","halt_if_compare":"is","override_topic":false,"entity_id":"sensor.compteur_elec","state_type":"str","state_location":"payload","override_payload":"msg","entity_location":"data","override_data":"msg","blockInputOverrides":false,"x":680,"y":80,"wires":[["cafc5040.ba65f","bdcdb7c5.a69ff8"]]},{"id":"bdcdb7c5.a69ff8","type":"influxdb out","z":"5f869aea.270dd4","influxdb":"468eb0a8.3cc35","name":"influxdb out NR","measurement":"Wh","precision":"","retentionPolicy":"","database":"database","precisionV18FluxV20":"ms","retentionPolicyV18Flux":"","org":"organisation","bucket":"bucket","x":1000,"y":160,"wires":[]},{"id":"6dbc60a4.9907","type":"server","name":"Home Assistant","addon":true},{"id":"468eb0a8.3cc35","type":"influxdb","hostname":"a0d7b954-influxdb","port":"8086","protocol":"http","database":"nodereddb","name":"influx db addon","usetls":false,"tls":"","influxdbVersion":"1.x","url":"http://localhost:8086","rejectUnauthorized":true}]