Changes between Version 7 and Version 8 of WaterMeterPulseSensor


Ignore:
Timestamp:
2014-01-05 18:11:08 (10 years ago)
Author:
hek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WaterMeterPulseSensor

    v7 v8  
    77You 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]].\\ 
    88 
    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. On your meter it is usually specified how many pulses/kwh. Set '''PULSE_FACTOR''' to this value. You can also set '''SEND_FREQUENCY''' (how often you want the sensor to report values). Default is each 20 seconds. 
     9This 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. 
    1010 
    1111If you want the vera device to show your current meeter value. First '''turn off your sensor'''. Update '''Variable1''' value under the vera device advanced tab.  Set it to your meters current water meter value  * your PULSE_FACTOR.\\ 
     
    2222'''SLEEP_MODE = true''' 
    2323 
    24 Use this if you run the sensor on battery. In this mode the sensor will report KWH but cannot report any Watt-value. This is because when sensor sleeps it will lose track of time and therefore it is impossible to calculate a correct Watt-value.\\  
     24Use this if you run the sensor on battery. In this mode the sensor will report volume but cannot report any flow-value. This is because when sensor sleeps it will lose track of time and therefore it is impossible to calculate a correct flow-value.\\  
    2525\\  
    2626'''SLEEP_MODE = false'''