Persistance values on main ui?

Hi all,

I want to display my net energy delta over the last year. I know I can use the persistance in a rules with .deltaSince(). So I could make a dummy value and display that, but that feel kind of clumsy. Is there a way to do that directly?

thank you

No, there is no way to query persistence in that way from the UI. It has to be done on the server which means it has to be done from a rule.

ok thank you!