Skip to content

Commit 12a2ba1

Browse files
committed
add IDs and more docs
1 parent 953cd9b commit 12a2ba1

File tree

5 files changed

+141
-131
lines changed

5 files changed

+141
-131
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,13 @@ which is basically assigning the secrets defined in the ESPHome global "secrets.
128128
Then it's overriding just the name & friendly name from the package.
129129

130130

131+
## TODO
132+
133+
Write the [external component](https://esphome.io/components/external_components/) that will make it possible
134+
to control relays using the local temp sensor when connection to HA fails.
135+
136+
137+
131138
## Similar projects
132139

133140
* [Smart Underfloor Heating Controller](https://hackaday.io/project/190828-smart-underfloor-heating-controller)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<mxGraphModel><root><mxCell id="0"/><mxCell id="1" parent="0"/></root></mxGraphModel>

images/overview.drawio

Lines changed: 131 additions & 131 deletions
Large diffs are not rendered by default.

images/overview.drawio.png

2.87 KB
Loading

main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ spi:
6161
sensor:
6262
# Temperature sensor on SPI, see https://esphome.io/components/sensor/max6675/
6363
- platform: max6675
64+
id: heating_pipe_sensor
6465
name: "Heating pipe Temperature"
6566
cs_pin: GPIO15
6667
update_interval: 60s
@@ -71,6 +72,7 @@ sensor:
7172
update_interval: 60s
7273

7374
- platform: dht
75+
id: ambient_sensor
7476
pin: GPIO5
7577
model: DHT11
7678
temperature:

0 commit comments

Comments
 (0)