Annke integration

Hi, I have an Annke camera system connected to my router that uses the Annke Vision app. Is there any way to tie it into HA? I saw some people seem to have been able to do so on the forums, but I can’t figure out how. I am not good with writing code and was hoping there might be a simple plug-and-play way to do it. I really appreciate any help you can provide.

1 Like

I would also like to know this!

Did you find a solution for this? I’m looking for exactly the same.

Hi guys, with chatgpt and Two hours of time, this integration works in my ha.
You Need this code in configuration.yaml:

stream:

camera:

  • platform: ffmpeg
    name: Camera 1
    input: rtsp://admin:[email protected]:554/Streaming/Channels/102

  • platform: ffmpeg
    name: Camera 2
    input: rtsp://admin:[email protected]:554/Streaming/Channels/202

Where “yourpassword” Is password of user admin in your annke DVR, 192.168.1.xxx the ip of your annke DVR (static of.course) and 102 202 302 are che Channels of your Camera input. (101 is HiRes 102 LowRes…)

Steve