Homematic IP device status updates stop being received by openHAB (but controlling these devices still works)

Even after restart of openHAB homematic binding only runs stable for apporx 24h. Then no updates are received. I have th following log entry. in openhab.log.

2023-12-17 02:40:05.113 [ERROR] [ommunicator.AbstractHomematicGateway] - java.util.concurrent.ExecutionException: java.util.concurrent.TimeoutException: Total timeout 15000 ms elapsed
2023-12-17 02:40:40.704 [WARN ] [ternal.handler.HomematicThingHandler] - Value for datapoint HmDatapoint[name=TX_THRESHOLD_POWER,value=0.0,defaultValue=100.0,type=FLOAT,minValue=0.01,maxValue=160000.0,options=null,readOnly=false,readable=true,unit=W,description=TX_THRESHOLD_POWER,info=null,paramsetType=MASTER,virtual=false,trigger=false] is outside of valid range, using default value for config.
2023-12-17 02:40:42.021 [WARN ] [ternal.handler.HomematicThingHandler] - Value for datapoint HmDatapoint[name=TX_THRESHOLD_POWER,value=0.0,defaultValue=100.0,type=FLOAT,minValue=0.01,maxValue=160000.0,options=null,readOnly=false,readable=true,unit=W,description=TX_THRESHOLD_POWER,info=null,paramsetType=MASTER,virtual=false,trigger=false] is outside of valid range, using default value for config.
2023-12-17 02:40:49.405 [WARN ] [ternal.handler.HomematicThingHandler] - Value for datapoint HmDatapoint[name=TX_THRESHOLD_POWER,value=0.0,defaultValue=100.0,type=FLOAT,minValue=0.01,maxValue=160000.0,options=null,readOnly=false,readable=true,unit=W,description=TX_THRESHOLD_POWER,info=null,paramsetType=MASTER,virtual=false,trigger=false] is outside of valid range, using default value for config.
2023-12-17 02:40:49.495 [WARN ] [ternal.handler.HomematicThingHandler] - Value for datapoint HmDatapoint[name=TX_THRESHOLD_POWER,value=0.0,defaultValue=100.0,type=FLOAT,minValue=0.01,maxValue=160000.0,options=null,readOnly=false,readable=true,unit=W,description=TX_THRESHOLD_POWER,info=null,paramsetType=MASTER,virtual=false,trigger=false] is outside of valid range, using default value for config.

Here my thing configuration:

UID: homematic:bridge:LEQ1005809
label: thi_HM-CCU3-App - 192.168.0.236
thingTypeUID: homematic:bridge
configuration:
  cuxdPort: 8701
  socketMaxAlive: 900
  installModeDuration: 60
  callbackRegTimeout: 120
  hmIpPort: 2010
  timeout: 15
  factoryResetOnDeletion: false
  discoveryTimeToLive: -1
  wiredPort: 2000
  gatewayType: ccu
  groupPort: 9292
  gatewayAddress: 192.168.0.236
  unpairOnDeletion: false
  rfPort: 2001
  bufferSize: 2048
channels:
  - id: DUTY_CYCLE_RATIO
    channelTypeUID: homematic:DUTY_CYCLE_RATIO
    label: Auslastungsgrad
    description: Aktuelle Zyklusbenutzung
    configuration: {}

My info:


                           _   _     _     ____
   ___   ___   ___   ___  | | | |   / \   | __ )
  / _ \ / _ \ / _ \ / _ \ | |_| |  / _ \  |  _ \
 | (_) | (_) |  __/| | | ||  _  | / ___ \ | |_) )
  \___/|  __/ \___/|_| |_||_| |_|/_/   \_\|____/
       |_|       4.1.0.M4 - Milestone Build

Use '<tab>' for a list of available commands
and '[cmd] --help' for help on a specific command.
To exit, use '<ctrl-d>' or 'logout'.

openhab> info
Karaf
  Karaf version               4.4.4
  Karaf home                  /usr/share/openhab/runtime
  Karaf base                  /var/lib/openhab
  OSGi Framework              org.eclipse.osgi-3.18.0.v20220516-2155

JVM
  Java Virtual Machine        OpenJDK 64-Bit Server VM version 17.0.9+8-LTS
  Version                     17.0.9
  Vendor                      Azul Systems, Inc.
  Pid                         1338504
  Uptime                      1 day 14 hours
  Process CPU time            1 hour 37 minutes
  Process CPU load            0.03
  System CPU load             0.09
  Open file descriptors       239
  Max file descriptors        102,642
  Total compile time          9 minutes
Threads
  Live threads                297
  Daemon threads              138
  Peak                        313
  Total started               78989
Memory
  Current heap size           618,353 kbytes
  Maximum heap size           2,048,000 kbytes
  Committed heap size         845,824 kbytes
  Pending objects             0
  Garbage collector           Name = 'G1 Young Generation', Collections = 872, Time = 24.253 seconds
  Garbage collector           Name = 'G1 Old Generation', Collections = 0, Time = 0.000 seconds
Classes
  Current classes loaded      34,543
  Total classes loaded        39,929
  Total classes unloaded      5,386
Operating system
  Name                        Linux version 6.2.16-3-pve
  Architecture                amd64
  Processors                  2
  Total physical memory       3,432,636 kbytes
  Free physical memory        119,040 kbytes

It seems the be same issue as decribed here:

Anyone an idea how to approach this?