Skip to content

cspiel1/pool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INTEX Saltwater System Model ECO6220G Hat

Purpose of this project: The intex saltwater controller seems to have a constructive failure that makes it useless after a few years like some users reported in online pool panels. The controller board seems to restart the chlorous production and beeps repeatedly 1-3 times per second. The idea is to connect an ESP32 to directly control the relais on the power part of the Intex controller board.

GPIO Pins

(A) GPIO 23  Relais K5 Main Power for Chlor generation
(B) GPIO 04  Relais K1 WAT-
(C) GPIO 18  Relais K2 WAT+
(D) GPIO 19  Relais K3 CL-
(E) GPIO 05  Relais K4 CL+
(F) GPIO 21  Fan
(G) GPIO 22  Beep  
(H) GPIO 15  Low Flow

Future:

(?) GPIO 34  ADC for Low/High Salt

Connect ESP32

TBD

ECO6220G main board

Configuration and Build

Static Configuration

Is done during build. The values can be set in main/config.h. Use main/config.h.def as template!

Build

  mkdir build
  cd build
  cmake ..
  make

  # GPIO0 to Low, power on
  make flash
  # GPIO0 to High, power on

User Configuration

The ESP32 uses DHCP to connect to your WiFi access point and starts a tiny web-server on startup. Find with arp-scan your Espressif Inc. ESP32 and navigate with your browser to port 80.

About

INTEX Saltwater System Model ECO6220G Hat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published