You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-2Lines changed: 19 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,6 +138,14 @@ packages:
138
138
wifi_password: !secret wifi_password
139
139
wifi_ap_password: !secret wifi_ap_password
140
140
ota_password: !secret ota_password
141
+
relay1_name: "Living Room Relay"
142
+
relay2_name: "Bedroom Relay"
143
+
relay3_name: "Kitchen Relay"
144
+
relay4_name: "Bathroom Relay"
145
+
relay5_name: "Dining Room Relay"
146
+
relay6_name: "Office Relay"
147
+
relay7_name: "Guest Room Relay"
148
+
relay8_name: "Hallway Relay"
141
149
ref: main # optional
142
150
refresh: 1d # optional
143
151
@@ -152,6 +160,17 @@ See e.g. [example-instance.yaml](./example-instance.yaml)
152
160
and [example-instance-with-different-sensors.yaml](./example-instance-with-different-sensors.yaml).
153
161
154
162
163
+
Also note that the [ESPHome package](./main.yaml) from this repo will use the board LED to act
164
+
as the ESPHome [status LED](https://esphome.io/components/status_led/). So as summary:
165
+
166
+
* It will **blink slowly (about every second) when a warning is active**. Warnings are active when for example reading a sensor value fails temporarily, the WiFi/MQTT connections are disrupted, or if the native API component is included but no client is connected.
167
+
168
+
* It will **blink quickly (multiple times per second) when an error is active**. Errors indicate that ESPHome has found an error while setting up. In most cases, ESPHome will still try to recover from the error and continue with all other operations.
169
+
170
+
* It will **stay off otherwise**.
171
+
172
+
173
+
155
174
## First ESPHome install
156
175
157
176
When you receive your ESP32 relay board, you will need to carry out the first ESPHome installation
@@ -198,8 +217,6 @@ Here you can find a QR code I produced with the optimal [miniQR code generator](
198
217
199
218
* Write the [external component](https://esphome.io/components/external_components/) that will make it possible to control relays using the local temp sensor when connection to HA fails.
0 commit comments