Moonraker in HA

No problem, test it. Mine works well with this intégration.

Oh yeah thanks. I miss-read the documentation. They were just saying the camera wasn’t available, and when I tried connecting I was just timedout during the connection because of my sonic pad not responding at the time.
After trying it, it works great! even the video feed works, it lags but it works (you have to use the picture entity card).
thanks!

Is there a way to configure the integration to round the progress percentage?
I know that you can set the display precision, but I have an integration that displays the print progress and it triggers every 2 seconds or so as the print progress value is like 30.1277563059%.
I could add a template sensor to round the percentage and use that as a trigger, but I’d rather not do that. The progress reporting precision has changed about 4 months or so ago with one of the HA upgrades IIRC.

on the Settings cog, you can change the Display precision.

Display precision only impacts how the entity value is displayed.

If you have an automation trigger based on the value of the entity, it’ll always trigger if the value changes. E.g: 12.33467% will trigger and so will 12.34112% even though both would be displayed as 12.3% (if I select xx.x as my display precision).