mike829
(Mike829)
1
Hello Everybody,
I am playing with Hassio and I just configured a map with shelly modules.
Now I’d like to receive a Dahua camera streaming from the url
rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=1.
I edited the configuration.yaml as below:
stream:
- platform: generic
name: dahuacam
still_image_url: "http://192.168.xx.xxx/cgi-bin/snapshot.cgi"
stream_source: "rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=00"
username: admin
password: password
The stream works using vlc…
Now, I would like to see the camera to the home page but I don’t understand how to configure the card.
Can you please help me?
mike829
(Mike829)
2
I configured the card as:
type: picture-entity
aspect_ratio: 16x9
camera_view: live
entity: camera.dahuacam
I don’t understand what I am forgetting to do…
It seems the Hassio is not able to recognize my camera as identity…
Can you please help me to urderstand?
fillwe
(Fillwe)
3
Have you tried adding the auth: basic line?
camera:
- platform: generic
still_image_url: "http://192.168.xx.xx:xx/image/entre"
stream_source: "http://192.168.xx.xx:xx/h264/xx/temp.m3u8"
name: Entre Kamera
username: user
password: Pass
authentication: basic
mike829
(Mike829)
4
I just did it… nothing…
Hassio doesn’t recognize my camera as entity…
The card shows “entity camera.dahuacam not found”
Is it possible there is someting wrong on configuration.yaml?
stream:
camera:
- platform: generic
name: dahuacam
still_image_url: "http://192.168.xx.xxx/cgi-bin/snapshot.cgi"
stream_source: "rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=00"
username: admin
password: password
authentication: basic
mike829
(Mike829)
5
I am running the latest hassio version, is it required some add-on?
mike829
(Mike829)
6
Hello, I solved with MotionEye and Iframe card to cgi camera link.
I have a floorplan with camera icon, is it possible to open a iframe popup when I click to the camera icon?
alverman
(Alberto)
7
I have the same problem.
Have you solved with popup ?
If yes you want condivide ?
Thanks, Alberto
kriss13
(Cristian)
8
Could you be more specific?
I have it stream into the motion eye (rstp) but how exactly did you use it form motioneye?