Skip to content

AlexVerrico/octoprint-stats

Repository files navigation

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:

  • You follow the coding style
  • Make all PR's to the dev branch
  • Ensure that PRs include a good description of the changes you have made, the reason for them, and what version(s) of Python and Octoprint you have tested the changes on.

Ownership history

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