Added clorPump, it is not complet. Not bei a long shot but it's a start

This commit is contained in:
Nicolas Bachschwell 2024-04-24 11:50:28 +02:00
parent fcb8838fb6
commit ac345026e7
Signed by: NBSgamesAT
GPG Key ID: 2D73288FF7AEED2F
1 changed files with 37 additions and 0 deletions

37
clorPump.yaml Normal file
View File

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