jerrod-lankford / GarageQTPi

An MQTT server for a raspberry pi garage door opener. Most commonly used as a HomeAssistant cover component.
MIT License
75 stars 36 forks source link

"closing" state #5

Closed Spartan-II-117 closed 7 years ago

Spartan-II-117 commented 7 years ago

Can you set a configurable closing state for the time between the relay trigger and the sensor closing? This would allow the stop command in home-assistant to be functional, as well as prevent double triggering of cover.close_cover.

Spartan-II-117 commented 7 years ago

Does this require anything beyond return closing under self.press in the close section?

Spartan-II-117 commented 7 years ago

Well, with the changes from my pull request, this now does what I want, so I'll close this.