Shure petflap

I use a Sure catflap for years, Recently, my indicator sensor that indicates whether my cat is inside or outside did’n work anymore.

So looked at the Shure integration and found 3 devices: The hub, the catflap itself and my cat. removed the integration and re installed, but now I only see one device (the catflap) that enables me to lock all, in or out. The hub used to tell me if the battery is okay but is not found and my cat also not found. I ended up with only one device: the Catflap… How do I also restore the hub and cat as device?

Ohh And I tried also https://pethublocal.github.io. However, my config is incomplete (missing .bin files to be generated). this is due to the fact I have a iHB v2 model. However, this trick did create a pethubconfig.json that includes the key… Anyone experience getting the V2 working locally?

This is the working docker compose I used for it:

version: '3'

services:
  pethublocal:
    image: enkitech/pethublocal
    build: .
    ports:
      - "80:80"
    volumes:
      - /etc/localtime:/etc/localtime:ro
      - /opt/pethublocal:/code/run
    container_name: pethublocal
    restart: unless-stopped

Got the answer by myself. It’s kind of confusing:
The official Sure Integration in HA is useless, because it gives you no sensors for a petflap.
the HACS version is called SureHA does the thing using the cloud. see: https://github.com/benleb/sureha. This one actually works and provides a sensor, thanks to @benleb
Finally thinking about getting the stuff working locally, that is a topic on GitHub - plambrechtsen/pethublocal: Local docker stack to replace the SurePetCare "Connect" cloud service.. With my version 2 hub, that requires some drastic stuff, like soldering and debugging.