📸 Camera Support for Resin Printers: An Exciting (but Cautious) Update! #199
Replies: 2 comments 5 replies
-
|
Moving the conversation over from my issue post. I guess I should close that now? My card is already using a picture-entity card to put the snapshot of the stream on the card so I'm not streaming live all the time. Though sometimes I do tend to leave the stream open which is probably what's killing it. As soon as my next print is done I'm going to add in a smart plug to power cycle the thing and keep it off when I'm not |
Beta Was this translation helpful? Give feedback.
-
|
does the issue of causing crashes and the limit of 2 connections effects the printers which use SDCP over WebSocket such as the Saturn 4? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We're thrilled to announce one of the most requested features: experimental camera support for Elegoo resin printers is now available in the Home Assistant integration! This allows you to keep an eye on your prints, but it comes with some very important considerations.
The Goal: A Built-in Camera Feed
The main advantage of this feature is having a camera feed integrated directly into Home Assistant without needing extra hardware or software. When it works, it's a fantastic way to remotely monitor your prints.
However, the camera implementation on the printers themselves is known to be buggy and unstable. This is a hardware/firmware limitation, not something the integration can fully solve. Our goal has been to provide this feature while adding as many safeguards as possible.
The Cons: Understanding the Risks
Transparency is key, and we want you to be fully aware of the potential issues before you enable this feature:
Best Practices for a Stable Experience
Given the risks, we strongly recommend the following approach for the best results:
1. Use On-Demand Viewing (Don't Stream 24/7)
The most stable way to use the camera is to view the stream only when you need it. A constant, 24/7 connection is very likely to cause a crash eventually.
The best way to achieve this is with a
picture-entitycard in your dashboard. This card shows a stable, still image by default and only loads the live video feed when you click on it.Here is the recommended card configuration:
2. Power Cycle with a Smart Switch
Because connections can get stuck, the most reliable way to "reset" the camera is to turn the printer off and on again. We highly recommend putting your printer on a smart switch (like a Shelly, TP-Link Kasa, etc.) that is integrated with Home Assistant.
Crucially, you should never power cycle the printer while a print is in progress, as this will cause the print to fail. This method should only be used between prints to reset the camera connections.
This also helps with general printer health, as these printers are likely not designed to be on 24/7.
How to Enable the Camera
This feature is disabled by default for all users.
We hope this detailed explanation helps you enjoy this new feature while understanding its limitations.
Happy Printing!
Beta Was this translation helpful? Give feedback.
All reactions