View on GitHub

domopool

Swimming pool management with an esp32

Domopool

Goal

The goal of this project is to automatise some parts of my pool, mainly the flter pump based on the water temperature. There is also an option to use a ph pump.

Hardware

The base hardware is an esp32 devkitC. Other hardware:

Pictures

Configuration

To ease configuration update 2 front-end are under developement:

Temp/filter time

The local table is defined like this:

Temp Hour 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
t<1   X X X X X X X X X X X X X X X X X X X X X X X X
1<t<3         X X                                      
3<t<6         X X                                      
6<t<9           X X           X                        
t=6           X X           X                        
t=7             X         X X                        
t=8                       X X     X                  
t=9                     X X     X                  
9<t<12                   X X X       X                  
12<t<15                   X X X       X X                
15<t<18                   X X X       X X X              
18<t<21                   X X X X     X X X              
21<t<23                   X X X X     X X X  X            
23<t<26         X X       X X X X     X X X  X X          
26<t<28         X X X     X X X X     X X X  X X X        
28<t<30         X X X X   X X X X     X X X  X X X X      
30<t   X X X X X X X X X X X X X X X X X X X X X X X X

Other table exemples:

ToDo