Skip to content

TheRealFalseReality/Aquaponics-Kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atas Scientific Wi-Fi Aquaponics Kit for ESPHome

Code for Atas Scientific Wi-Fi Aquaponics Kit to be compatable with ESPHome and HomeAssistant using Adafruit HUZZAH32 – ESP32 Feather Board.
This code will communitcate with all the sensors and send the data to HomeAssistant. The ESP device should be automatically discovered in your HomeAssitant instance once ready. Another .bin file as well as source code for calibration is located on the Releases page for this project.

Sensors for this kit are:

RTD - Temperature  
PH - pH   
EC - Conductivity (Salinity)  
DO - Dissolved Oxygen  
HUM - Humidity  
CO2 - CO2 (in air)  
PMP - Controlled Doser Pump  

Wi-Fi-aquaponics-kit-01

Installation

USB

Install via USB here:
https://therealfalsereality.github.io/Aquaponics-Kit/

ESPHome Web (.bin)

Download latest .bin from Releases and install via ESPHome Web
You will also see the calibation binary if you need to calibrate the probes.

From Source

  1. Copy the contents of aquaponics-kit.yaml into ESPHome instance after adding an esp32 device named Aquaponics Kit.
  2. Remove the following lines:
name_add_mac_suffix: true
dashboard_import:
  package_import_url: github://TheRealFalseReality/Aquaponics-Kit/aquaponics-kit.yaml@main

using source code, you can also customize anything and add your own sensors! Make it your own!