Automatically dose nutrients and run lights on a schedule for a hydroponic garden.
Monitor water pH, conductivity, temperature, and humidity in real time from a dashboard.
Get alerts when sensor readings drift out of range without checking manually.
| 40rbidd3n/hydro0x01 | fastify/demo | signal-probability-engine/weather-prediction | |
|---|---|---|---|
| Stars | 229 | 227 | 220 |
| Language | TypeScript | TypeScript | TypeScript |
| Last pushed | — | 2026-06-30 | — |
| Maintenance | — | Active | — |
| Setup difficulty | hard | moderate | hard |
| Complexity | 4/5 | 3/5 | 4/5 |
| Audience | general | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires an ESP32 microcontroller plus wiring and sensor calibration alongside the server.
HydroponicOne is an open-source system for automating and monitoring hydroponic gardens, the kind where plants grow in water rather than soil. The gap it fills is between cheap hobbyist setups and expensive industrial equipment: it gives you professional-grade automation without the enterprise price tag. The system works in two parts. A small microcontroller board (an ESP32) sits in your growing environment, reading sensors for water pH, electrical conductivity, water level, temperature, and humidity. It then sends all that data wirelessly over a secure messaging protocol to a backend server running on your local network. That server stores the data in two databases, one for settings and configuration, the other for historical sensor readings over time. A web dashboard lets you view everything in real time and control pumps, lights, and ventilation fans automatically based on the sensor readings. You would use this if you run a hydroponic setup, from a home herb garden to a small commercial grow, and want the system to automatically dose nutrients, switch lights on a schedule, and alert you when something is off, all without manually checking readings or buying proprietary automation hardware. The whole project is open-source, self-hosted on your own hardware, and documented with wiring diagrams and calibration guides.
An open-source automation and monitoring system for hydroponic gardens, using sensors and a dashboard to control pumps, lights, and nutrients.
Mainly TypeScript. The stack also includes TypeScript, ESP32.
Setup difficulty is rated hard, with roughly 1day+ to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.