Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

esphome error not connecting sonoff basic #597

Closed
Nillpark opened this issue Jun 1, 2019 · 1 comment
Closed

esphome error not connecting sonoff basic #597

Nillpark opened this issue Jun 1, 2019 · 1 comment

Comments

@Nillpark
Copy link

Nillpark commented Jun 1, 2019

Fallowed tutorial maybe missed a step? Using Esphome dashboard, created node, and after flash is completed to sonoff basic I never get wifi connection. Getting error about api: line not in yaml. Probably easy.

esphome:
name: bedlight
platform: ESP8266
board: esp01_1m

wifi:
ssid: "secret"
password: "superprivate"

Enable logging

logger:

Enable Home Assistant API

api:

ota:

binary_sensor:

  • platform: gpio
    pin:
    number: GPIO0
    mode: INPUT_PULLUP
    inverted: True
    name: "bedlight button"
    on_press:
    • switch.toggle: relay

switch:

  • platform: gpio
    name: "bedlight relay"
    pin: GPIO12
    id: relay

status_led:
pin:
number: GPIO13
inverted: yes

sensor:

  • platform: wifi_signal
    name: "bedlight WiFi signal"
    update_interval: 60s

  • platform: uptime
    name: "bedlight uptime"

text_sensor:

  • platform: version
    name: "bedlight ESPHome version"
@close-issue-app
Copy link

#430

@esphome esphome locked and limited conversation to collaborators Jun 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant