v2.0.8 (2025-10-19)
What's Changed
- Bugfix: dry contact doors not reporting status correctly on web page. ratgdo/homekit-ratgdo32#109
- Bugfix: Sec+1.0 add timeout when waiting for GDO reply to poll commands ratgdo/homekit-ratgdo32#111
- Other: Save door open/close durations so not reset to unknown on a reboot
- Other: Add timers to check that door starts to open/close and reaches fully opened/closed state in expected time
- Other: Sec+2.0 use MotorOn packet to error correct if we miss notification packet of door opening or closing
- Other: Add serial CLI commands to scan WiFi networks and reset door ID & rolling codes
- Other: Remove known issues list from prior versions in CHANGELOG.md... because they are now repeating
Known Issues
- Sec+ 1.0 doors with digital wall panel (e.g. 889LM) sometimes do not close after a time-to-close delay. Please watch your door to make sure it closes after TTC delay.
- Sec+ 1.0 doors with "0x37" digital wall panel (e.g. 398LM) not working. We now detect but will not support them. Recommend replacing with 889LM panel.
- When creating automations in Apple Home the garage door may show only lock/unlock and not open/close as triggers. This is a bug in Apple Home. Workaround is to use the Eve App to create the automation, it will show both options.
- ESP8266 (original ratgdo) only... possible crash when a storm of HomeKit messages arrives... which may be triggered on a upgrade to Apple iOS 26 / tvOS 26 / etc. System recovers.
v2.0.7 (2025-10-12)
What's Changed
- Bugfix: Sec+2.0 doors not opening or closing. Issue #305
v2.0.6 (2025-10-12)
What's Changed
- Bugfix: HomeKit pairing failed with out-of-compliance error. #300
- Bugfix: Web wage status occasionally getting out-of-sync with actual light/lock/door state.
- Bugfix: Door open/close duration calculation not handling cases where door reverses before reaching open/close state.
- Bugfix: Setting syslog port not taking effect until after reboot. #304
- Bugfix: do not attempt to act on Sec+2.0 packet that failed to decode. Issue ratgdo/homekit-ratgdo32#106
- Feature: Change WiFi and MDNS hostname when user changes GDO name. ratgdo/homekit-ratgdo32#93
- Feature: Add clipboard copy icon to IP address and mDNS name.
- Other: Detect (but do not support) 0x37 wall panels like LiftMaster 398LM. ratgdo/homekit-ratgdo32#95
- Other: ESP8266 (original ratgdo) only... suspend GDO communications during HomeKit pairing process.
- Other: ESP8266 (original ratgdo) only... move more constants into PROGMEM and optimize use of system stack.