ESP32 Data Status: NOT RECEIVING DATA
Live Relay Status: --
Air Temperature: -- °C
Air Humidity: -- %
Soil Moisture (Analog): --
Soil Moisture (Digital): --
Rain Sensor (Analog): --
Rain Sensor (Digital): --
Current Mode: --
This dashboard is part of the Major Project 2 - Smart Irrigation System, designed to automate and optimize irrigation for agricultural and gardening applications.
Developed by Pentacore Solutions.
Adjust the analog thresholds (0-1023) for soil moisture and rain sensors to control when automatic irrigation turns ON. Irrigation starts if either the soil is too dry OR it's not raining (based on sensor readings).
Lower value = More sensitive to dryness. Relay turns ON when soil moisture analog value is less than or equal to this threshold.
Higher value = Less sensitive to wetness. This threshold is currently not used in automatic irrigation logic but is available for potential future, more complex control strategies.
Lower value = More sensitive to rain absence. Relay turns ON when rain analog value is less than or equal to this threshold (indicating it's not raining or just lightly raining).
Higher value = Less sensitive to rain presence. This threshold is currently not used in automatic irrigation logic but is available for potential future, more complex control strategies.