Added self-managed time control to a3pool.yaml #1
19
a3pool.yaml
19
a3pool.yaml
@ -47,6 +47,7 @@ switch:
|
|||||||
- platform: template
|
- platform: template
|
||||||
optimistic: false
|
optimistic: false
|
||||||
name: pump
|
name: pump
|
||||||
|
id: pump
|
||||||
lambda: |-
|
lambda: |-
|
||||||
if (id(pump_state).state) {
|
if (id(pump_state).state) {
|
||||||
return true;
|
return true;
|
||||||
@ -70,6 +71,24 @@ switch:
|
|||||||
- delay: 500ms
|
- delay: 500ms
|
||||||
- switch.turn_off: relay
|
- switch.turn_off: relay
|
||||||
|
|
||||||
|
time:
|
||||||
|
timezone: "Europe/Vienna"
|
||||||
|
id: a3poolTime
|
||||||
|
platform: sntp
|
||||||
|
on_time:
|
||||||
|
- seconds: 0
|
||||||
|
minutes: 0
|
||||||
|
hours: 8
|
||||||
|
months: 5-10
|
||||||
|
then:
|
||||||
|
- switch.turn_on: pump
|
||||||
|
- seconds: 0
|
||||||
|
minutes: 0
|
||||||
|
hours: 8
|
||||||
|
months: 5-10
|
||||||
|
then:
|
||||||
|
- switch.turn_off: pump
|
||||||
|
|
||||||
dallas:
|
dallas:
|
||||||
- pin: D4
|
- pin: D4
|
||||||
update_interval: 10s
|
update_interval: 10s
|
||||||
|
Loading…
Reference in New Issue
Block a user