Added a little bit to the README.md to mention the newest changes to a3pool.yaml

This commit is contained in:
Nicolas Bachschwell 2022-07-12 14:07:59 +02:00
parent 48e1bbaeef
commit 00ccfbfcc0
Signed by: NBSgamesAT
GPG Key ID: B2F1E0D04F024688
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@ This is a standard config for the a3pool. Nothing special by far with 2 temp sen
The temperature sensors have the `pool_temperature` and `solar_temperature` and will show report the pool temperature and solar temperature respectively every 10 seconds.
There is also one switch that is designed to turn the pump on and off. This works by giving an 500ms long impulse that should turn the pump on/off and sensing on a GPIO ping whenever the pump is currently on/off. This switch carries the name of `pump`. I know HOW CREATIVE...
It also has the possibility of having it's own clock.
Simply adjust the time using the `start_h`, `start_m` as well as `end_h`, `end_m` and enable the `control` switch to ensure the automatic control in on. The button `sync_to_clock`is used to sync the system back to the clock without having to know/care about on/off times, simply press the button and it should switch to on/off if it should be on/off respectively.
**HOWEVER: If the pump is set to off or to the physical clock with physical switch in the garage this will not work!** It will still report it's state correclty however.
There is an other switch that does not have any functionality yet but it's `automate_control` if anyone wants to know.