carlo1
(Carlo)
February 22, 2021, 2:43pm
1
Hello
Trying to setup a wizen cam and I followed any docs I can find, most are over a year old but I have it to the point where I have a entity listed I created and I get this error:
This entity (“camera.grow_cam”) does not have a unique ID, therefore its settings cannot be managed from the UI.
Here is what’s in my config:ffmpeg:
camera:
platform: ffmpeg
name: Grow Cam
input: -rtsp_transport http -i rtsp://user:[email protected] _1/live
extra_arguments: -pred 1 -q:v 2
I have this in my Customize folder
camera.Grow Cam:
supported_features: 2
homeassistant:
customize: !include customize.yaml
Any help would be appreciated.
Try this below is what i use for Wyze cam.
camera:
1 Like
carlo1
(Carlo)
February 22, 2021, 8:59pm
3
Thanks
I ended up gettin git to work with the file I posted… Im not sure what changed to make it work though… Thanks for reply
docsparks
(Docsparks)
February 23, 2021, 10:39am
4
What do those extra arguments do? sorry for asking without having time to look it up myself.
carlo1
(Carlo)
February 23, 2021, 1:00pm
5
Do be honest I have no idea, I been reading all the forum threads I could find and was trying them all.
camera:
- platform: ffmpeg
name: Basement Sump Pit
input: -rtsp_transport udp -i rtsp:/UN:PW@IP/live
Is my config where
UN is the username
PW is the password
IP is the IP Address
1 Like