Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xicor22/esp-water-tank-controller

Using ESP8266 to automate filling the water tank and measure the water level along side the water temperature
https://github.com/xicor22/esp-water-tank-controller

esp32 esp8266 home-assistant home-automation

Last synced: about 18 hours ago
JSON representation

Using ESP8266 to automate filling the water tank and measure the water level along side the water temperature

Awesome Lists containing this project

README

        

# ESP-Water-Tank-Controller

An ESP8266-based water tank monitoring and control system using ESPHome and Home Assistant. This project monitors water levels and controls relays to manage the water pump.

## Features
* Monitors water levels at 5 different points.
* Controls water pump based on water levels.
* Measures water temperature using DS18B20 sensor.
## Hardware Requirements
* ESP8266 (D1 Mini)
* DS18B20 Temperature Sensor
* Relays

## Schematic
![Schematic](https://github.com/xicor22/ESP-Water-Tank-Controller/blob/main/schematic.png?raw=true)

## Wiring Diagram
![Schematic](https://github.com/xicor22/ESP-Water-Tank-Controller/blob/main/Wiring_schematic.jpg?raw=true)

**Note:** I'm using transistor because of the water's high resistance, in my case, 2-3 Mega Ohm.

## Physical Circuit
![Circuit](https://github.com/xicor22/ESP-Water-Tank-Controller/blob/main/Circuit_physical.jpg?raw=true)

### 8 pin connection
* Black - Level 1
* Brown - Level 2
* Red -Level 3
* Orange - Level 4
* White - Temp Sensor
* Green - 5v
* Blue - 3.3v
* Purple - Ground