From fb16a7b9120a821649ea5a11d0ba84c570aa7ca7 Mon Sep 17 00:00:00 2001 From: Eric Elbing Date: Sat, 26 Nov 2022 13:01:07 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index afd2907..de7a656 100644 --- a/README.md +++ b/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} -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}