Limitlessled

Hi!

I had the same issue. But now it’s solved.

This is the version of my Milight:

Software version: V1.0.04a-JCY-1
Wifi Workmode: STA
Port ID: 8899 (maybe you have another port. To check it> go to the Ip adress of Milight>Other Setting>Port ID)

At the end I’ve solved it with this code:

light:
- platform: limitlessled
  bridges:
  - host: 192.168.1.133
    version: 3
    port: 8899
    groups:
    - number: 1
      type: rgbw
      name: TEST_01
    - number: 2
      type: rgbw
      name: TEST_02
    - number: 3
      type: rgbw
      name: TEST_03
    - number: 4
      type: rgbw
      name: TEST_04

I hope it can be usefull for someone.

Load “”