smhex / garagedoorcontroller

Arduino MKR Zero based Controller for Marantec Comfort series with Systembus
Apache License 2.0
5 stars 0 forks source link

Add support for obstruction detection #15

Open smhex opened 2 years ago

smhex commented 2 years ago

The HomeKit accessory garage door opener is capable of showing an obstruction state. As the Marantec door drive does not provide such a signal, it can be emulated by monitoring door opening and door closing time. If opening and closing takes more time than expected the door was stopped by an obstruction (or by remote control). The controller should support this time based obstruction detection. The value shall be configured in config.cpp in seconds.