OpenGarage cover component reports open when device goes offline · Issue #12612 · home-assistant/core · GitHub
More Web Proxy on the site http://driver.im/
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
Make sure you are running the latest version of Home Assistant before reporting an issue.
You should only file an issue if you found a bug. Feature and enhancement requests should go in the Feature Requests section of our community forum:
Home Assistant release (hass --version):
0.63.3
Python release (python3 --version):
Component/platform:
Open Garage cover component
Description of problem:
I'm the author of the component. There is a bug that if the device drops offline, it incorrectly reports the cover as open.
Expected:
When the device goes offline, HA should not report the cover as open. In the code, the cover component should return None for the is_closed() function. This will cause the UI to show Unavailable.
Problem-relevant configuration.yaml entries and steps to reproduce:
Traceback (if applicable):
Additional info:
The text was updated successfully, but these errors were encountered:
swbradshaw
added a commit
to swbradshaw/home-assistant
that referenced
this issue
Feb 23, 2018
Make sure you are running the latest version of Home Assistant before reporting an issue.
You should only file an issue if you found a bug. Feature and enhancement requests should go in the Feature Requests section of our community forum:
Home Assistant release (
hass --version
):0.63.3
Python release (
python3 --version
):Component/platform:
Open Garage cover component
Description of problem:
I'm the author of the component. There is a bug that if the device drops offline, it incorrectly reports the cover as open.
Expected:
When the device goes offline, HA should not report the cover as open. In the code, the cover component should return None for the is_closed() function. This will cause the UI to show Unavailable.
Problem-relevant
configuration.yaml
entries and steps to reproduce:Traceback (if applicable):
Additional info:
The text was updated successfully, but these errors were encountered: