-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Show weather data for a specific day #67
Comments
This sounds like a big thing to me, I don't know of any weewx skin with this ability!? I am also very interested in this feature so I will have a look! Will come back to the issue when I got time to think/test an implementation. Just some technical thoughts: |
I am afraid that a big JSON containing all the values of the database would take more and more time being generated, given the fact that the database will grow with time. Having 17 years of data in my database, it would take a very long time to generate and to be transferred by FTP. |
wow your weather page is very cool. Did you design it entirely yourself? |
yes, I designed most of the page of my site by myself |
@Jterrettaz & @Supergamerx3000 Thanks for the input!
My idea was not to rewrite the file every time. I was thinking more about appending the new data, let's say, twice a day. I have no idea yet how to implement that but I guess this could work (some kind of custom weewx service?). With this implementation, it would also be possible to query a custom day-range. For example, the last two weeks of august last year or whatever you can imagine.
This sounds like a quick way to achieve this for every day, I think this could be added into the skin pretty easily. Thanks for this reminder! I will rethink about this a bit, but I think to could be added as an opt-in feature to the skin. |
So I tested around with MQTT, but this is not an option for historical data (had never worked with it before, but it's the way for implementing live data updates for the skin, but that's another issue ;)). @Jterrettaz I think I will include your solution to the skin, thank you again for this idea! Maybe in the future, the skin will include a feature to select not only a specific day but a user-defined date range of days, months or whatever. |
@Daveiano i have updated my weewx an weewx wdc also reanabled the archive https://github.com/Daveiano/weewx-wdc/wiki/Daily-archive the daily archive files are accessible over https://wetter-reichelsheim.de/day-archive/day-2022-08-07.html but in the statistics page the dropdown menü is not shown |
Is your feature request related to a problem? Please describe.
No only a Feature Request
Describe the solution you'd like
If I go to statistics, the entire data period is currently displayed.
I would like to change the dates above to see a specific day. So I can also see the high/low temp, wind data, rain etc... from that specific day that I have selected.
The text was updated successfully, but these errors were encountered: