Know whether to water today, and exactly how much.
Smart Watering gives you a daily recommendation — water today or wait — backed by your plant's recent readings. The AI proposes a dose, but a hard deterministic safety layer enforces the manufacturer's dosing window, so the AI can never recommend an amount outside the safe range.

The problem
Watering on a fixed schedule ignores everything that actually matters: how fast the plant drank yesterday, what the substrate is doing, and whether the nutrients you're adding are in range. A calendar that says 'water every three days' doesn't know it rained or that the plant doubled its water uptake since last week.
Why it's hard to solve alone
Overwatering is the most common cause of root zone failure. Underwatering during flower costs yield directly. Both are easy to prevent with data you already have — but doing the math by hand across multiple plants and changing conditions is error-prone.
How GrowScope helps
The AI evaluates the plant's context — recent readings, age, and substrate — and suggests either watering with a specific amount or waiting. That suggestion then passes through a deterministic safety valve: the recommended dose is always clamped to the safe range computed from the fertilizer manufacturer's dosing window. You confirm the action yourself — there is no automatic watering.
How it works
- The server filters and prepares plant context (recent readings, age, strain, substrate) before the AI sees it.
- AI proposes a specific action — water with a given dose, or wait.
- A deterministic safety layer clamps the AI's suggested dose to the manufacturer's safe range, preventing out-of-window recommendations.
- You review and confirm the watering yourself — the system never triggers a physical watering action (no pumps, valves, or relays).
In the app

What you get
Every watering decision is AI-informed but safety-enforced — you get a concrete recommendation you can trust, and you remain in control of the actual action.
Frequently asked questions
Does GrowScope water my plants automatically?
No. Smart Watering is a recommendation — there is no physical automation, no pumps, no valves, and no relays in the product. The AI suggests when and how much to water, and you confirm the action yourself.
Can the AI recommend a dangerous dose?
Not in practice. The AI's suggestion is always clamped to the safe dosing window computed from your fertilizer manufacturer's specifications. This deterministic layer was added after an earlier bug where the AI could propose a dose outside the allowed range — the safety clamp now prevents that entirely.
Does Smart Watering work if I don't use fertilizers?
Yes. The watering recommendation can operate on water volume alone. The safety clamping for nutrient doses only activates when fertilizers are part of the feeding plan.
What data does the AI use for the watering recommendation?
It uses the plant's recent readings, age, strain, and substrate — all filtered and prepared server-side before being sent to the model. The AI does not see raw, unfiltered data.