Changes between Version 8 and Version 9 of WaterMeterPulseSensor


Ignore:
Timestamp:
2014-02-21 16:08:08 (10 years ago)
Author:
hek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WaterMeterPulseSensor

    v8 v9  
    55 
    66== 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]].\\ 
     7You can download the Arduino sketch [[https://github.com/mysensors/Arduino/tree/master/libraries/MySensors/examples/WaterMeterPulseSensor|here]].\\ 
    88 
    99This 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.