Skip to content

ESPHome/Home Assistant - Sensor gets stuck on opening #59

@omayhemo

Description

@omayhemo

Garage door is closed, but the status in home assistant is opening. I have two, both do the same thing periodically. Each time the garage door is closed, when the status appears as Opening in Home Assistant. I've adopted both sensors into ESPHome.

The yaml is as follows:

packages:
  konnected.garage-door-esp8266: github://konnected-io/konnected-esphome/garage-door-esp8266.yaml@master
esphome:
  name: garage-door-west
  friendly_name: "Garage Door West"
api:
  encryption:
    key: "REDACTED"

wifi:
  ssid: !secret wifi_ssid_iot
  password: !secret wifi_password
  use_address: REDACTED
  ap:
    ssid: "Garage-Door-West"
    password: "REDACTED"

# Enable logging
logger:

ota:
  password: "REDACTED"


  # Enable fallback hotspot (captive portal) in case wifi connection fails


captive_portal:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions