Smart monitoring for
modern hydroponics
Track air temperature, humidity and water pH in realtime — straight from your Arduino ESP32 to a clean, premium dashboard. Set thresholds, get instant alerts, and keep your farm in the optimal range.
No account needed — the demo opens the full dashboard instantly.
Hydroponic Monitoring Dashboard
Realtime monitoring for smart hydroponic farming
Everything you need to stay in range
A focused toolset for realtime hydroponic monitoring — no clutter.
Realtime dashboard
Live metric cards and smooth charts update every 3 seconds as new readings arrive.
Threshold alerts
Set safe min/max per sensor. Out-of-range values trigger badges and toast notifications.
History & export
Browse historical data with date filters and export to CSV, Excel or PDF.
ESP32 ready
A simple REST API ingests JSON from your Arduino ESP32 — sketch included.
Device health
Monitor each controller: online status, firmware, battery and signal strength.
Configurable
Tune thresholds from the UI. Clean, layered Laravel code that is easy to extend.
Three sensors, fully covered
The core signals that keep a hydroponic system healthy.
Air Temperature
Keeps roots and canopy in the ideal growth window.
Air Humidity
Prevents dry stress and mold-prone over-humidity.
Water pH
Ensures nutrients stay available to the plants.
From probe to dashboard
Three steps to a fully monitored hydroponic system.
Read on the ESP32
A DHT22 and pH probe sample temperature, humidity and pH on the microcontroller.
POST to the API
The ESP32 sends JSON to /api/sensor every few seconds over your local network.
Watch it live
The dashboard evaluates each reading, updates charts and raises alerts instantly.
curl -X POST http://your-server/api/sensor \
-H "Content-Type: application/json" \
-d '{"temperature":28.6,"humidity":74,"ph":6.4}'
Ready to monitor your farm?
Jump straight into a fully-seeded demo and see your hydroponic system in realtime.