first of all thank you so much for this awesome project!
I stumpled upon it two weeks ago, what I want to achieve is plotting data of a PV-Installation I get from M-Bus meter's. A friend coded a python script for me which already import's data from CSV's which look like this:
But I can't get a hold on that data, I've read through the doc's created the following feed's:
kWh_feed
kWh-Power
kWh_Histogram
I've also created a dash to plot the data... But I get non of the data in the plot's
My Plan is to get the historical data into eMonCMS, next step should be to build python tool to read M-Bus and put that data on EmonCMS in realtime... Which is mostly done, but needs some modification of the script used to import the historical data...
Importing data from external M-Bus Logger
Submitted by mircsicz on Mon, 03/03/2014 - 09:57Hi all,
first of all thank you so much for this awesome project!
I stumpled upon it two weeks ago, what I want to achieve is plotting data of a PV-Installation I get from M-Bus meter's. A friend coded a python script for me which already import's data from CSV's which look like this:
It generate's a call for every line like this:
But I can't get a hold on that data, I've read through the doc's created the following feed's:
I've also created a dash to plot the data... But I get non of the data in the plot's
My Plan is to get the historical data into eMonCMS, next step should be to build python tool to read M-Bus and put that data on EmonCMS in realtime... Which is mostly done, but needs some modification of the script used to import the historical data...
BTW: The data is from January...
Greetz
Mircsicz