Popular A9 mini Wi-Fi camera & the HA challenge

@Angel Hi! Yes, you don’t need to modify them. You only need to connect it to the router to receive IP.

I implemented the protocol for camera that I have. It is

  • encrypted with (0x69, 0x97, 0xcc, 0x19)
  • use json command
  • use port 32108 for discovery

I know that there could be different keys and also binary protocol that is used for earlier models. I started working on it but lack devices for testing. The working implementation for binary proto is here: GitHub - DavidVentura/cam-reverse

Additionally, I bought A9 cam with an unknown protocol that use discovery on port 20190. I haven’t found protocol description.