Tank\Vessel Level
-
Hi
I would like to propose a tank\level sensor using an HC-SR04 ultrasonic Distance sensor
Node would return a % based on a set High & Set low thresholds
-
I think it's best that the sensor is "dump" and only provides the actual reading of the distance value, which sends the measured value to a "master" then the master will decide. The "master" could have a configuration file that defines min/max values of the range, so the master can validate the measured value. Then the "master" can provide% just as you prefer/can write codes that shows the graph
-
@kopite said:
Hi
I would like to propose a tank\level sensor using an HC-SR04 ultrasonic Distance sensor
Node would return a % based on a set High & Set low thresholdsThis might help you https://github.com/mycontroller-org/ArduinoSketches/blob/master/WaterLevelSensor/WaterLevelSensor.ino
-
Thanks @jkandasa, that's looks exactly what I am after.
Does this code integrate to the various controllers without issue?
I am running Vera & Domoticz
-
@kopite said:
Thanks @jkandasa, that's looks exactly what I am after.
Does this code integrate to the various controllers without issue?
I am running Vera & Domoticz@kopite I developed this code for MyController.org But it should work for any controller which supports MySensors.