Notifications
Clear all

Status info via API or USB  

  RSS
Eyn Ergy
(@eyn-ergy)
Active Member
Status info via API or USB

It would be nice to have some kind of status info or live stream of events.

I explain for example if I want to create nice timelapses it would be perfect to trigger the camera always at the same point (the vat angled for example).

Having a stream of events from API or USB communication would help to script a camera trigger.

I see lot of other possibilities like chaining events from end of print, communicating errors,...

I will look at the source code to see what can be done but would be better if it comes from Prusa direct 😉

Posted : 07/01/2020 6:15 pm
malcinator
(@malcinator)
Trusted Member
RE: Status info via API or USB

Following an exchange of emails recently I have been lead to belive there is some work being done to allow Octoprint to work with the SL1. No idea when this will be released but it would like you make my life a whole lot easier.

Posted : 09/01/2020 10:49 am
Eyn Ergy liked
nuroo
(@nuroo)
Reputable Member
RE: Status info via API or USB

Any update on this, sounds interesting

 

Prusa MK3 preassembled (R2/B6) > (R3/B/7)
Prusa MK2.5 kit > MK3 > MK3+MMU2 (R3/B/7) 😀
Prusa SL1 3D printer + Curing and Washing Machine (day1 order)
Taz6
CR10s4
Delta 3ku

Posted : 31/03/2020 12:42 am
Petri
(@petri)
Eminent Member
RE: Status info via API or USB

API support would be great, I'm monitoring my MMU2s via Home Assistant OctoPrint integration and it would be neat to see SL1S also in HA.

https://www.home-assistant.io/integrations/octoprint

https://github.com/dangreco/threedy

 

Posted : 11/01/2022 9:39 am
Presswerk65
(@presswerk65)
Member
RE: Status info via API or USB

For your info: You can use the Prusa API directly in Home Assistant

https://github.com/prusa3d/Prusa-Link-Web/blob/master/spec/openapi.yaml

 

sensors:
- platform: rest name: prusa_api_sl1s_progress authentication: digest username: !secret sl1s_user password: !secret sl1s_password scan_interval: 30 resource: http://prusa-sl1s.xor.home/api/job value_template: "OK" json_attributes_path: "progress" json_attributes: - "completion" - "currentLayer" - "printTime" - "printTimeLeft" - platform: rest name: prusa_api_sl1s_resin authentication: digest username: !secret sl1s_user password: !secret sl1s_password scan_interval: 30 resource: http://prusa-sl1s.xor.home/api/job value_template: "OK" json_attributes_path: "resin" json_attributes: - "consumed" - "remaining"

Posted : 03/02/2022 8:43 am
You liked
Share: