Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xicor22/esp-water-tank-controller
- Owner: xicor22
- Created: 2024-01-04T19:45:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-25T17:38:00.000Z (7 months ago)
- Last Synced: 2024-06-25T19:32:12.774Z (7 months ago)
- Topics: esp32, esp8266, home-assistant, home-automation
- Homepage:
- Size: 1.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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