Hi all,
Today I'll get a new mains meter, that supplies an accumulating total for gas and energy. How do I setup my feeds, so that I can see what the use is per timeframe? I can fetch the totals every 10 seconds, and the total (kwh) has 3 decimals, so it should be fine enough.
Re: Logging accumulating inputs
Hello jonrescca, are you running emoncms locally or emoncms.org?
Re: Logging accumulating inputs
I'm running emoncms v7 on a local raspberry. I'm planning tu use an modified emonTXv2 board with an serial input from the P1 port on a dutch smart meter. This meter has a few outputs on it's serial port, and the gas use is an ever increasing value for cubical meters used since the meter was installed.
Please advise in how to set-up the feeds so I can have a plot on the use per day like an power input, and also the daily use for the zoom visualization widget.
Re: Logging accumulating inputs
It seems I need to use the 'Total pulse count to pulse increment' processor, but I'm still not sure how to set this up for my gas meter. Anyone that can show me a screendump for this?
Re: Logging accumulating inputs
I'll try to be a more clearer, hope that someone can shed some insight.
I want to monitor my gas use, and my meter has an output that shows the use per liter. This is an always increasing value starting from 0 the day the meter got installed. I want to plot the use of gas in a graph per time of the day, and also the total use per day. Think of the input like this:
From the above data you see I used 3 liters of gas from 11:33 trough 11:36, and it should result in a plot like this:
Can anyone shed some light on how to configure the feeds for this? I have now only a log on the input that writes the growing total to the database.
Re: Logging accumulating inputs
I use a kwh to kwh/d input operator and after that a log to feed. So you got a daily report of daily use. Just the units are not right!
On a new day the values are growing till midnight.
Re: Logging accumulating inputs
Sorry you dont need a log to feed after kwh to kwh/d
Re: Logging accumulating inputs
total pulse count to pulse increment is probably what you want - it will result in a feed that looks a bit like what you've drawn.