Missing Values in habmin

Hello all!

I’ve configured persistence and thought I did everything necessary, but am not getting values in habmin.

openhab.cfg:

persistence:default=rrd4j

openhab.log:

Strategies {
	everyMinute : "0 * * * * ?"
	default=everyChange
}

Items {
    * : strategy = everyChange, everyMinute, restoreOnStartup
}

I have a *.rrd file here for each of my items - C:\OpenHAB\etc\rrd4j

But when I look in habmin I don’t see any values:

Can someone point me to what I’m missing?

Thanks

Values don’t show in that last value column, but some items do have vales in the table if I click an item and tell it to update.

Beyond that it appears that persistence is working because when I restart OH items in my sitemap get populate with previous values until updated.

And I’ve also added db4o persistence so I get string and date values saved.

But, if someone can tell me if what I’m seeing is correct or not that would be great.

Thanks

Yes, what you are seeing is correct. I have never seen any values in the “last value” column and there is a thread somewhere here around which states the same.

Edit: btw, nice car :grin:

Thanks on both accounts!