esphome-ratgdo/README.md

41 lines
2.3 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
2023-06-26 19:50:06 +00:00
## Moving from stock ratgdo
2023-07-17 10:22:02 +00:00
If you have not used the stock ratgdo firmware, and are starting with a fresh install of the ESPHome based firmware, [skip these steps](#fresh-install-when-the-stock-ratgdo-firmware-was-not-used-before).
2023-07-17 10:19:31 +00:00
2023-06-26 19:50:06 +00:00
- Use the [`Logs & Console`](https://paulwieland.github.io/ratgdo/flash.html) to view and make note of the current rolling code
- Flash the new ESPHome based firmware using the [Web Installer](https://esphome-ratgdo.github.io/esphome-ratgdo/)
- Use the `number` entity in Home Assistant or the built-in ESPHome web-server to set the rolling code.
2023-09-12 18:29:36 +00:00
<img width="560" alt="number_entity" src="https://github.com/RATGDO/esphome-ratgdo/assets/663432/e177029e-f42f-46a8-a87a-81fa04caaa57">
2023-06-26 19:50:06 +00:00
2023-07-17 10:21:36 +00:00
## Fresh install when the stock ratgdo firmware was not used before
2023-07-17 10:20:46 +00:00
2023-09-12 18:29:36 +00:00
- Flash the new ESPHome based firmware using the [Web Installer](https://ratgdo.github.io/esphome-ratgdo/)
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
## Updating from versions older than 2023.07.07
When updating from older versions, save the rolling counter value and restore it via the number entity after flashing the new firmware. If you forget to save the code, check the Home Assistant history.
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)
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)