How to get the last time a measurement was updated

Hello @tugom,
Welcome!
Unfortunately this isn’t something that is offered in 1.x.
You would have to periodically check to see if your values have changed or timestamps are new. It’s also challenging because you have to always query for a time range you. You can’t just look at last() value across all of your data.

You can do the latter with 3.x though.

1 Like