Show last n values of a sensor

Hi,
I try to track some health stats but I have a hard time visualizing it properly.

Say I want to see how my weight/body fat/etc is evolving but I weigh myself every 2 days, sometimnes 5 days etc.
Is there a way to show the last 6 values of a sensor in the dashboard.
I only managed to display different graphs but I always have to hover over them to see values.

Thank you

Nils

Not directly, but you could set up a sensor like this:

but set it to trigger off a change to the source sensor state rather than each minute; or use a set of SQL sensors:

See the examples section.

1 Like