esphome-ratgdo/README.md

30 lines
1.6 KiB
Markdown
Raw Normal View History

2023-06-06 01:56:06 +00:00
2023-06-26 19:59:08 +00:00
# ratgdo for ESPHome
2023-06-05 16:48:15 +00:00
2023-10-24 18:12:54 +00:00
This is a port of the ratgdo software for the v2.0/v2.5 board to ESPHome.
2023-06-05 16:48:15 +00:00
2023-06-13 23:05:32 +00:00
[Visit the github.io page to purchase boards](https://paulwieland.github.io/ratgdo/#order)
2023-06-05 16:48:15 +00:00
## Installation
2023-06-26 19:50:06 +00:00
- Flash the ESPHome based firmware using the [Web Installer](https://ratgdo.github.io/esphome-ratgdo/)
2023-07-17 10:19:31 +00:00
It is no longer necessary to save the rolling code counter when switching between firmware.
2023-07-17 10:20:46 +00:00
2023-07-17 10:22:39 +00:00
## First use after adding to Home Assistant
2023-06-26 19:50:06 +00:00
The ESPHome firmware will allow you to open the door to any position after calibration. To calibrate the door, open and close it once without stopping.
2023-09-12 18:29:36 +00:00
<img width="560" alt="position_demo" src="https://github.com/RATGDO/esphome-ratgdo/assets/663432/22a9873e-67bb-4b2f-bb32-70047cfe666d">
2023-06-26 19:50:06 +00:00
2023-07-17 10:20:46 +00:00
## ESPHome config
2023-06-07 22:37:05 +00:00
2023-10-24 18:12:54 +00:00
- [ESPHome config for v2.0 board with ESP8266 D1 Mini lite](https://github.com/RATGDO/esphome-ratgdo/blob/main/static/v2board_esp8266_d1_mini_lite.yaml)
- [ESPHome config for v2.0 board with ESP32 D1 Mini](https://github.com/RATGDO/esphome-ratgdo/blob/main/static/v2board_esp32_d1_mini.yaml)
- [ESPHome config for v2.0 board with ESP32 Lolin D2 Mini](https://github.com/RATGDO/esphome-ratgdo/blob/main/static/v2board_esp32_lolin_s2_mini.yaml)
- [ESPHome config for v2.5 board with ESP8266 D1 Mini lite](https://github.com/RATGDO/esphome-ratgdo/blob/main/static/v25board_esp8266_d1_mini_lite.yaml)
- [ESPHome config for v2.5 board with ESP32 D1 Mini](https://github.com/RATGDO/esphome-ratgdo/blob/main/static/v25board_esp32_d1_mini.yaml)
2023-09-12 18:29:36 +00:00
- [Web Installer](https://ratgdo.github.io/esphome-ratgdo/)
2023-06-10 15:32:13 +00:00
![Home Assistant Screen Shot](static/hass.png)