Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Soil Salt/Fertilization values units question #52

Open
netmanchris opened this issue Mar 8, 2022 · 2 comments
Open

Soil Salt/Fertilization values units question #52

netmanchris opened this issue Mar 8, 2022 · 2 comments

Comments

@netmanchris
Copy link

netmanchris commented Mar 8, 2022

I've got a few of these running and I've noticed that the Salt/Fertilization values level is being reported in percentage (%) rather in the typical µS/cm which I've seen in other sensors ( like the Xiaomi MiFlora for instance ) or any common plant monitor.

I've also noticed that the percentage calculation is far above the 100% value ( some showing as high as 399% ). Can you please help me understand what the HiGrow Salt metric is actually measuring here and how are the values reported supposed to be used?

Is the intention here to calibrate the sensors for a specific plant type and then use the percentage as the high/low mark for that specific plant type?

in other Issues, I think I understood that the sensors should be calibrated based on the specific medium that they are monitoring in, but I'm not sure what the calibration process would look like for these sensors.

Trying to better understand how to use the information that's being reported. Any additional information you can share would be appreciated!

thanks!

@viperxeno
Copy link

Hi, I have same question... maybe is µS/cm ?

@joestump
Copy link

joestump commented Oct 4, 2022

I've done some testing with this and a xiaomi_hhccjcy01 I have. The soil moisture sensors are identical. The lx are way, way off (LilyGo = 160s, Xiaomi = 800s under direct UV light).

The salt/fertilization are also way different. Here's my ESPHome config:

  - platform: adc
    pin: GPIO34
    name: "Salt"
    update_interval: 15min
    accuracy_decimals: 4    
    unit_of_measurement: 'µS/cm'
    filters:
      - calibrate_linear:
          # Map 0.0 (from sensor) to 0.0 (true value)
          - 0.0 -> 0.0
          - 1.1 -> 100.0

In a plant that the Xiaomi measures 350 µS/cm, the LilyGO measured 98. There are, unsurprisingly, a lot of ways to measure this it seems. After reading this over and searching a bit, I came across this:

Soil-Salinity-classes-and-the-range-of-Electrical-Conductivity-EC

Makes me wonder if this is returning EC(dS-1)? I dunno, but would like to get this reading similar results to the Xiami's if possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants