Skip to content
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

New tutorial for saving forcast data #352

Open
djs0109 opened this issue Nov 19, 2024 · 1 comment · May be fixed by #363
Open

New tutorial for saving forcast data #352

djs0109 opened this issue Nov 19, 2024 · 1 comment · May be fixed by #363
Assignees
Labels
enhancement New feature or request feature request Request a potential feature

Comments

@djs0109
Copy link
Contributor

djs0109 commented Nov 19, 2024

Is your feature request related to a problem? Please describe.
Right now, the saving of forecast data is very tricky. Currently, @Malte96 finds an approach that might be useful for general use cases.
The basic concept is to use a data structure like this:

{
"id": "WeatherService:001",
"type": "WeatherService",
"forecast": 
{
"type": "StructuredValue",
"value": {
"00:00": 20.2,
"00:30": 20.3,
"01:00": 20.4,
"01:30": 20.5,
"02:00": 20.5,
"02:30": 20.6,
"03:00": 20.6,
"03:30": 20.6,
"04:00": 20.6
}
}
}

Describe the solution you'd like
Add a tutorial to cover these aspect.

  • How to create a data model for such use case?
  • How to save the forecast data in a time series database? How must the Subscriptions look like?
  • How to utilize the historical forecast via QL?
@djs0109 djs0109 added feature request Request a potential feature enhancement New feature or request labels Nov 19, 2024
@djs0109 djs0109 self-assigned this Nov 26, 2024
Copy link

Branch 352-New-tutorial-for-saving-forcast-data created!

@djs0109 djs0109 linked a pull request Dec 3, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature request Request a potential feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant