Limitless LED

Hey Guys,

iam trying to set up my MiLights or Limitless Led … after adding the code to my configuration.yaml my GUI does not start…
the Log says:

2017-08-13 00:05:16 ERROR (SyncWorker_0) [homeassistant.util.yaml] while parsing a block collection
in “/config/configuration.yaml”, line 56, column 5
expected , but found ‘?’
in “/config/configuration.yaml”, line 57, column 5
2017-08-13 00:05:16 ERROR (MainThread) [homeassistant.bootstrap] Error loading /config/configuration.yaml: while parsing a block collection
in “/config/configuration.yaml”, line 56, column 5
expected , but found ‘?’
in “/config/configuration.yaml”, line 57, column 5

light:
    platform: limitlessled               //Linie 56
    bridges:                                  //Linie 57
    - host: 192.168.2.106
    port: 8899
    version: 4
    groups:
    - number: 1
    name: desk
    type: rgbw
    - number: 2
    type: rgbw
    name: Lamp
    - number: 3
    type: rgbw
    name: Desk2

I marked the lines … can someone help? Thanks! Iam starting to go crazy about this error :frowning:

Here is an example, If that is your spacing then that is your issue. The are using an include for lights with an external lights.yaml file adjust as you wish or do the same.

- platform: limitlessled
  bridges:
  - host: 192.168.2.59
    version: 5
    port: 8899
    groups:
    - number: 1
      type: rgbw
      name: Bedroom Lamp
      fade: true
    - number: 2
      type: white
      name: Living Room Fan Light
      fade: true
      #- number: 3
      #type: white
      #name: Group 3
    - number: 4
      type: rgbw
      name: Living Room Lamps
      fade: true

Thanks for the very fast replying.

I adjusted the example and now my GUI is starting (yeay) but the milight does not show up its empty …and my log file is as well empty :confused:
Maybe i just should get some sleep and try it tomorrow

I adjusted my code to this one:

# Track the sun
sun:

- platform: limitlessled  //Line58
  bridges:
  - host: 192.168.2.106
    version: 4
    port: 8899
    groups:
    - number: 1
      type: rgbw
      name: desk_lamp
     - number: 2
      type: rgbw
      name: desk_lamp2
      
group: !include groups.yaml
automation: !include automations.yaml

still …the GUI is not starting … the Log file shows again the same Error …

2017-08-13 20:23:33 ERROR (SyncWorker_0) [homeassistant.util.yaml] while parsing a block mapping
  in "/config/configuration.yaml", line 59, column 5
expected <block end>, but found '<block sequence start>'
  in "/config/configuration.yaml", line 66, column 6
2017-08-13 20:23:33 ERROR (MainThread) [homeassistant.bootstrap] Error loading /config/configuration.yaml: while parsing a block mapping
  in "/config/configuration.yaml", line 59, column 5
expected <block end>, but found '<block sequence start>'
  in "/config/configuration.yaml", line 66, column 6

I modified the spacing… used the Example code …nothing … Iam such a Noob xD this is incredible

You’re missing the ‘light’ at the top

The way you have it now makes HA think these are parameters for ‘sun’ which you have above it.

So make it:

Sun:

Light:

  • platform…

Etcetera

(Apologies for bad display, don’t know how to create a code box on iPad, but I hope you catch my drift)

1 Like

Thanks ! Its working :smiley:

Hi everyone I´m facing problems with my limitless led lights, I´ve been able to use them over the app, I´m writing the codes it´s seems rights but they´re not responding, there´s no error logs here´s what I have:

ibox2 (i think it´s v6 since I entered in the IP via browser and it´s responding to the 8899 port)
3 gu10 rgb - cct lights in the same fixture responding well to the app
my config.yml:

light:
  platform: limitlessled
  bridges:
  - host: 192.168.0.18
    version: 6
    port: 8899
    groups:
    - number: 2
      type: rgbw
      name: Kitchen