-
-
Notifications
You must be signed in to change notification settings - Fork 435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API Endpoints for RESTful #3
Comments
Its possible to get this information through a combination of the Currently I am working on merging the support functionality necessary to communicate with the official Klipper repo so it isn't necessary to pull the |
It's been a while since this issue was created, but I thought I would update it. The API is relatively stable now and initial API documentation is complete. An outline of how to accomplish your request is available here. The entire API is available in web_api.md, and printer_objects.md contains information about "klipper printer objects" that can be queried from the API. |
As the discussion here seems to have concluded I'm going to close this. As mentioned above, the API documentation contains an example of how to retrieve status from moonraker. |
Hello,
I am trying to create a RESTful sensor in Home Assistant to get the progress of the print and then eventually get notified when print finishes. I am unable to find the method to do so from the documentation.
It will be great to have the following information available from REST
Thank you
The text was updated successfully, but these errors were encountered: