--
You received this message because you are subscribed to the Google Groups "openhab" group.
To view this discussion on the web visit https://groups.google.com/d/msg/openhab/-/Vb4o6g9CG5wJ.
To post to this group, send email to ope...@googlegroups.com.
To unsubscribe from this group, send email to openhab+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/openhab?hl=en.
Hi Thomas,
the Time interval is imho long enough, in the case of temperatures i see also events with a lenght of few minutes, the time line should imho show Events from around 2..3 minutes in hour config. I think i should see a line in case of no event over an hour, the legend of the line with name i see, the line itself not.
Regards
Falk
To view this discussion on the web visit https://groups.google.com/d/msg/openhab/-/lK2cOT7GEk8J.
To post to this group, send email to ope...@googlegroups.com.
To unsubscribe from this group, send email to openhab+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/openhab?hl=en.
<rrdchart.png>
Hi Falk,I have just pushed a change (http://code.google.com/p/openhab/source/detail?r=50ff3c3c50f32c45203251172066b63e5c12575b), which makes it possible to have Switches, Dimmers and Rollershutters displayed as well on rrd4j charts. All of these items are mapped to values in the range 0..1.So it still won't look nice, if you do many switches on the same chart (because all lines will be on top of each other), but the general support is now available (in the 1.1 SNAPSHOT build at https://openhab.ci.cloudbees.com/job/openHAB/).
FYI: I plan to provide a much more powerful "expert mode" for rrd4j databases and charts for openHAB 1.1. The rrdtool syntax is very powerful and you can put a lot of information on your charts. Yet, it is pretty complicated for the average user, that's why I started with something simple in openHAB 1.0. The "expert mode" should then make it possible to use things like areas, manual scales etc. (see e.g. https://picasaweb.google.com/118079479345366575052/OpenHAB#5775902578801741570 - this picture is actually cheated, you cannot do such a chart with openHAB 1.0 - but I want to make it possible for 1.1, so stay tuned ;-))
A good up to date documentation of the tricky features in many open source projects is mostly underestimated - (this is no critism! only empirically).
--
You received this message because you are subscribed to the Google Groups "openhab" group.
To view this discussion on the web visit https://groups.google.com/d/msg/openhab/-/ZBxT0T6t-5UJ.
--
You received this message because you are subscribed to the Google Groups "openhab" group.
To view this discussion on the web visit https://groups.google.com/d/msg/openhab/-/rN8_D0L3ql4J.
Seems to work but what about Contact? It seems that one still cannot display Contact type items in rrd4j charts? Is there a simple workaround?
Sam
Seems to work but what about Contact? It seems that one still cannot display Contact type items in rrd4j charts? Is there a simple workaround?
Looks as if I had missed that. Should not be difficult to add it as well - but which way around does it make most sense? CLOSED=0, OPEN=1? Or the other way round (as a magnet contact is "on/active" if it is closed…)?
Looks as if I had missed that. Should not be difficult to add it as well - but which way around does it make most sense? CLOSED=0, OPEN=1? Or the other way round (as a magnet contact is "on/active" if it is closed…)?Thanks Kai, For me the first proposition would make most sense as e.g. my windows are open when the magnet switch is open.
--
You received this message because you are subscribed to the Google Groups "openhab" group.
To view this discussion on the web visit https://groups.google.com/d/msg/openhab/-/0mGfzIGisj8J.
16:18:02.978 WARN o.e.j.servlet.ServletHandler[:553]- /rrdchart.png
java.lang.IllegalStateException: RRD file does not contain RRA: AVERAGE archive
at org.rrd4j.core.RrdDb.findMatchingArchive(Unknown Source)
at org.rrd4j.core.RrdDb.fetchData(Unknown Source)
at org.rrd4j.core.FetchRequest.fetchData(Unknown Source)
at org.rrd4j.data.DataProcessor.fetchRrdData(Unknown Source)
at org.rrd4j.data.DataProcessor.processData(Unknown Source)
at org.rrd4j.graph.RrdGraph.fetchData(Unknown Source)