colthreepv / meross-ingestor

ingestor module from meross smartplug to influxdb
https://hub.docker.com/r/colthreepv/meross-ingestor
MIT License
2 stars 1 forks source link
influxdb iot meross

meross-ingestor

Will get your Electricity data from Meross Smartplug(s) to influxdb
Available on Docker Hub: colthreepv/meross-ingestor

Start with docker:

docker run --name meross-ingestor \
  -e INFLUX_HOST=hostname \
  -e INFLUX_PORT=8086 \
  -e INFLUX_DATABASE=database \
  -e MEROSS_EMAIL=user@name.com \
  -e MEROSS_PASSWORD=yourpassword \
  colthreepv/meross-ingestor:v1.0.1

Complete list of Environment Variables

Variables marked with ⚠️ are required

Changelog

[1.3.0] - 2021-04-18

Changed

[1.2.1] - 2020-06-14

Changed

[1.2.0] - 2020-06-13

Added