Hi!
Are you sure you are using the most recent binding and not an older one? I use milight too (bulbs though, no strip) and I don’t remember having to edit a milight.cfg file.
My configuration for two channels of RGBW bulbs is as follows:
conf/services/milight.things
Bridge milight:bridge:mibridge1 [ADDR=“192.168.99.52”, ID=“ACCF23A6D2CC” ]
{
//Thing whiteLed 0
//Thing whiteLed 1
//Thing whiteLed 2
//Thing whiteLed 3
//Thing whiteLed 4
//Thing rgbLed 5
//Thing rgbLed 6
Thing rgbLed 7
Thing rgbLed 8
//Thing rgbLed 9
//Thing rgbLed 10
}
conf/services/milight.items
Group gMiLight
Color miRGB1_Color “Arbeitszimmer Deckenlicht” (gMiLight) { channel=“milight:rgbLed:mibridge1:7:ledcolor” }
Color miRGB2_Color “Arbeitszimmer Eckstrahler” (gMiLight) { channel=“milight:rgbLed:mibridge1:8:ledcolor” }
That’s all I need to use two groups of RGBW bulbs. I don’t have a strip but you’ll probably need another subthing on the gateway thing for it?