Comment on Self-hosted meteo apps ?
infeeeee@lemmy.zip 1 week ago
I already use HomeAssistant and it has a nice graph interface, you can add any data you want. Plus I have a zigbee temp and humidity sensor on the balcony, so I can add local data to the one coming from external sources. E.g. here is a temperature graph, blue is the temperature from OpenWeatherMap, yellow is an indoor sensor. It shows daily mean, min and max for the last 30 days: Image
You can find built in weather integrations here: www.home-assistant.io/integrations/?cat=weather
interdimensionalmeme@lemmy.ml 1 week ago
Yes, that’s starting to look like it. Does it let you zoom out to the whole year without a page load ?
Also, does it work without a local sensor ?
infeeeee@lemmy.zip 1 week ago
There is a history dashboard where you can change the date and which sensors you want to display: www.home-assistant.io/integrations/history/ You don’t zoom but you have to add dates, same 2 sensors look like this there:
Image
But it depends on the sensor if it supports this long term statistics, by default all data is saved only for 10 days, you can change these settings.
interdimensionalmeme@lemmy.ml 6 days ago
Thanks that looks like the most attainable way for now. But I would like to have more data in there, such as season temperature trend, 10th and 90th percentile historical values and min/max temperature records, to give context to the data. Also have precipitation. Be able to zoom in and out of the data to get more find grain minute-by-minute, or see the last 5 years at once, and be able to move the “X” position in time, so that I could watch the data, at the minute level, but from 4 years ago. Also I would hope to see the 7 day temperature prediction line
Like this, where the yellow line represents “now” and to the right is predictions
Image
OminousOrange@lemmy.ca 1 week ago
Extending history by a lot isn’t recommended. A database add-on is recommended for long term storage.
infeeeee@lemmy.zip 1 week ago
I store it in mariadb