getsmokes
(Michael)
1
Can anyone show me a working config for the C1C please?
I’ve tried the various configs on the community with no luck.
I can access the cameras rtsp stream with the correct username/pass in vlc but not through HASS.
- platform: generic
still_image_url: http://admin:[email protected]/ISAPI/Streaming/Channels/101/picture
stream_source: rtsp://admin:[email protected].:554/Streaming/Channels/101
I have C3A and this works
camera:
platform: ffmpeg
name: c3a
input: rtsp://admin:[email protected]:554
However, I still search for a way to wake up the cam/put to sleep via HA.
- platform: ffmpeg
name: The Garden
input: -rtsp_transport tcp -i rtsp://admin:[email protected]:554/Streaming/Channels/101
That’s what I run with an Outdoor floodlight Ezviz camera, works fine (Although I wish I could use more of it’s functionality in HA)
1 Like