> 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/substrate-probes/my-vwc-reading-is-too-low-or-high-help.md).

# My VWC reading is too low or high, help!

Proper positioning is key to obtaining accurate and reliable moisture measurements.

### **VWC reading too low**

#### Possible cause:

* The sensor is placed too high in the substrate, causing it to underestimate moisture levels.
* The sensor's electrical current does not fully propagate through the substrate, leading to lower-than-expected readings.

#### Solution:

* Reposition the sensor lower in the substrate, closer to the root zone, to capture a more accurate moisture reading.

### **VWC reading too high**

#### Possible cause:

* The sensor is placed too low, near the bottom of the substrate, where excess water can pool.
* The electrical current extends into the saturated zone, inflating moisture readings.

#### Solution:

* Move the sensor slightly higher to avoid detecting pooled water at the bottom.

### **Substrate-specific placement adjustments**

* Coco coir retains water differently than rockwool, often leading to a higher saturation zone near the bottom.
* To compensate, position the sensor one inch higher in coco than you would in rockwool to achieve more consistent and accurate VWC readings.

By adjusting sensor placement based on your substrate type and root zone conditions, you’ll ensure accurate, repeatable moisture measurements, leading to better irrigation decisions and healthier plants.

<br>


---

# 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/substrate-probes/my-vwc-reading-is-too-low-or-high-help.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.
