Yes, with the status API you should be able to get most of what you want. Check out this page:
https://ultimaker.com/en/community/23283-inside-the-ultimaker-3-day-2-remote-access-part-1
The things you ask about are all available without a need to authenticate:
* /api/v1/printer/status
* /api/v1/printer/diagnostics
With a little bit of scripting it should be fairly easy to copy that to a database.
I created a small Jupyter notebook to show you how it can be done:
https://github.com/pbackx/UM3-collector
Edited by Guest
Recommended Posts
tinkergnome 929
It's possible by using the printer's API. The basics and some examples in python are explained in this topic:
Inside the Ultimaker 3 - Day 3
Link to post
Share on other sites