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
Install via USB here:
https://therealfalsereality.github.io/Aquaponics-Kit/
Download latest .bin from Releases and install via ESPHome Web
You will also see the calibation binary if you need to calibrate the probes.
- Copy the contents of
aquaponics-kit.yaml
into ESPHome instance after adding an esp32 device namedAquaponics Kit
. - 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!