-
Notifications
You must be signed in to change notification settings - Fork 1
Home

This wiki contains collateral documentation for the EPrices project — extra guides, examples, and “cookbook” pages that complement the main repository files.
The goal is to keep the main repo clean and stable (especially eprices.yaml), while giving users a place to find:
- Practical configuration examples (Home Assistant templates, fee models, etc.)
- Explanations of behaviors (fetch scheduling, NVS persistence, negative price handling)
- Optional/advanced modifications that some users may want, without making the default setup more complex
This wiki is written to be version-agnostic (universal). For the authoritative current version, release notes, and implementation details, always check the main repository files linked below.
-
Project overview and installation: README.md
https://github.com/Legolas-2025/EPrices/blob/main/README.md -
Current version and release summary: VERSION.md
https://github.com/Legolas-2025/EPrices/blob/main/VERSION.md -
Full changelog / detailed changes: CHANGELOG.md
https://github.com/Legolas-2025/EPrices/blob/main/CHANGELOG.md
-
Fee models & contract cookbook:
FEE-MODELS.md
(How to model fixed adders, percentage markups, VAT, floors/caps, and country-specific billing rules.) -
Migration notes: If you are migrating from the predecessor project, use
ENTSO-E-PRICES-MIGRATION.mdin the main repository: https://github.com/Legolas-2025/EPrices/blob/main/ENTSO-E-PRICES-MIGRATION.md
If you have a contract model, country-specific billing behavior, or template sensor pattern that you think should be documented, open an issue or pull request in the main repository, or send the content to the maintainer to be added here.