Prusa Mini + json_exporter + prometheus + grafana dashboard
Maybe someone will be interested in what I did recently - see more at https://github.com/nvtkaszpir/config-prusa-prometheus-json-exporter
Overall it works like this: prusa mini <- json-exporter <- prometheus <- grafana dashboard
This was used to detect stability issues with the print, and was done as alternative to https://github.com/pstrobl96/prusa_exporter which was not supporting older firmware (and was also doing other strange things like supporting/abstracting other printers).
Maybe in the near future will update it to the 5.x.x when it is no longer alpha/beta and I'll have some spare time to upgrade printer and slicer (maybe xmas?).
Any feedback welcome.
See my GitHub and printables.com for some 3d stuff that you may like.
RE: Prusa Mini + json_exporter + prometheus + grafana dashboard
go ahead, 5.1.0 is already in stable version 😉
RE: Prusa Mini + json_exporter + prometheus + grafana dashboard
I got too much other software hooked to Prusa mini now that I am not yet eager to update the printer to new fw, because it would mean I would have to change about 4 different software projects.
Maybe next week or around xmas 😉
See my GitHub and printables.com for some 3d stuff that you may like.
RE: Prusa Mini + json_exporter + prometheus + grafana dashboard
I have just tried, if the grafana works for MINI and surprisingly, it works. If you will follow this manual and set the MINI for metrics (submenu of the network setup of 5.1.2 and higher) you can get in the same dashboard or, separate one the data from your MINI.
It works via WiFi as well.
RE: Prusa Mini + json_exporter + prometheus + grafana dashboard
yeah, Prusa uses different flow to fetch metrics, but in the end all of them should give similar output.
BTW this reminds me to test victoriametrics instead of influx 😉
See my GitHub and printables.com for some 3d stuff that you may like.