Hello Dear Community,
I have a Yi Home 1080p Camera.
I used YiHack-AllWinner ( yi-hack-Allwinner 0.1.9 ) Firmware to make it RTSP enabled.
The Webserver was started normally and I set all the passwords and the settings.
I was able to configure with onvif to make it work, but I would like to use the official Yi Integration.
https://www.home-assistant.io/integrations/yi/
The entity was created in the HomeAssistant.
Here is my current configuration:
camera:
- platform: xiaomi
name: Camera-Livingroom
host: '192.168.0.16'
model: 'yi'
password: mypassword
path: /sharedfolders/SERVER01/Records
Here is the camera entity added as Picture-Entity:
Here is the lovelace Picture-Entity config:
Sorry for the HA Language, I hope you can figure out what means what.
I would like to use the official integration to be able to use the Yi Camera’s functions like Walkie-Talkie mode and Snapshoting, not just use as a Stream.
I got this error message in the Logs, as I see this is connected to my problem:
To avoid problems with ffmpeg, I used ffmpeg integration too and set the location to let HA find it:
# FFMPEG Integration
ffmpeg:
ffmpeg_bin: '/usr/bin/ffmpeg'
This change did nothing with the problem, its still exist.
Thank you very much,
Best regards,