albertogeniola / MerossIot

Async Python library for controlling Meross devices
https://albertogeniola.github.io/MerossIot/
MIT License
484 stars 88 forks source link

Docker Container to retrieve power stats from Meross and send to influxdb #64

Closed nebula-it closed 5 years ago

nebula-it commented 5 years ago

Hey @albertogeniola ,

Using your work I created this docker image to retrieve the power values from Meross cloud and send those to InfluxDB database. I originally created it for personal usage but I have cleaned up the code and posted it here https://github.com/nebula-it/MerossToInfluxDB thinking there might be other looking for this.

See if you want to make a note of this somewhere so people are aware. And Thank you again for your awesome work on this library.

albertogeniola commented 5 years ago

Thanks nebula!