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/Home Assistant - Sensor gets stuck on opening #59

Open
omayhemo opened this issue Jun 2, 2024 · 3 comments
Open

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

omayhemo opened this issue Jun 2, 2024 · 3 comments

Comments

@omayhemo
Copy link

omayhemo commented Jun 2, 2024

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:
@omayhemo
Copy link
Author

omayhemo commented Jun 7, 2024

Noone?

@JonathanTroyer
Copy link

Also running into this. It can get stuck on opening or closing. Additionally, when HomeAssistant restarts the sensor defaults back to opening.

@JonathanTroyer
Copy link

I've found a pretty hacky workaround: set up an automation that triggers when the garage is in the opening or closing state for more than 15s and then press the reset button on the device.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants