I’ve implemented sensorReporter to monitor digital (LOW/HIGH) output from sensor modules successfully, but I wondered if anyone has tried using it to monitor analog output from a sensor?
I am using the supplied GPIO classes and functions in sensorReporter for both physical relays and sensors successfully, but I’d like to capture the analog values my sensors supply (which are essentially voltages depending on things like moisture levels) to have a more accurate metric (i.e. actual percentage of moisture, vs. just a digital LOW/HIGH value returned).
Any ideas on how best to do this, please LMK. I love sensorReporter!