AlexVerrico / octoprint-stats

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

OctoPrint-Stats

This plugin is designed to show statistics of your printer and estimate power usage in kWh.

Setup

Important! You may need to install the system package libatlas-base-dev for this plugin to work by running sudo apt install libatlas-base-dev.
Some users have also reported that instead of libatlas-base-dev, they needed to install the system package libopenblas-dev by running sudo apt-get install libopenblas-dev.

Python 3:

Install via the bundled Plugin Manager or manually using this URL:

https://github.com/AlexVerrico/octoprint-stats/archive/master.zip

Python 2:

Install manually using this URL:

https://github.com/AlexVerrico/octoprint-stats/archive/py2.zip

Please note that the Python 2 version will no longer receive updates, it is strongly recommended that you switch your octoprint install to Python 3

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4

Contributing

Contributions are always welcome, provided that:

Ownership history

Versions up to and including 2.0.2 - Anderson Silva
Version 3.0.0 to present - Alex Verrico