CyanLabs / ESP-MQTT-JSON-Digital-LEDs

ESP MQTT Digital LEDs for Home Assistant's MQTT JSON Light Component. Supports flash, fade, transitions, effects, and OTA uploading!
https://youtu.be/9KI36GTgwuQ
Apache License 2.0
18 stars 5 forks source link

exit status 1 Error compiling for board NodeMCU 1.0 (ESP-12E Module). #12

Closed KodiMkd closed 5 years ago

KodiMkd commented 5 years ago

forget that..i downloaded the code but there is no way to configure yaml file for home assistant

KodiMkd commented 5 years ago

(MainThread) [homeassistant.components.homeassistant] Invalid config for [light.mqtt]: [flash] is an invalid option for [light.mqtt]. Check: light.mqtt->flash. (See ?, line ?). Please check the docs at https://home-assistant.io/components/light.mqtt/

anyone help with this ?? This is the code im using..just changing the mqtt info with mine.

mqtt: broker: your.mqtt.ip.address port: 1883 client_id: home-assistant-1 username: YOURUSERNAME password: YOURPASSWORD

light:

Fma965 commented 5 years ago

seems like you are on a old version of HA, what version are you on?

Fma965 commented 5 years ago

just remove flash: true rgb: true

Fma965 commented 5 years ago

updated the config example. removing flash and rgb

KodiMkd commented 5 years ago

copied the updated code...still nothing..same thing

Configure a default setup of Home Assistant (frontend, api, etc)

default_config:

Uncomment this if you are using SSL/TLS, running in Docker container, etc.

http:

base_url: example.duckdns.org:8123

Text to speech

tts:

group: !include groups.yaml automation: !include automations.yaml script: !include scripts.yaml mqtt: broker: your.mqtt.ip.address port: 1883 client_id: home-assistant-1 username: YOURUSERNAME password: YOURPASSWORD

light:

and this are the errors:

2019-08-20 16:16:40 ERROR (SyncWorker_0) [homeassistant.util.yaml.loader] while parsing a block collection in "C:\Users\olire\AppData\Roaming.homeassistant\configuration.yaml", line 24, column 5 expected , but found '?' in "C:\Users\olire\AppData\Roaming.homeassistant\configuration.yaml", line 25, column 5 2019-08-20 16:16:40 ERROR (MainThread) [homeassistant.bootstrap] Error loading C:\Users\olire\AppData\Roaming.homeassistant\configuration.yaml: while parsing a block collection in "C:\Users\olire\AppData\Roaming.homeassistant\configuration.yaml", line 24, column 5 expected , but found '?' in "C:\Users\olire\AppData\Roaming.homeassistant\configuration.yaml", line 25, column 5

KodiMkd commented 5 years ago

seems like you are on a old version of HA, what version are you on?

newest 0.97.2 python 3.7