Hi,
I have recently installed and configured RRDTool (http://oss.oetiker.ch/rrdtool/) on my Linkstation to create weather graphs from my ABB EIB weather station by using linknx as "wrapper". Is someone interested learning how this works? If yes, I could write down my experience in some HOWTO.
I could also imagine, that graphs can be created from other values - like
1) timely "traffic" distribution, measured with motion detectors,
2) average duration of lights burning
3) temperatures in a building over time
etc...
AND it could be an option, to extend KnxWeb to show the history graphs for a device ... but this is just an early idea.
Is this of any interest?
Best Regards, Jens
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have created a section "Interesting tools" in the wiki and an entry called "
How to create graphs with RRDTool". You can describe your experience there. It will for sure be interesting.
I log the temperature every minute. I do this every day, week, month and year.
I also want to to display this on a graph.
As far as I've already managed, but the monthly/yearly graph is a bit confusing.
Is it possible to bring rrd-tool to display only the daily minimum and maximum values as a monthly/yearly graph?
I would be very pleased about help!
Thank you very much!
Hannes
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is it possible to bring rrd-tool to display only the daily minimum and maximum values as a monthly/yearly graph
If you have used definitions for MIN and MAX when creating your RRD then you can just use these definitions on the graph.
If you have not used these definitions when creating the RRD you have no chance I think because all you have in your database are average values for the time steps (typically 2hours for monthly or halfday for yearly) defined by your RRD.
Even if you update every minute your RRD typically only stores the 5min average values, again depending on the RRD definition.
Regards, Othmar
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
if you have used the definition as in the wiki above, the following should create the daily min/max graph over the a month time. (at least it does for me)
I run this daily once.
PS.: I know there is an issue with the rendering the negative maximum temperatures - The numbers are ok, but the area-fill could be done better. But I was too lazy to change this by now. You can just switch to lines instead of areas, if you want.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I have recently installed and configured RRDTool (http://oss.oetiker.ch/rrdtool/) on my Linkstation to create weather graphs from my ABB EIB weather station by using linknx as "wrapper". Is someone interested learning how this works? If yes, I could write down my experience in some HOWTO.
I could also imagine, that graphs can be created from other values - like
1) timely "traffic" distribution, measured with motion detectors,
2) average duration of lights burning
3) temperatures in a building over time
etc...
AND it could be an option, to extend KnxWeb to show the history graphs for a device ... but this is just an early idea.
Is this of any interest?
Best Regards, Jens
Hi,
I have created a section "Interesting tools" in the wiki and an entry called "
How to create graphs with RRDTool". You can describe your experience there. It will for sure be interesting.
http://linknx.wiki.sourceforge.net/How+to+create+graphs+with+RRDTool
Regards,
Jean-François
YES!!
I'm VERY interested
(Also how you installed and configured RRD)
Greez
EPIX
OK, good to know. Will do in the next days - latest after the weekend.
BR Jens
Ok, done in a first version
BR auto-mate
Hi!
Unfortunaly I have ha RRD-Tool problem to solve.
I log the temperature every minute. I do this every day, week, month and year.
I also want to to display this on a graph.
As far as I've already managed, but the monthly/yearly graph is a bit confusing.
Is it possible to bring rrd-tool to display only the daily minimum and maximum values as a monthly/yearly graph?
I would be very pleased about help!
Thank you very much!
Hannes
If you have used definitions for MIN and MAX when creating your RRD then you can just use these definitions on the graph.
If you have not used these definitions when creating the RRD you have no chance I think because all you have in your database are average values for the time steps (typically 2hours for monthly or halfday for yearly) defined by your RRD.
Even if you update every minute your RRD typically only stores the 5min average values, again depending on the RRD definition.
Regards, Othmar
hmmm…
I've created my databases like it is described in this howto ->
https://sourceforge.net/apps/mediawiki/linknx/index.php?title=How_to_create_graphs_with_RRDTool
Im sorry im not a rrdtool-Pro.
How should i change this scripts so that they only display the daily max and the daily min temp over a period, for example a month?
Thank you very very very much!
Hi,
if you have used the definition as in the wiki above, the following should create the daily min/max graph over the a month time. (at least it does for me)
I run this daily once.
This is the weekly & 3 day view:
(I made the 3days to have mor details shown)
This is the one, which generates the Annual overview:
Hope that helps, best Regards, Jens.
PS.: I know there is an issue with the rendering the negative maximum temperatures - The numbers are ok, but the area-fill could be done better. But I was too lazy to change this by now. You can just switch to lines instead of areas, if you want.
Hi Jens!
You are my personal Hero!
It works really perfekt and fits to 100 percent!
Thank you very much!
LG Hannes