No connection to Homebridge Hue Plugin

I am running homebridge on a raspi. I just bought a Conbee II stick and successfully setup the gateway via deconz web interface (on port 4530). The gateway is recognized and I successully added a sensor.
But unfortunately the homebridge hue plugin cannot connect to Deconz.
Messages in Homebridge:
[15/12/2024, 16:13:30] [Hue] raspi.local: request 1: GET /config
[15/12/2024, 16:13:30] [Hue] raspi.local: request 1: http status 404 Not Found
[15/12/2024, 16:13:30] [Hue] raspi.local:4530: not found - retrying in 30s

In the Hue-Plugin Bridge-Settings instead of “raspi.local:4530” I also tried “127.0.0.1:4530” and also the IP-Adress of the raspi - nothing worked.

Some Information
Homebridge:

  • Homebridge v1.8.5
  • Hoembridge Hue Plugin v0.14.9
    deCONZ:
  • Gateway Version 2.29.1
  • Firmware 26780700
    Json Config
    “name”: “Hue”,
    “anyOn”: true,
    “hosts”: [
    “raspi.local:4530”
    ],
    “nativeHomeKitLights”: true,
    “nativeHomeKitSensors”: false,
    “resource”: true,
    “sensors”: true,
    “platform”: “Hue”

As I am new to this forum - why did nobody answer yet?
Topic too complicate? Missing information? Wrong category?

Please help me - I thought this is a standard use case for the conbee stick to work with homebridge and I bought all these devices and I could not use them with homekit. :cry:

Hello are you able to reach Phoscon ? if yes what is the url on the browser ?
Can check too using https://phoscon.de/discover

Yes, I am able to reach Phoscon with this url:
http://raspi.local:4530/pwa/settings-gateway2.html?_v=,11,3,10&gwid=00212EFFFF09EEAB

output of Phoscon discover:
[{“id”:“00212EFFFF09EEAB”,“internalipaddress”:“192.168.1.228”,“macaddress”:“00212EFFFF09EEAB”,“internalport”:4530,“name”:“Homebridge-GW”,“publicipaddress”:“80.144.250.xx”}]

And if you try 192.168.1.228:4530 ?

already tried - didn’t work.