From b611d20b2b11213f7333a228079cb840d40ddd8b Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 26 Jun 2023 14:50:06 -0500 Subject: [PATCH] Update docs for recent changes (#23) --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index c60c271..81cb7eb 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,21 @@ This is a port of the ratgdo software for the v2 board to esphome. This project is not affiliated with ratgdo or Paul Wieland. Please buy his boards to support his excellent work. +## 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. + +number_entity + +# 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. + +position_demo + + # ESPHome config - [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)