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
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ want to use the HomeAssistant UI: look for Helpers and choose `Generic Thermosta
60
60
* ESP32 relay board [bought on Aliexpress](https://it.aliexpress.com/item/1005007027676026.html?spm=a2g0o.order_list.order_list_main.31.42f53696cth4st&gatewayAdapt=glo2ita) (17.5€ in Oct 2025).
61
61
Its main characteristics are:
62
62
63
-
* Sports an [ESP32-WROOM-32E module](./datasheets/esp32-wroom-32e_esp32-wroom-32ue_datasheet_en.pdf)
63
+
* Sports an [ESP32-WROOM-32E module](./datasheets/esp32-wroom-32e_esp32-wroom-32ue_datasheet_en.pdf) with 240MHz clock, 320kB RAM, 4MB Flash
64
64
* 5V DC power supply terminal
65
65
* 8 relay channels, both NC and NO contacts available
66
66
@@ -73,6 +73,14 @@ Its main characteristics are:
73
73
* `DHT11`: Digital Temperature Humidity Sensor,
74
74
see https://esphome.io/components/sensor/dht/
75
75
76
+
Alternative sensors I also tested in an instance of this ESPHome Package are:
77
+
78
+
* `MAX31855` and a K-type thermocouple for reading pipe temperature,
79
+
see https://esphome.io/components/sensor/max31855/
80
+
* `DHT22`: Digital Temperature Humidity Sensor,
81
+
see https://esphome.io/components/sensor/dht/
82
+
83
+
76
84
## ESP32 Relay Board Pinout
77
85
78
86
The ESP32 relay board currently being used has the following pinout:
@@ -96,6 +104,10 @@ In addition to these, the following GPIOs are used for the temperature sensors:
96
104
* GPIO5: `DHT11` sensor
97
105
* GPIO16 (MISO), GPIO17 (CLK) and GPIO15 (CS): for the SPI bus to read the `MAX6675` sensor
0 commit comments