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
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
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
Maybe i just should get some sleep and try it tomorrow
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
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: