You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've set up my config as per the readme, and its pulls in the name of my camera (Bedroom), but the feed doesnt work.
Looks like this on the default dashboard:
and like this when you click on it:
The broken image url is: http://homeassistant.local:8123/api/camera_proxy_stream/camera.bedroom?token=xxxxxxx where xxxx is some token, and its returning 502 Bad Gateway
This is in the logs as a warning, not sure if that matters or not:
Logger: homeassistant.components.camera
Source: components/camera/__init__.py:488
Integration: Camera (documentation, issues)
First occurred: 16:49:55 (1 occurrences)
Last logged: 16:49:55
The camera entity camera.bedroom does not support requesting width and height, please open an issue with the integration author
The text was updated successfully, but these errors were encountered:
Is this because this component is only designed to show the last motion-detected event, and I have that feature disabled in KodakSmartHome camera settings?
I'd like to just see the live feed, is that possible?
Hi @trullock,
Yes, so far, this component is only designed to show the last motion-detected event. There is a note in this component about it (I added recently).
I've set up my config as per the readme, and its pulls in the name of my camera (Bedroom), but the feed doesnt work.
Looks like this on the default dashboard:
and like this when you click on it:
The broken image url is:
http://homeassistant.local:8123/api/camera_proxy_stream/camera.bedroom?token=xxxxxxx
wherexxxx
is some token, and its returning502 Bad Gateway
This is in the logs as a
warning
, not sure if that matters or not:The text was updated successfully, but these errors were encountered: