Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.12 KB

File metadata and controls

20 lines (12 loc) · 1.12 KB

SensESP-blackwater-tank-sensor-array

This code is designed for use with a XKC-Y25-V sensor, or more accurately, 5 of them placed on the outside of the balck water tank at 20% intervals.
If you connect only to the Power/ground/data wire (leave the 4th -Black- wire disconnected), then the sensors will read 0 until the water level covers them, then they will read 1. The "tanks.blackwater.1.currentlevel" field will give you the current level based on the combination of sensors. The others are available for Diagnostics at the moment

the sensors I bought are:

Cover

Video is available on YouTube: https://youtu.be/_G8A6kWUJCs

The files should replace the files of the same name in the template. locations are as follows:

src/main.cpp

platformio.ini

Comprehensive documentation for SensESP, including how to get started with your own project, is available at the SensESP documentation site.