Bulk kWh Data to emoncms - kWh per 30min Period

I have a local installation of emoncms and i am bulk loading data. I collect the data every 30 mins, then upload it once per day - so i am uploading 48 values at a time every midnight. The values are kWh per 30 min period - not an ever increasing kWh total - tho i could change to this if it helped.

I'm having trouble getting the data to be stored/displayed correctly - i have tried various input processing options but nothing seemed to give me what i want... What i really want is to have data stored as 30 min totals, have a series of visualizations to display previous day/week/month totals etc and a bar chart that will show me my half hourly totals. After that i want to use the data to create a bill and even generate a report/bill per meter automatically every month with some totals and costs.

Is this system going to be able to do this for me out of the box or are their any addons that will help get me to where i want to be?

 

 

mircsicz's picture

Re: Bulk kWh Data to emoncms - kWh per 30min Period

Hi Andy, generally it's possible...

I'm as you not a pro, I've old data measered by MBus and transfered that to emoncms, the processing chain I used is:

  1. log
  2. kwhpwr
  3. hist
  4. Wh Acumulator

This way I got graph's like this: https://www.dropbox.com/s/fsbzeyhlojojm81/Screenshot%202014-06-22%2023.37.07.png

BTW: my data looked like that:

2014-06-21 04:00:37; 5641.5
2014-06-21 04:15:37; 5641.8
2014-06-21 04:30:37; 5642.1
2014-06-21 04:45:36; 5642.4

But the value's transfered where just the changerate's!

Hope this helps...

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.