plan-d-io / P1-dongle

ESP32 firmware to receive, parse, store and forward energy data coming from the P1-port enabled digital meters
MIT License
21 stars 3 forks source link

Upload to InfluxDB (feature request) #12

Open michaelpiron opened 1 year ago

michaelpiron commented 1 year ago

Feature request: It would be great if the P1-dongle is able to push measurements directly towards an Influx DB.

Example for inspiration: IotaWatt energy monitor (ESP-based) is able to upload data to an InfluxDB (version 1 & version 2). --> https://docs.iotawatt.com/en/master/influxDB.html

UI allows to configure:

Code opensource on Github:

Epyon01P commented 1 year ago

Good suggestion. Currently the dongle has no data buffer, so only a direct push to Influx would be possible. A buffer is on the roadmap, so I'll add this feature afterwards.