Conversation
…oad data retrieval
…ecast provider association
…rConfigurationError for energy load history errors handling
…mputed properties
…factory and data retrieval methods
…istory provider configurations
…sistant API energy load history
…me Assistant entity
…home forecast providers
…nsumption patterns
…pdate related references.
…provider adapter implementations
…configurable data retrieval Co-authored-by: Copilot <copilot@github.com>
…ic devices Co-authored-by: Copilot <copilot@github.com>
…ast providers and services Co-authored-by: Copilot <copilot@github.com>
…ng dependencies and insufficient data Co-authored-by: Copilot <copilot@github.com>
…orecast providers Co-authored-by: Copilot <copilot@github.com>
… and its implementation
…nsumption Co-authored-by: Copilot <copilot@github.com>
…nsumption Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
…kforecast provider Co-authored-by: Copilot <copilot@github.com>
…terRecursive instantiation Co-authored-by: Copilot <copilot@github.com>
…ovider and update related schemas and entities Co-authored-by: Copilot <copilot@github.com>
…astProvider and update related models and schemas Co-authored-by: Copilot <copilot@github.com>
…ecast providers documentation Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
…ate methods Co-authored-by: Copilot <copilot@github.com>
…ptimization service
…ion and ML forecast providers
…ile forecast provider Co-authored-by: Copilot <copilot@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR introduces home load monitoring and forecasting — the system now tracks household appliance energy consumption (boiler, EV charger, dishwasher, etc.) and predicts future usage. This allows the mining engine to make smarter start/stop decisions based on expected household demand.
What's New
home_load.total_forecast.next_2h.avg_power) so you can write conditions like "don't mine if the house will need more than 3 kW in the next hour".How It Works (High Level)
Example Rules