„README.md“ ändern

This commit is contained in:
Eric Elbing 2022-11-26 13:01:07 +00:00
parent b62f63f04a
commit fb16a7b912
1 changed files with 10 additions and 1 deletions

View File

@ -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}