Rain totals (numerical) by

Is it possible to have a numerical rain total by week, month, quarter, or year (selectable). The provided graph doesn’t really do it - I’d like to track totals in numbers more than just what reads as today and yesterday. A selectable range would be nice.

That is all in the History tab.

Understood, but that tab doesn’t address what I was asking. What I’m looking to see is, say it rained 2.0 inches last week then 0.50 this week. Then various amounts for the next several weeks. Id like to be able to filter that numerical data visually in maybe a card and ultimately see something like - weekly, monthly quarterly , annually with visual pre-calculated numbers, not what I call a sliding graph like what is displayed in the history tab - it doesn’t total the amounts over time.

@gizmoev Something like this. - As you can see the numerical data is empty. This is a Home Assistant card I was trying to create to fill in the numerical information.

image

I’m not sure what history tab you are looking at because what I see only shows numerical data and no graphs. You can get graphs from the card view, of course. I’m talking about the History tab.
Screenshot_20220717-233636_Tempest

Then pick your interval and date.

1 Like

My apologies, I do see that (now). I guess my question would be how can I extract that data to a card, so I can use it in my Home Assistant dashboard, similarly to the way it’s displayed in the history tab in Tempest.

Did you ever figure this out? I am trying to do the exact same thing. Heck, I can’t even figure out how to get the historical data into Home Assistant at all.
I have considered trying to build a history database and save yesterday’s rain total to it, and use that along with some scripting to show me weekly, month, year to date, and all time using grafana or something like that. But its just a pipe dream right this second…
I would love to hear any other ideas anyone else has? It really should just do this since the history data is there?

You can get the data using the REST API, filterable by date range, exported as a CSV. Then import into Excel/Sheets to get graphs.

https://weatherflow.github.io/Tempest/api/swagger/#!/observations/getObservationsByDeviceId

For your Home Assistant integration, you can do the same thing programmatically and parsed in.