Switch garage controller to jbunting/esphome-gdo (3 doors)#24
Open
jbunting wants to merge 1 commit into
Open
Conversation
Replaces ratgdo/esphome-ratgdo with the Security+ secplus_gdo component and defines three openers: Jeep, Van, Toy. - external_components: jbunting/esphome-gdo @2026.7.0 (Renovate-tracked), components: [secplus_gdo] - secplus_gdo is UART-based (not ratgdo's single dry-contact pins): one hub per opener on a dedicated hardware UART (0/1/2), each with a garage cover + light. - Console moved to USB-Serial-JTAG so all three UARTs are free for the openers while logs + improv_serial provisioning keep working over USB. - Dropped the old ratgdo block, the leftover `temp` test binary_sensor, and the stale commented package block. Device shell (S3 board, web_server, prometheus, API encryption, OTA, improv/captive WiFi, warning LED, restart) unchanged. tx/rx pins are PLACEHOLDERS (GPIO4/5, 6/7, 15/16) — set them to match the actual wiring before flashing. Verified with a local `esphome compile` (2026.6.4); HW/wiring not tested. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaces
ratgdo/esphome-ratgdowith the Security+secplus_gdocomponent fromjbunting/esphome-gdo, and defines three openers: Jeep, Van, Toy.What changed
jbunting/esphome-gdo@2026.7.0(Renovate-tracked via github-releases),components: [secplus_gdo].secplus_gdospeaks the Security+ serial protocol, so each opener gets its own hub on a dedicated hardware UART (0/1/2), plus acover(device_class: garage) and alight.logger: hardware_uart: USB_SERIAL_JTAG) so all three UARTs are free for the openers while logs +improv_serialprovisioning keep working over USB. Connect via the S3 devkit's native USB port.ratgdo:block, the leftovertemptest binary_sensor, and the stale commented-out package block. Device shell (S3 board, web_server, prometheus, API encryption, OTA, improv/captive WiFi, warning LED, restart, safe_mode) unchanged.tx_pin/rx_pinare placeholders (GPIO4/5, 6/7, 15/16) — set them to match your actual wiring before flashing, avoiding GPIO10 (warning LED) and GPIO19/20 (USB).Verified
Local
esphome compile(2026.6.4) succeeds for the ESP32-S3 with all three doors;gdolibreports multi-instance (one per UART) support. HW/wiring not tested.🤖 Generated with Claude Code