Help for milight binding

Hi all.

I’m asking for help regarding configuration of the latest update of milight binding.

I have a V3 bridge and several rgbLed bulds which were working fine with the 2.3 version of openhab. The bridge is also working file with the android App.
I have spent several hours trying to make it work without sucess since upgrading to openhab 2.4 (also tried 2.5 snapshot) and I have no more ideas. If someone could have a look at this and tell me if I am missing something obvious, i would be really gratefull.

All my configuration is made with text files. since upgrading to 2.4, my bridge is no more detected by openhab. It appears in paperUI as “Offline - Bridge did not respond or the bridge’s MAC address does not match with your configuration!”

I have put the binding in debug mode, but there is nothing really interesting in there. Here’s the output i get when I re-create the thing file:

09:10:22.486 [INFO ] [del.core.internal.ModelRepositoryImpl] - Refreshing model 'milight.things'
09:10:22.497 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'milight:bridgeV3:ACCF23A6C0B4' changed from INITIALIZING to OFFLINE: Bridge did not respond or the bridge's MAC address does not match with your configuration!
09:10:22.513 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'milight:rgbLed:ACCF23A6C0B4:milight1' changed from UNINITIALIZED (BRIDGE_UNINITIALIZED) to INITIALIZING
09:10:22.524 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'milight:rgbLed:ACCF23A6C0B4:milight1' changed from INITIALIZING to OFFLINE (BRIDGE_OFFLINE)
09:10:22.536 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'milight:rgbLed:ACCF23A6C0B4:milight3' changed from UNINITIALIZED (BRIDGE_UNINITIALIZED) to INITIALIZING
09:10:22.538 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'milight:rgbLed:ACCF23A6C0B4:milight2' changed from UNINITIALIZED (BRIDGE_UNINITIALIZED) to INITIALIZING
09:10:22.566 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'milight:rgbLed:ACCF23A6C0B4:milight3' changed from INITIALIZING to OFFLINE (BRIDGE_OFFLINE)
09:10:22.577 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'milight:rgbLed:ACCF23A6C0B4:milight4' changed from UNINITIALIZED (BRIDGE_UNINITIALIZED) to INITIALIZING
09:10:22.581 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'milight:rgbLed:ACCF23A6C0B4:milight4' changed from INITIALIZING to OFFLINE (BRIDGE_OFFLINE)
09:10:22.584 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'milight:rgbLed:ACCF23A6C0B4:milight2' changed from INITIALIZING to OFFLINE (BRIDGE_OFFLINE)
09:10:22.587 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'milight:rgbLed:ACCF23A6C0B4:milightAll' changed from UNINITIALIZED (BRIDGE_UNINITIALIZED) to INITIALIZING
09:10:22.589 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'milight:rgbLed:ACCF23A6C0B4:milightAll' changed from INITIALIZING to OFFLINE (BRIDGE_OFFLINE)

Here’s a picture of my bridge

Here are two screenshot of the bridge config

And my configuration files

Bridge milight:bridgeV3:ACCF23A6C0B4 [ host="10.0.7.28", bridgeid="ACCF23A6C0B4" ] {
	Thing rgbLed milight1 [ zone="1" ]
	Thing rgbLed milight2 [ zone="2" ]
	Thing rgbLed milight3 [ zone="3" ]
	Thing rgbLed milight4 [ zone="4" ]
	Thing rgbLed milightAll [ zone="0" ]
	
}
Color Light_Salon_color   (gLight,gRestore) { channel="milight:rgbLed:ACCF23A6C0B4:0:ledcolor" }
Color Light_Stair_color   (gLight,gRestore) { channel="milight:rgbLed:ACCF23A6C0B4:2:ledcolor" }
Color Light_Parents_color (gLight,gRestore) { channel="milight:rgbLed:ACCF23A6C0B4:3:ledcolor" }
Color Light_Kids_color (gLight,gRestore) { channel="milight:rgbLed:ACCF23A6C0B4:4:ledcolor" }
Color Light_All_color (gLight,gRestore) { channel="milight:rgbLed:ACCF23A6C0B4:0:ledcolor" }

There is another way to control Milight and it is with MQTT and this binding.