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 [email protected] \
-e MEROSS_PASSWORD=yourpassword \
colthreepv/meross-ingestor:v1.0.1
-
INFLUX_USERNAME
-
INFLUX_PASSWORD
-
⚠️ INFLUX_HOST -
INFLUX_PORT
-
INFLUX_PROTOCOL (
http
orhttps
) -
⚠️ INFLUX_DATABASE -
⚠️ MEROSS_EMAIL -
⚠️ MEROSS_PASSWORD
Variables marked with ⚠️
are required
- Using meross-cloud-ts now as underlying library
- Better TIMEOUT threshold calculation, based on previous occurrences
- Devices gets blacklisted after 10 timeouts
- Device list gets updated ever 1 hour
- Print TIMEOUT information every few timeouts (5)