With version 0.107 EZVIZ is introduced. Has anyone played around with it yet?
My biggest question: Can you get a message/signal when motion is detected, so you can use this in a automation?
With version 0.107 EZVIZ is introduced. Has anyone played around with it yet?
My biggest question: Can you get a message/signal when motion is detected, so you can use this in a automation?
I tried the integration but there are still problems with login:
I’m not yet able to login and I’m waiting for a fix
Friends,
for the past week I’ve been trying to implement the C6T camera in the Home Assistant v.107.
The maximum that I have achieved is the output of streaming video and the presence of icons for control (i didn’t even tried to implement a reaction to the buttons).
But in the end, I have a very low number of frames (no more than 1 frame in 4-5 seconds). At the same time, if I output streaming video as a rtsp stream, I get video in real time. What could be the problem?
By the way i’m using rpi 3b+
configuration.yaml
stream:
ffmpeg:
camera:
- platform: ezviz
username: [email protected]
password: mypassword
cameras:
D17274526:
username: admin
password: myVerificationCode
ui-lovelace.yaml
- title: Камеры 2
id: cameras
icon: mdi:cctv
cards:
- type: picture-elements
camera_image: camera.c6t_d17274526
camera_view: live
elements:
- type: icon
icon: 'mdi:arrow-up'
style:
background: 'rgba(255, 255, 255, 0.5)'
bottom: 50px
right: 25px
- type: icon
icon: 'mdi:arrow-down'
style:
background: 'rgba(255, 255, 255, 0.5)'
bottom: 0px
right: 25px
- type: icon
icon: 'mdi:arrow-left'
style:
background: 'rgba(255, 255, 255, 0.5)'
bottom: 25px
right: 50px
- type: icon
icon: 'mdi:arrow-right'
style:
background: 'rgba(255, 255, 255, 0.5)'
bottom: 25px
right: 0px