#"Data Table Card"?

1 messages · Page 1 of 1 (latest)

signal prawn
#

Trying to figure out how to create card that is a simple table of the N most recent values from a sensor and the date-times the value was reported. This seems to be an obvious feature but I can figure out how to create it Example

signal prawn
#

The only thing I've found that gives me close to what I want is this but it's broken.

  1. It doesn't auto update.
  2. If you refresh the screen or exit the dashboard and return to force an update, the values disappear until you open the card in the editor again.
    It looks abandoned. It hasn't been updated in two years
    Is there anything else that can create history sensor data tables on a dashboard?
wooden flint
#

Hmm must it be a table? A graph card will display the same data but graphically.

#

You can build a table in HTML using the markdown card. But how to access past values of a sensor using a template so that you can pass it to the markdown card...that I'm not so sure.