Changes between Version 5 and Version 6 of EnergyMeterPulseSensor
- Timestamp:
- 2013-12-01 02:15:47 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EnergyMeterPulseSensor
v5 v6 5 5 You 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]].\\ 6 6 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.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. 8 8 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. 9 If 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.'' 10 11 11 12 The sensor sketch has two modes: