Changes between Version 10 and Version 11 of EnergyMeterPulseSensor


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

--

Legend:

Unmodified
Added
Removed
Modified
  • EnergyMeterPulseSensor

    v10 v11  
    33 
    44== 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]].\\ 
     5You can download the Arduino sketch [[https://github.com/mysensors/Arduino/tree/master/libraries/MySensors/examples/EnergyMeterPulseSensor|here]].\\ 
    66 
    77This 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.