Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/products/plt1/calibrating-plt1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Calibrating Soil Moisture

This guide will take you through calibrating your PLT-1's moisture sensor. The sensors come with the default calibration so this method is only needed if you want to make your own adjustments.

 

1. Take your PLT-1 out of the soil and clean off the probe. It is important to get the dirt off to have the best calibration.
2. Make sure the PLT-1 probe is sitting in the air or on a dry non conductive surface and plugged in.
3. Visit the device's entity drill down page in Home Assistant and scroll down to the diagnostics section. Enable the entity "Soil ADC"
4. Give the sensor a minute for this new entity to populate
5. Once the value is populated take the value and put it into the "Dry Voltage" entity
6. Now place the prob portion of the PLT-1 into a cup of water. Be careful to not dunk the entire sensor, only the exposed PCB below "Apollo" and the horizontal line can be exposed to water
7. Grab the "Soil ADC" value now and put the value into the "100% Water Voltage" entity
8. You can put your PLT-1 back into your plant and you now have a calibrated
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ nav:
- Updating: products/plt1/updating.md
- Bluetooth Proxy: products/general/setup/bluetooth-proxy-plt1.md
- Sensor Definitons: products/plt1/sensor-definitions.md
- Calibrating Soil Moisture: products/plt1/calibrating-plt1.md
- Reviews: products/plt1/reviews.md
- Examples:
- Flower Card: products/plt1/examples/flower-card.md
Expand Down