Changes between Version 10 and Version 11 of EnergyMeterPulseSensor
- Timestamp:
- 2014-02-21 16:07:16 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EnergyMeterPulseSensor
v10 v11 3 3 4 4 == Software == 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]].\\5 You can download the Arduino sketch [[https://github.com/mysensors/Arduino/tree/master/libraries/MySensors/examples/EnergyMeterPulseSensor|here]].\\ 6 6 7 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.