esphome-ratgdo/README.md

32 lines
1.5 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-06-26 19:59:08 +00:00
This is a port of the ratgdo software for the v2 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-13 23:05:02 +00:00
This project is not affiliated with ratgdo or Paul Wieland. Please buy his boards to support his excellent work.
2023-06-05 16:48:15 +00:00
2023-06-26 19:50:06 +00:00
## Moving from stock ratgdo
- 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.
<img width="560" alt="number_entity" src="https://github.com/ESPHome-RATGDO/esphome-ratgdo/assets/663432/e177029e-f42f-46a8-a87a-81fa04caaa57">
# First use
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.
<img width="560" alt="position_demo" src="https://github.com/ESPHome-RATGDO/esphome-ratgdo/assets/663432/22a9873e-67bb-4b2f-bb32-70047cfe666d">
2023-06-07 22:37:05 +00:00
# ESPHome config
2023-06-13 21:41:30 +00:00
- [ESPHome config for v2 board with ESP8266 D1 Mini lite](https://github.com/ESPHome-RATGDO/esphome-ratgdo/blob/main/static/v2board_esp8266_d1_mini_lite.yaml)
- [ESPHome config for v2 board with ESP32 D1 Mini](https://github.com/ESPHome-RATGDO/esphome-ratgdo/blob/main/static/v2board_esp32_d1_mini.yaml)
2023-06-13 21:41:30 +00:00
- [Web Installer](https://esphome-ratgdo.github.io/esphome-ratgdo/)
2023-06-10 15:32:13 +00:00
![Home Assistant Screen Shot](static/hass.png)