
I mounted 3 sensors in my utility room. All have been configured as a pulse counter in the ESP Easy firmware and I configured them to communicate with Domoticz via HTTP. Domoticz is getting values, but the representation isn’t good. So I need to troubleshoot the setup. To see the actual details/values see the YouTube.
https://youtu.be/lY-bSa3NFPk
1st question: Can someone please help me out to get the right figures in Domoticz?
2nd question: I doubt when the reed switch is triggered and remains triggerd (gas meter magnet stopped), or the TCRT 5000 sensor remains on the reflectic part (water meter stopped), will the value get a 0? Will it only count the up and down of the pulse?
3rd question: As far I know there is no technical explanation/description available per Domoticz graph/chart (Counter, Counter incremental, Electric (instant+Counter), P1 Smart Meter (Electric), Usage (Electric), etc.... what are the differences? Shall we create a wiki page for it?
Some remarks:
Meters:
Electricity = Pulse rate = 1,000 imp/kWh
Water = 2 pulses = 0,0001 m3
Gas = 1 imp = 0,01m3
Measurements are send every 60 seconds from NodeMcu ESP8266 (is this ok??? What will Domoticz use?)
Electricity formula count = %value%*60
Debounce gas = 1000 mSec
Water formula count = %value%/2
Debounce water = 1 mSec
In Domoticz I created the following virtual devices:
Electricity = Counter Incremental
Gas = RFXMeter counter
Water = RFXMeter counter
Electricitymeter (values are too high)

Gasmeter (not sensed...)

Watermeter (values are too high)

P.s. I also posted the same questions at the ESP Easy forum, but no response till so far.
http://www.esp8266.nu/forum/viewtopic.php?f=2&t=1362