Hi Andras,
I have bought some Sonoff Pow R2's and flashed them with Tasmota. So far so good.
I also tried to get the data into Influx via MQTT but so far my attempts have failed. Telegraf has an mqtt_consumer that should work in theory but does not in practice, probably because the Tasmota's are sending one big JSON with their telemetry data and not individual values:
21:15:56 MQT: tele/freezer/SENSOR = {"Time":"2020-02-16T21:15:56","ENERGY":{"TotalStartTime":"2020-02-11T11:30:54","Total":1.959,"Yesterday":0.425,"Today":0.362,"Period":0,"Power":0,"ApparentPower":0,"ReactivePower":0,"Factor":0.00,"Voltage":239,"Current":0.000}}
Then I stumbled upon Espurna firmware which contains InfluxDB support out of the box. Then it turns out you have to create your own builds to do so and the docs are severely lacking. Shame, cause that would have been the easiest option.
So, could you please point me in the right direction to replicate your nodered way of pushing the data to Influx?
Best regards,
Tom