I’m getting crazy trying to make my camera widget works in HAdashboard.
I read a lot about this topic api_password deprecated, new version of AppDeamon… but I’m not still able to make the camera widget work.
This is my AppDeamon add-on log output:
2021-01-02 16:58:31.290966 INFO AppDaemon: AppDaemon Version 4.0.5 starting
2021-01-02 16:58:31.291941 INFO AppDaemon: Python version is 3.8.5
2021-01-02 16:58:31.293438 INFO AppDaemon: Configuration read from: /config/appdaemon/appdaemon.yaml
Following my widget configuration in .dash file:
camera_giardino_primo:
widget_type: camera
entity: camera.my_EZVIZ_camera
base_url: http://my_internal_HA_IP_address:8123
refresh: 5
(AppDeamon documentation says: base_url the URL to your Home Assistant install. If you wish to access your dashboard from an external network, then this needs to be the external URL to Home Assistant.)
appdeamon.yaml config is:
appdaemon:
disable_apps: 1
latitude: xx.xxxxxx
longitude: xx.xxxx
elevation: 2
time_zone: Europe/Amsterdam
plugins:
HASS:
type: hass
http:
url: http://127.0.0.1:5050
hadashboard:
admin:
api:
My camera is a EZVIZ but I do not use the EZVIZ integration to avoid EZVIZ cloud.
I setup a generic integration and it is working perfectly from my home assistant infact I can perfectly see the stream on my lovelace view,
I really appreciate any help to sort out this issue
Thanks in advance to anyone will help