> For the complete documentation index, see [llms.txt](https://faq.growsensor.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.growsensor.co/welcome/what-does-the-grow-sensor-measure.md).

# What does the Grow Sensor measure?

Here’s what it measures and why it matters:

* [Temperature](https://www.growsensor.co/post/ideal-temp-humidity-grow-tent-part-1) – Controls plant metabolism, affecting growth speed and nutrient uptake. Too hot or too cold can stress plants and reduce yields.
* [Relative humidity (RH)](https://www.growsensor.co/post/ideal-grow-room-temp-humidity-part-2) – Impacts transpiration and nutrient absorption. High RH can lead to mould, while low RH can slow growth.
* [CO₂ levels ](https://www.growsensor.co/post/maximize-your-cannabis-yield-the-essential-guide-to-co2-supplementation-for-home-growers)– Essential for photosynthesis. Maintaining ideal CO₂ levels boosts growth and maximises yields.
* [ePPFD](https://www.growsensor.co/post/ultimate-ppfd-meter) (extended Photosynthetic Photon Flux Density) – Monitors how much light plants receive, ensuring the right amount of light for optimal photosynthesis.
* [ePAR](https://www.growsensor.co/post/apogee-par-meter-vs-grow-sensor-a-comparison) (extended Light Spectrum) – Monitors the full range of light wavelengths plants use for growth, improving energy efficiency and development.
* [eDLI](https://www.growsensor.co/post/ppf-dli-the-grow-sensor) (extended Daily Light Integral) – Tracks total light exposure over 24 hours, helping to optimise lighting schedules.
* [Leaf surface temperature](https://www.growsensor.co/post/why-leaf-surface-temperature-important) – More accurate than ambient temperature for detecting heat stress and optimising VPD.
* Ambient VPD ([Vapour Pressure Deficit](https://www.growsensor.co/category/vpd))– Helps balance humidity and temperature for stress-free plant growth.
* [True Leaf VPD](https://www.growsensor.co/post/measuring-leaf-surface-temperature-with-the-grow-sensor) – Ensures efficient transpiration, preventing overwatering and nutrient lockout.
* Leaf temperature off set. - Shows you the live difference between ambient temperature and leaf temperature.&#x20;
* Substrate EC (Electrical Conductivity) – Indicates nutrient concentration in the growing medium, preventing over- or underfeeding.
* Water content in the substrate – Prevents over- or underwatering, improving root health.
* Root zone temperature – Affects nutrient absorption and root development.
* [Dew point](https://www.growsensor.co/post/dew-point-cannabis-growers) – Predicts condensation risk, reducing the chance of mould and mildew.
* Air pressure – Can impact gas exchange and overall plant health.

With the Grow Sensor, you get precise data to fine-tune your environment, reduce risks, and maximise yields effortlessly.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://faq.growsensor.co/welcome/what-does-the-grow-sensor-measure.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
