You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I routinely open and close my garage using a widget on Android that calls cover.toggle. The first time I toggle on my open garage (state=Open) it switches to (state=Opening) with no action (garage stays open). Clicking toggle again works (closing my garage)
If it helps to debug: the garage opening is not performed via HASS (I manually do it with the OEM garage opener), that is why first event for day in HASS is "Opened"
Prior to transient states, my toggle was 100% reliable.
Your environment
HomeAssistant version: 2024.5.3 [Docker]
Hassio Version (if applicable): N/A
Hardware environment: msg100 4.0.0 by Meross Firmware: 4.2.12
Meross Home Assistant plugin version: 1.3.2
Logs taken when the issue happened
Not sure how to get more in depth logs, but attached screenshot which shows Logbook reflecting my actions
The text was updated successfully, but these errors were encountered:
For anyone visiting from the future, I managed to workaround this issue by setting up an automation to close my garage when it goes from "open" to "opening" (a transition that shouldn't be normally possible)
Working well for past few days!
alias: GARAGE - Open to Opening bug
description: Auto close when bug encountered
trigger:
- platform: state
entity_id:
- cover.garage_msg100_main_channel
from: open
to: opening
condition: []
action:
- service: cover.close_cover
metadata: {}
data: {}
target:
entity_id: cover.garage_msg100_main_channel
mode: single
Describe the bug
I routinely open and close my garage using a widget on Android that calls cover.toggle. The first time I toggle on my open garage (state=Open) it switches to (state=Opening) with no action (garage stays open). Clicking toggle again works (closing my garage)
If it helps to debug: the garage opening is not performed via HASS (I manually do it with the OEM garage opener), that is why first event for day in HASS is "Opened"
Prior to transient states, my toggle was 100% reliable.
Your environment
HomeAssistant version: 2024.5.3 [Docker]
Hassio Version (if applicable): N/A
Hardware environment: msg100 4.0.0 by Meross Firmware: 4.2.12
Meross Home Assistant plugin version: 1.3.2
Logs taken when the issue happened
Not sure how to get more in depth logs, but attached screenshot which shows Logbook reflecting my actions
The text was updated successfully, but these errors were encountered: