Milight LimitlessLed service call issues

Hi everyone,

I’ve setup a FUT038 with iBox2 on HA and I can control the led strip from ha interface.
But with automation it’s not working as expected.
If I call
{ “entity_id”: “light.toile”,“color_name”:“blue”}
it works and change the color (assuming the led was not blue before)
{ “entity_id”: “light.toile”,“brightness_pct”:10}
it works and change brightness to 10%
But when I call
{ “entity_id”: “light.toile”,“color_name”:“blue”,“brightness_pct”:10}

Nothing happens, here’s the log:

2018-10-28 20:15:06 INFO (Thread-7) [limitlessled.pipeline] Starting a new pipeline on group 1 (Toile) @ 192.168.1.15
2018-10-28 20:15:06 INFO (Thread-7) [limitlessled.pipeline]  -> Running stage 'on()' on group 1 (Toile) @ 192.168.1.15
2018-10-28 20:15:06 INFO (Thread-7) [limitlessled.pipeline]  -> Running stage 'transition(0, brightness=0.09803921568627451, color=Color(R=0, G=0, B=255))' on group 1 (Toile) @ 192.168.1.15
2018-10-28 20:15:06 INFO (Thread-7) [limitlessled.pipeline] Finished pipeline on group 1 (Toile) @ 192.168.1.15

and the config:

  - platform: limitlessled
    bridges:
    - host: 192.168.1.15
      groups:
      - number: 1
        name: Toile 
        type: rgbww

Any idea of what I’m missing here ?

Thanks

Ok after migration to 0.81.2 the problem is gone.