[APP][Pro] Moonraker for 3D printer running klipper

Yes, or use the ssh plugin for homey and send the shutdown command ~10 seconds before the ‘shutdown’/power cut. This is how I do it.

Got the app working, thanks!

Is it an idea to add an camera stream to the app? Would like to see a live view of the print.

Wrote a complete app for the Centauri Carbon.
It is in test. Also on GitHub.
Feel free to test around.

Dear all,

First of all, please excuse me for the rather late answer and slow dev of the application.

I updated the application to a version 2.0 that will now use a websocket connection to get close to real time information about your printer. Additionnal trigger and action card were added too. All temperature sensors will be discovered automatically no need to check options anymore.

Check it out and tell me if you are missing anything.

I have another app under testing for an opensource CCTV solution named frigate. I have adding into this one CCTV snapshot images. I will see if i can a klipper video stream into the device for this app too. How did you configure your stream in klipper ? is it a dedicated url / port ? I don’t have any need for camera on my printers so i never configured it tbh

I use crowsnest camera stream in klipper.

i checked what can be done in homey app and streaming video live seems to not be supported.

On my CCTV app, i tried a auto-refresh of snapshot image every 500ms-1000ms but it is not great in homey app.

screen-20260604-220228-1780603342670-ezgif.com-video-to-gif-converter

I have added a rtsp cam. That works fine

Where did you add it?
What I meant is that the limitation is on homey apps streaming possibilities, not moonraker, fluidd or mainsail.

I think I did it via de ip port of the camera conected to Mainsail. Via the virtual ip cam app from homey.

1 stream for when not on home wifi.

And a stream when on wifi.

Hi,

Version 2.0.2 (pre-release here: https://homey.app/a/com.drfatalis.moonraker/test/ ) should allow the camera stream if there is one found in the configuration. I tested on one of my camera with the following config in moonraker.cfg

[webcam my_camera_name]
location: printer
enabled: True
service: mjpegstreamer-adaptive
target_fps: 15
target_fps_idle: 5
stream_url: http://192.168.0.xxx:30192/api/c1mini
snapshot_url: http://192.168.0.xxx:1984/api/frame.jpeg?src=c1mini
flip_horizontal: False
flip_vertical: False
rotation: 0
aspect_ratio: 4:3

Thank you very much, will try it in a few days!