tjntomas / HADashboard-widgets

Widgets for HADashboard / Appdaemon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Camera Widget not working.

JamesKennewell opened this issue · comments

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:

  • frontdoor(2x2)`

My cameras.dash

`#

Main arguments, all optional

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

layout:
- include: cameras`

and my configuration.yaml for the camera
`camera:

Do you see any errors in the brower javascript console?

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

Ok, great!