New Camera widget in AppDeamon 4

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

1 Like

Do you call the widget in the “layout” section, like:

layout:

 - camera_giardino_primo (3x3)

?

First thanks for your reply.
Yes I do.
My apologies I missed the “layout” section:

layout:
    - clock(2x1), camera_giardino_primo(4x3)
    - page_label_dash(2x1) 
    - luce_tettoia, cancello
    - spacer(8x1)
    -
    - include: bottom_panel

Any idea?
Thanks in advance

base_url: http://my_internal_HA_IP_address:8123

And that’s the same IP as the Hass frontend web page?

If yes, I’m out of ideas.

A long shot, but…

camera.my_EZVIZ_camera

make sure that’s the actual entity name.