-
-
Notifications
You must be signed in to change notification settings - Fork 35k
Description
Home Assistant release with the issue: 0.84.2 but probably earlier versions as well
Last working Home Assistant release (if known):
Operating environment (Hass.io/Docker/Windows/etc.): Debian/Virtual Environment (but probably all are affected)
Component/platform: https://www.home-assistant.io/components/camera.xeoma/
Description of problem:
After Xeoma released the 18-11-21 update the camera.xeoma component gives the following error in the log and is unable to list any xeoma cameras:
ERROR (MainThread) [homeassistant.components.camera.xeoma] Error: Unable to find any camera image names”
Opening the Xeoma web interface in a browser works as expected and my camera is listed.
Most likely something changed on the xeoma side, but the HA component probably needs to be updated.
Problem-relevant configuration.yaml
entries and (fill out even if it seems unimportant):
camera:
- platform: xeoma
host: http://<ip>:10090/
username: <user>
password: <pass>
Traceback (if applicable):
Additional information:
Related forum thread: https://community.home-assistant.io/t/xeoma-cameras-not-found-after-xeoma-18-11-21-update/81528
Full disclosure: I have personally not used the xeoma component until today, so I can not say for sure that it has ever worked or that I am not doing anything wrong. According to others in the forum thread it worked until the Xeoma released that update. My results are consistent with those of the others.