From ac345026e738e199dc3fd3a7e23a69e70c48ca90 Mon Sep 17 00:00:00 2001 From: Nicolas Bachschwell Date: Wed, 24 Apr 2024 11:50:28 +0200 Subject: [PATCH] Added clorPump, it is not complet. Not bei a long shot but it's a start --- clorPump.yaml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 clorPump.yaml diff --git a/clorPump.yaml b/clorPump.yaml new file mode 100644 index 0000000..ec5a52b --- /dev/null +++ b/clorPump.yaml @@ -0,0 +1,37 @@ +esphome: + name: Clor_Pump + platform: ESP8266 + board: nodemcuv2 + +# Enable logging +logger: + +ota: + password: !secret cp_password + +api: + encryption: + key: !secret cp_key + +wifi: + ssid: !secret wifi_ssid + password: !secret wifi_passwd + fast_connect: true + +switch: + - platform: gpio + pin: D3 + id: pump_switch + - platform: custom + name: Clor Pump + +button: + - platform: custom + name: prime + +binary_sensor: + - platform: gpio + id: pool_pump + pin: D2 + +# Here is space for any display implementation that could possibliy be. Have fun OK \ No newline at end of file