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
See the [main.yaml](./main.yaml) file for the ESPHome package provided by this project.
118
119
Please note that this is an [ESPHome package](https://esphome.io/components/packages/) and thus it uses [substitutions](https://esphome.io/components/substitutions/) to make the YAML config file as reusable as possible.
119
120
120
121
An actual ESPHome YAML config using this package could be:
@@ -144,6 +145,37 @@ Then it's overriding just the name & friendly name from the package.
144
145
See e.g. [example-instance.yaml](./example-instance.yaml)
145
146
and [example-instance-with-different-sensors.yaml](./example-instance-with-different-sensors.yaml).
146
147
148
+
149
+
## First ESPHome install
150
+
151
+
When you receive your ESP32 relay board, you will need to carry out the first ESPHome installation
152
+
by "wire". Afterwards, you'll be able to install any ESPHome profile over the wireless connection using
153
+
the so-called On-The-Air update (OTA update).
154
+
155
+
Make sure you read carefully the [ESPHome guide](https://esphome.io/guides/physical_device_connection/)
156
+
on how to Physically Connecting to your Device.
157
+
158
+
You will need a USB-to-serial module.
159
+
I bought [one on Aliexpress](https://it.aliexpress.com/item/1005004742270942.html?spm=a2g0o.order_list.order_list_main.107.33a03696c66vOs&gatewayAdapt=glo2ita) for 2€.
160
+
A couple of pictures zooming on the programmer itself and then its connections to the ESP32 relay board:
After successful flashing you should be able to see logs coming from your board and, if the Wifi credentials
176
+
are OK, your board should appear in the list of DHCP clients of your DHCP server.
177
+
178
+
147
179
## TODO
148
180
149
181
* 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