see values from graph

The graphs that I see in The Dude are based on values stored in a database or file. Is there any way to view that data? Reason I want this is that I want to see what the highest value was in the past for one of the graphs…

Thanks!

You can but if you are running v4 it will be much harder… If you are still running 3.6 you can add the graph to a chart then go into the data source and see values directly. They removed that when they went to 4.x.

The data is stored in RRD style although I am not certain if it is exactly Tobias Oetiker’s RRD that is being used. Anyhow if you have 4x you will need to use Sqlite3 or some other sqlite database editor, Make a copy and open the dude.db file and extract the data manually by identifying the device by name then the graph by the system ID or what ever the internal tracking is.

GL
Lebowski