How to access persistent item values in HABPanel template widget?

Hi,

how can I access persistent (historic) item values in a HABPanel template widget?

With JRuby scripting there is something like item.historic_state(...) (and lots of other nice methods, see Module: OpenHAB::Core::Items::Persistence — openHAB JRuby). Is there something like this in HABPanel?

Regards
Jochen

None that I’m aware of. Historic data is only available for charting, not something you can access in a widget. This is true for HABPanel and MainUI.