Slzb06 possible to disable API Discover?

Hello,

I’m running a “SONOFF Dongle Max Zigbee/Thread PoE Dongle” since 2 days ago.

The device itself seems to work properly. But OpenHAB spams my error log

  • Error Message
    SLZB06: retreiving API information: Could not connect to SLZB06 with exception: java.net.ConnectException: Connection refused
  • Logger Class
    org.openhab.binding.zigbee.slzb06.handler.Slzb06Handler

As far as I can see there is no API (at least I am not aware of any needed). A tcpdump shows me openhab gets a login page not an api

I tried blocking the connection with iptables but that just changes the error message

  • SLZB06: retreiving API information: Could not connect to SLZB06 with exception: java.net.ConnectException: Connection refused

The Coordinator was inserted using autodiscover

It has the following values (I thnk these are the relevant ones)

thingTypeUID: zigbee:coordinator_slzb06

configuration:
zigbee_channel: 11
zigbee_initialise: false
zigbee_concentrator: 0
zigbee_trustcentremode: TC_JOIN_SECURE
zigbee_extendedpanid: AA1581A936E20426
slzb06_port: 6638
slzb06_server: 192.168.0.8
zigbee_panid: 43477
zigbee_powermode: 1
zigbee_txpower: 0
zigbee_networksize: 25
zigbee_linkkey: LINKKEY
zigbee_childtimeout: 86400
zigbee_networkkey: NETWORKKEY
zigbee_meshupdateperiod: 86400

After that there are a few channels, uptime, temperature,… but nothing with an API. The only port I enterted is for the serial adapter, but the connection attempts are definitely on port 80

at the moment I don’t know what to do. The messages are spammed every 30 seconds in my log. Also I think the useless discover is a little bit a waste of resource, since zigbee itself works I would like to disable the disover.

Google did not realy help, Copilot sugested adding this line “discovery.slzb06:background=false” to runtime.cfg seems also to be wrong

Now I am out of ideas and would appreciate any help