get_environment_health
Calculate a composite environment health score (0–100) for your AC Infinity device based on the plant's growth stage, providing per-metric sub-scores and actionable recommendations.
Instructions
Calculate composite environment health score (0–100) for a device.
Args: device_id: The AC Infinity device code (from discover_devices) stage: Growth stage — one of: clones, seedling, veg, early_flower, mid_flower, late_flower. Default: veg.
Returns: JSON with score (0–100), grade (A–F), per-metric sub-scores, top_recommendation, actual sensor readings (temperature_c, temperature_f, humidity_pct, vpd_kpa), and a human_summary one-liner.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_id | Yes | ||
| stage | No | veg |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |