Hi all
I have managed to get my Aqara G3 camera integrated into home assistant using niceboygithub/AqaraCamera.
Because I use Frigate and like webrtc-camera, I need an RTSP url.
rtsp:// :@192.168.1.blablah
The problem is that the username and password for the stream change randomly.
The entity for the camera does have the valid rtsp url as shown below
type: entity
entity: camera.camera_hub_g3_4601_2
attribute: rtsp_url
My ask is…
How can I use this attribute in my
- configuration.yaml - for ffmpeg
- custom:web-rtc card - for the url:
- frigate.yaml - for frigate integration
Is there a way of extracting this valid rtsp using like a template sensor? and inserting this into my yamls? I fear the configuration.yaml & frigate.yamls are called too early.
Thanks
Brent