-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathratgdo-tess1.yaml
69 lines (58 loc) · 1.43 KB
/
ratgdo-tess1.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
---
substitutions:
id_prefix: ratgdo_tess1
devicename: ratgdo_tess1
friendly_name: "Tess 1 Opener"
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
static_ip: 192.168.51.127
gateway: 192.168.50.1
subnet: 255.255.254.0
dns1: 192.168.50.13
wifi_refresh: 60s
uptime_refresh: 60s
timezone: America/Los_Angeles
esphome:
name: ${id_prefix}
friendly_name: ${friendly_name}
name_add_mac_suffix: false
project:
name: ratgdo.esphome
version: "2.5i"
esp8266:
board: d1_mini
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
wifi: !include .base-staticip-wifi.yaml
web_server: !include .base-web_server.yaml
update_sensors: !include .base-uptime-sensors.yaml
api:
id: api_server
ota:
improv_serial:
wifi:
ssid: !secret iot_ssid
password: !secret iotnetwork_password
power_save_mode: none
manual_ip:
static_ip: $static_ip
gateway: $gateway
subnet: $subnet
# Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
ssid: $devicename
password: !secret ap_wifi
#captive_portal: #used so you can modify wifi/upload bin file etc.
logger: