AlexVerrico / octoprint-stats

Stats for your octoprint instance. Mirrored from https://github.com/amsbr/OctoPrint-Stats originally
14 stars 8 forks source link

[Feature Request] Add support for external power consumption monitoring #26

Open darkcheater opened 3 years ago

darkcheater commented 3 years ago

Hi, thanks for the plugin. As the power consumption monitoring is not very accurate when estimating it like this, I would suggest adding the possibility to input data from an external power consumption monitoring device. E.g. a WiFi plug flashed with Tasmota firmware. Data could be provided via a REST API directly (JSON) or a bash command like it is done in the PSU-Control plugin.

AlexVerrico commented 3 years ago

G'Day @darkcheater This sounds like a good idea, not sure when I'll get a chance to implement it though. If anyone wants to submit a PR with this feature added, go for it! Cheers, Alex.

Dexter0007 commented 2 years ago

Hi, I'm using pzem-004t meter to measurements printer power consumption. It's easy to use with custom scripts so please take it into account when you work on this task. Greetings :)