HydroMonitor
Realtime IoT monitoring

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

Live
Normal
28.4 °C
Optimal
72 %
Ideal
6.4

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.

Safe range 18–35 °C

Air Humidity

Prevents dry stress and mold-prone over-humidity.

Safe range 40–80 %RH

Water pH

Ensures nutrients stay available to the plants.

Safe range 5.5–7.5 pH

From probe to dashboard

Three steps to a fully monitored hydroponic system.

01

Read on the ESP32

A DHT22 and pH probe sample temperature, humidity and pH on the microcontroller.

02

POST to the API

The ESP32 sends JSON to /api/sensor every few seconds over your local network.

03

Watch it live

The dashboard evaluates each reading, updates charts and raises alerts instantly.

POST /api/sensor
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.