This release updates gdolib to v1.1.2, fixing two Security+ 2.0 issues on the GDO blaQ. It also moves the build to the ESPHome 2026.8 line.
GDO blaQ
- Obstruction now reports the instant the beam breaks, and reliably reports clear. A sustained obstruction previously never published a Clear when it ended — the state stayed stuck until some unrelated door activity happened to produce a status frame. Brief obstructions (a quick wave through the beam) are now reported immediately instead of being missed. The three obstruction signals the opener broadcasts are now combined so each covers the others' blind spots, with no request/response round trip to the opener.
- No more phantom motion on Security+ 1.0 openers. On boot, if the Security+ 1.0 handshake didn't resolve the door state, the device would briefly run the Security+ 2.0 decoder against a Security+ 1.0 bus while probing. A frame that passed the 2.0 signature and parity checks could decode as a motion event, publishing motion on an opener with no motion sensor at all — which then caused a motion sensor to be permanently inferred downstream. Motion events are now ignored until the Security+ 2.0 handshake actually completes.
Security+ 1.0 behavior is otherwise unchanged, as is the GPIO (IR beam) obstruction path.
Project versions updated
garage-door-gdov2-q: 1.6.1
gdolib Changes
- Fix Sec+2.0 obstruction reporting so it updates the moment the beam breaks by @heythisisnate in konnected-io/gdolib#29
- Guard motion events behind a completed Sec+2.0 sync by @heythisisnate in konnected-io/gdolib#31
gdolib Changelog: konnected-io/gdolib@v1.1.1...v1.1.2
Full Changelog: 2026.7.0...2026.8.0