tjntomas / HADashboard-widgets

Widgets for HADashboard / Appdaemon
MIT License
52 stars 26 forks source link

Camera Widget not working. #18

Closed JamesKennewell closed 4 years ago

JamesKennewell commented 4 years ago

i tried to setup the camera widget but i cant seam to get a stream to work.

my camera streams to HA fine and i can see it in the lovelace dashboard but i cant get to to show in HADashboard

my cameras.yaml`frontdoor: widget_type: camerastream entity: camera.front_door title: My Camera base_url: "http://192.168.1.235:8123"

e.g. "https://my_duck_dns_domain.duckdns.org:8123" or "http://192.168.1.20:8123"

log: 1 # optional. Will print some log info in the console for debugging purposes if set to 1.

layout:

My cameras.dash

`#

Main arguments, all optional

# title: Camera Panel widget_dimensions: [131, 117] widget_margins: [2, 2] columns: 6

layout:

and my configuration.yaml for the camera `camera:

tjntomas commented 4 years ago

Do you see any errors in the brower javascript console?

JamesKennewell commented 4 years ago

I actually got it working a few hours ago. On changing the entity to a ffmpeg insted of a generic type.

But i don't remember seeing any errors

tjntomas commented 4 years ago

Ok, great!