ModularSensors icon indicating copy to clipboard operation
ModularSensors copied to clipboard

Help with Decagon (meter) 10hs

Open eduardcabanas opened this issue 5 years ago • 1 comments

HI,

I just bought a Meter 10HS And I need help how to wire and read, please does anybody could help to me?

Thank's in advance

Eduard

eduardcabanas avatar Apr 23 '19 19:04 eduardcabanas

That sensor is not currently supported by this library. I'd suggest you spend time reading the manuals from Meter: https://www.metergroup.com/environment/downloads/?related_product=ech2o-10hs

It looks like the sensor takes power on the brown line, ground on the bare wire, and outputs an analog voltage corresponding to the dielectric permittivity over the orange wire.

If you want to create a new module for the 10HS, I'd suggest you start with the SQ212 as an example. If you want to brute force it to work with this library, you can read the orange wire as an externalVoltage sensor and create the calculations for the dielectric permittivity and vwc as calculated variables. Look at the baro_rho_correction for examples of calculated variables.

I don't have time to help you much more than that right now. Sorry.

SRGDamia1 avatar Apr 24 '19 22:04 SRGDamia1