diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1b2fd15..892bcbe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,6 +31,9 @@ jobs: - file: v25board_esp32_d1_mini.yaml name: V2.5 Board ESP32 D1 Mini manifest_filename: v25board_esp32_d1_mini-manifest.json + - file: v25iboard.yaml + name: V2.5i Board + manifest_filename: v25iboard.json fail-fast: false steps: - name: Checkout source code diff --git a/README.md b/README.md index 69d6090..8f35268 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ The ESPHome firmware will allow you to open the door to any position after calib - [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) +- [ESPHome config for v2.5i board](https://github.com/RATGDO/esphome-ratgdo/blob/main/static/v25iboard.yaml) + - [Web Installer](https://ratgdo.github.io/esphome-ratgdo/) ![Home Assistant Screen Shot](static/hass.png) diff --git a/static/index.html b/static/index.html index 184e2a4..e8f5d53 100644 --- a/static/index.html +++ b/static/index.html @@ -158,10 +158,18 @@

Note: At the moment ESPHome only supports Security + 2.0 door openers (Yellow learn button). Support for other protocols is coming.

+

v2.5i Board

+
+ +
+

v2.5 Board

+

v1.0 Board

+
+ Not supported +
+

diff --git a/static/v25iboard.png b/static/v25iboard.png new file mode 100644 index 0000000..a3586f9 Binary files /dev/null and b/static/v25iboard.png differ diff --git a/static/v25iboard.yaml b/static/v25iboard.yaml new file mode 100644 index 0000000..2039b41 --- /dev/null +++ b/static/v25iboard.yaml @@ -0,0 +1,52 @@ +--- +substitutions: + id_prefix: ratgdov25i + friendly_name: "ratgdov2.5i" + uart_tx_pin: D1 + uart_rx_pin: D2 + input_obst_pin: D7 + status_door_pin: D0 + status_obstruction_pin: D8 + dry_contact_open_pin: D5 + dry_contact_close_pin: D6 + dry_contact_light_pin: D3 + +web_server: + +esphome: + name: ${id_prefix} + friendly_name: ${friendly_name} + name_add_mac_suffix: true + project: + name: ratgdo.esphome + version: "2.5i" + +esp8266: + board: d1_mini_lite + restore_from_flash: true + +dashboard_import: + package_import_url: github://ratgdo/esphome-ratgdo/v25iboard.yaml@main + +packages: + remote_package: + url: https://github.com/ratgdo/esphome-ratgdo + files: [base.yaml] + refresh: 1s + +# Sync time with Home Assistant. +time: + - platform: homeassistant + id: homeassistant_time + +api: + id: api_server + +ota: + +improv_serial: + +wifi: + ap: + +logger: diff --git a/v25iboard.yaml b/v25iboard.yaml new file mode 120000 index 0000000..ec5879c --- /dev/null +++ b/v25iboard.yaml @@ -0,0 +1 @@ +static/v25iboard.yaml \ No newline at end of file