Changes between Version 5 and Version 6 of EnergyMeterPulseSensor


Ignore:
Timestamp:
2013-12-01 02:15:47 (11 years ago)
Author:
hek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EnergyMeterPulseSensor

    v5 v6  
    55You can download the Arduino sketch [[http://code.mios.com/git_public/mios/arduino-sensor.git/tree/HEAD:/VeraArduino/Arduino/libraries/Vera/examples/EnergyMeterPulseSensor?js=1|here]].\\ 
    66 
    7 This sensor counts pulses from a house meter and converts it into watt/kwh. 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. 
     7This sensor counts pulses from a house meter and converts it into watt/kwh. 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. 
    88 
    9 If you want the vera device to show your current meeter value. Update Variable1 value under the vera devices advanced tab to your meters current kwh-value * PULSE_FACTOR.  
     9If you want the vera device to show your current meeter value. Update '''Variable1''' value under the vera devices advanced tab. Set  it to your meters current kwh-value * your PULSE_FACTOR.\\ 
     10''Example: Your pulse factor is 1000 and kwh-reading is 33000. Then set Variable1 to 33000000.'' 
    1011 
    1112The sensor sketch has two modes: