Hello everyone!
I have had Hoome Assistant working for a long time without problems. I recently bought some ezbiz cameras and I use frigate on a separate server to record them. In HA I have the cameras on a dashboard, the problem is that the previews do not load (black image with recording message)unless there is a separate tab in the frigate browser and I view them there, when I open frigate in HA the images of the live cameras appear.
My HA card :
show_state: true
show_name: true
camera_view: live
fit_mode: fill
type: picture-entity
entity: camera.living
In frigate
go2rtc:
streams:
calle:
- rtsp://admin:[email protected]:554/Streaming/Channels/1
cameras:
calle:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/calle?video=copy&audio=aac
roles:
- detect
- path: rtsp://127.0.0.1:8554/calle?video=copy&audio=aac
roles:
- record
thanks in advance!