I just implemented this (finally)
I use the MySensors PulsePower sensor for this:
http://www.mysensors.org/build/pulse_power
But what do i have to use for: "#define PULSE_FACTOR 1000 // Nummber of blinks per KWH of your meeter" ?
now i have it set to '10 000'
i use the 'imp/kWh' (and not the 'imp/kvah')
like you can see in the picture (first post) there also is marked a "10 000"
but at the bottom of the device (picture) there is: "0.2Wh/imp"
(which results in : 5000 impulses /kwh if im right) so wich one do i have to use?
and have i to modify the value in the domoticz settings under 'settings' --> 'meters/counters' -->'RFXMeter/Counter Dividers:'
'Energy' is now set to "1000". should i change this?
because i have a feeling this isnt working right for now
when turn on the microwave to a "1000W" i see the value of the meter in my domoticz change from "380Watt" to "425Watt" (The 380Watt is because an industrial refrigerator ) but all these values seems to low (well i think so, i don't really know)
do you have suggestions how i should configure my settings? Pulse values?
because even when i modify my 'PULSE_FACTOR' that is now set on '10 000" into "5000" it will still be not correct i think? (it will only double which is still not enough i think? becuase now : Microwave 1000W is from 380 to 425 --> so is 45 watt.. when it would double it would still only be a 90 watt? so there is still factor 10 wrong?
or am i missing something?
thanks!