DIYHue switches between OFFLINE and ONLINE

I have a Deconz-DIYHue Setup and unfortunately I can’t use the Deconz binding (tons of exceptions thown in OpenHab) so I went with the Hue binding. The bridge is being found and the things can be set up, however my bridge keeps connecting and disconnecting

    2019-08-19 14:54:37.750 [hingStatusInfoChangedEvent] - 'hue:bridge:1' changed from ONLINE to OFFLINE: Hue bridge connection lost.

2019-08-19 14:54:37.777 [hingStatusInfoChangedEvent] - 'hue:0210:1:light_garten_02' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)

2019-08-19 14:54:37.782 [hingStatusInfoChangedEvent] - 'hue:0210:1:light_garten_01' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)

2019-08-19 14:54:37.787 [hingStatusInfoChangedEvent] - 'hue:0210:1:light_wohnzimmer_02' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)

...

2019-08-19 14:54:37.993 [hingStatusInfoChangedEvent] - 'hue:bridge:1' changed from OFFLINE: Hue bridge connection lost. to ONLINE

My hue bridge is set up like this

Bridge hue:bridge:1 [ ipAddress="192.168.xx.xx", userName="xxx", pollingInterval=10, sensorPollingInterval=250 ]
{    
   ...
}

I figured out the connect/disconnect events correspond with the polling interval.

How do I get rid of the disconnects? They’re spamming my log and persistence.

Thanks!

//edit:

When adding the bridge through PaperUI, the disconnects can bee seen in the logs as well. So it’s not a configuration issue. DIYHue works fine with the hue app on Android and iOS

2019-08-19 15:18:18.652 [hingStatusInfoChangedEvent] - 'hue:bridge:b827eb7fbb23' changed from ONLINE to OFFLINE: Hue bridge connection lost.

2019-08-19 15:18:18.660 [hingStatusInfoChangedEvent] - 'hue:bridge:b827eb7fbb23' changed from OFFLINE: Hue bridge connection lost. to ONLINE

Silly question: Did you press the authorize button on the bridge after configuring it in openHAB ?

Hi,
thanks for your reply.
Yes, I have authorized my Hue binding in DIYHue, I can even control lights

2019-08-20 11:27:29.294 [hingStatusInfoChangedEvent] - 'hue:0210:1:light_arbeitszimmer_01' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE

2019-08-20 11:27:30.444 [ome.event.ItemCommandEvent] - Item 'Light_Arbeitszimmer_Schreibtisch_Dimmer' received command 87

2019-08-20 11:27:30.456 [nt.ItemStatePredictedEvent] - Light_Arbeitszimmer_Schreibtisch_Dimmer predicted to become 87

2019-08-20 11:27:30.486 [vent.ItemStateChangedEvent] - Light_Arbeitszimmer_Schreibtisch_Dimmer changed from 0 to 87

2019-08-20 11:27:39.275 [hingStatusInfoChangedEvent] - 'hue:bridge:1' changed from ONLINE to OFFLINE: Hue bridge connection lost.

2019-08-20 11:27:39.279 [hingStatusInfoChangedEvent] - 'hue:0210:1:light_arbeitszimmer_01' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)

However the bridge is switching between offline and online with every polling. In the following sample, I set the polling interval to 30s

2019-08-20 11:31:17.009 [hingStatusInfoChangedEvent] - 'hue:bridge:1' changed from ONLINE to OFFLINE: Hue bridge connection lost.

2019-08-20 11:31:17.102 [hingStatusInfoChangedEvent] - 'hue:bridge:1' changed from OFFLINE: Hue bridge connection lost. to ONLINE

2019-08-20 11:31:47.029 [hingStatusInfoChangedEvent] - 'hue:bridge:1' changed from ONLINE to OFFLINE: Hue bridge connection lost.

2019-08-20 11:31:47.265 [hingStatusInfoChangedEvent] - 'hue:bridge:1' changed from OFFLINE: Hue bridge connection lost. to ONLINE

Why is polling marking the bridge as offline?