-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate the actual data of the past X hours - instead of probability #22
Comments
Thank you @meevil! The document you mention describes the MOSMIX format for the forecasts. The "last X hours" only defines the time span relative to the reference time. Usually, these values are then also only provided every x hours, so e.g.
So probably not exactly what you are looking for. If you are looking for actual measurements, you need the data from the weather reports, e.g. https://opendata.dwd.de/weather/weather_reports/poi/10736-BEOB.csv Those indeed have a history and also stuff like I currently thinking of providing the "raw" data from the MOSMIX forecasts and the weather reports via additional separate sensors that can be enabled optionally as nice JSON objects, similar to the forecasts, but without any further processing, so that you would e.g. have keys like |
Hi @hg1337 , thanks a lot for your quick and long explanation. I must be absolutely honest: I wish i would have half the knowledge you have .-) Maybe it helps, if i further explain, what i am using your integration for: However, using the forecast isn't perfect, as i it is (1.) a forecast and (2.) if it just rained a lot and then stops for the next 10 hours, the water pump will still be turned on again, right after it poured. So, I'd be happy, if i would know, how much it (probably) actually rained within the last 6 or 10 or 12 hours - whatever DWD is providing. So, I especially can't really tell the consequences of this "but without any further processing, so that you would e.g. have keys like RR6c or precipitation_amount_last_24_hours and the corresponding values for the corresponding timestamp." I am sorry, that I am not of much help :-) but i hope you understand what I am aiming for. |
@meevil I haven't looked into it, but maybe there are (/ DIY) local weather station which meassure precipitation, which you could stick next to your flower bed. 🤔 PS:
First of all, I read "Hochbett" ("Loft bed" in English) and was super confused why you wanted to water your bed 🤣 |
Hi, I love your HA integration.
Is there a chance to include sensors, that show the actual past situation, e.g. for precipitation.
I'd like to have a sensor, that tells me the actual precipitation of the last X hours.
So instead of the probability, I'd like to see what happened in the past.
According to this (https://opendata.dwd.de/weather/lib/MetElementDefinition.xml), there are several data points that show weather data of "last X hours."
In my case, this data point should tell how much it rained in the past 6 hours, right?
RR6 kg / m2 Total precipitation during the last 6 hoursSorry, if I am completely wrong.
The text was updated successfully, but these errors were encountered: