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.

Where can I find this prefix DGOK?

It is in the camera “ID”, and is used in WiFi AP name.
If you’re asking where you can buy one, it was a local store, but looks like this lot https://www.aliexpress.com/item/3256807104961761.html. App for connection is vi365.

I assume it should work for all DGxx* prefixes. And some work and testing is needed for Binary protocol and other encryption keys. (Like this Support for little stars encryption · Issue #2 · devbis/aiopppp · GitHub )