„README.md“ ändern
This commit is contained in:
parent
b62f63f04a
commit
fb16a7b912
11
README.md
11
README.md
|
@ -18,7 +18,16 @@ Als Pumpe zum Fördern des Wassers wurde eine 3-5V [Tauchpumpe](https://www.poll
|
||||||
|
|
||||||
# 2.1 Pumpensteuerung {#21-Pumpensteuerung}
|
# 2.1 Pumpensteuerung {#21-Pumpensteuerung}
|
||||||
|
|
||||||
Die Steuerung wird durch einen ESP-8266 Microcontroller, über das [NodeMCU V2-Board](https://www.az-delivery.de/products/nodemcu) realisiert. Der Microcontroller wird mithilfe von
|
Die Steuerung wird durch einen ESP-8266 Microcontroller, über das [NodeMCU V2-Board](https://www.az-delivery.de/products/nodemcu) realisiert. Der Microcontroller wird mithilfe von [ESPHome](https://esphome.io) programmiert/konfiguriert und geflasht. Der ESP-8266 wird dabei als "switch" konfiguriert:
|
||||||
|
```
|
||||||
|
switch:
|
||||||
|
- platform: gpio
|
||||||
|
pin: 2
|
||||||
|
icon: "mdi:pump"
|
||||||
|
name: Pflanzenpumpe
|
||||||
|
id: pflanzenpumpe
|
||||||
|
```
|
||||||
|
[ESPHome](https://esphome.io) wird danach als Integration zu [Home Assistant](https://www.home-assistant.io) hinzugefügt, sodass Automatisierungen erstellt werden können. Sobald der "switch" betätigt wird,
|
||||||
|
|
||||||
---
|
---
|
||||||
# 3. Leitungen {#3-Leitungen}
|
# 3. Leitungen {#3-Leitungen}
|
||||||
|
|
Loading…
Reference in New Issue