Hi Hans-Jörg,
I tried a similar thing long time ago and ended up in maintaining a dedicated item per equipment holding the last activity and/or the last change:
This finally enabled me to show the time since last change in a widget by using the .fromNow()
method:
badge: =dayjs(items[loop.i.name].state).fromNow()
E.g.:
Btw.: I’ve been following this devolopement silently so far and am impressed by the progress and the clean and modern design. It’s good to see the productive collaboration between you coders and designers. Keep it going!