Changes between Version 8 and Version 9 of WaterMeterPulseSensor
- Timestamp:
- 2014-02-21 16:08:08 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WaterMeterPulseSensor
v8 v9 5 5 6 6 == Software == 7 You can download the Arduino sketch [[http ://code.mios.com/git_public/mios/arduino-sensor.git/tree/HEAD:/VeraArduino/Arduino/libraries/Vera/examples/WaterMeterPulseSensor?js=1|here]].\\7 You can download the Arduino sketch [[https://github.com/mysensors/Arduino/tree/master/libraries/MySensors/examples/WaterMeterPulseSensor|here]].\\ 8 8 9 9 This sensor counts pulses from a house water meter and converts it into liters or gallons/m. There are a few parameters that needs to be tuned before everything works. Set '''PULSE_FACTOR''' to how many turns the meter has to go for each m3 water (or similar thing in gallons). You can also set '''SEND_FREQUENCY''' (how often you want the sensor to report values). Default is each 20 seconds.