OpenEPaperLink / Home_Assistant_Integration

Home assistant Integration for the OpenEPaperLink project
Apache License 2.0
133 stars 32 forks source link

Camera not working #90

Closed psfales closed 6 months ago

psfales commented 6 months ago

Describe the bug I'm getting no image from the tag "cameras." It worked when I first created the cameras. I'm not sure when it stopped working, but I did update the integration through HACS a few days ago, so it might have stopped working then. HA knows about the cameras and allows me to add them through the UI, but it just shows an empty gray box with a "broken image" icon. The images are generated correctly and periodically updated under the /config/www/open_epaper_link/ directory, but they don't get passed through to the card on the dashboard.

To Reproduce Create a camera on dashboard using the UI, e.g. a "picture entity" card with :


show_state: true
show_name: true
camera_view: auto
type: picture-entity
entity: camera.0000021c62d23b1d_cam

Expected behavior Should be able to see camera image

Additional context No log messages that I can see. It's possible (even likely) that this is some configuration issue on my end. In which case, debugging suggestions or configuration changes would be welcome.

ss1