-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Add docs for energyzero integration #25437
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
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,53 @@ | ||
| --- | ||
| title: EnergyZero | ||
| description: Instructions on how to integrate EnergyZero within Home Assistant. | ||
| ha_category: | ||
| - Energy | ||
| ha_release: 2023.2 | ||
| ha_iot_class: Cloud Polling | ||
| ha_config_flow: true | ||
| ha_codeowners: | ||
| - '@klaasnicolaas' | ||
| ha_domain: energyzero | ||
| ha_platforms: | ||
| - sensor | ||
| ha_quality_scale: platinum | ||
| ha_integration_type: integration | ||
| --- | ||
|
|
||
| The EnergyZero integration integrates the [EnergyZero](https://www.energyzero.nl/) API platform with Home Assistant. | ||
|
|
||
| The integration makes it possible to retrieve the dynamic energy/gas prices | ||
| from EnergyZero in order to gain insight into the price trend of the day and | ||
| to adjust your consumption accordingly. | ||
|
|
||
| Partners who purchase their energy through EnergyZero: | ||
|
|
||
| - [ANWB Energie](https://www.anwb.nl/huis/energie/anwb-energie) | ||
| - [Mijndomein Energie](https://www.mijndomein.nl/energie) | ||
| - [Energie van Ons](https://www.energie.vanons.org) | ||
| - [GroeneStroomLokaal](https://www.groenestroomlokaal.nl) | ||
|
|
||
| {% include integrations/config_flow.md %} | ||
|
|
||
| ## Sensors | ||
|
|
||
| The EnergyZero integration creates a number of sensor entities for both gas and electricity prices. | ||
|
|
||
| ### Energy market price | ||
|
|
||
| Every day around **14:00 UTC time**, the new prices are published for the following day. | ||
|
|
||
| - The `current` and `next hour` electricity market price | ||
| - Average electricity price of the day | ||
| - Lowest energy price | ||
| - Highest energy price | ||
| - Time of day when the price is highest | ||
| - Time of day when the price is at its lowest | ||
| - Percentage of the current price compared to the maximum price | ||
|
|
||
| ### Gas market price | ||
|
|
||
| For the dynamic gas prices, only entities are created that display the | ||
| `current` and `next hour` price because the price is always fixed for | ||
| 24 hours; new prices are published every morning at **05:00 UTC time**. | ||
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.
Uh oh!
There was an error while loading. Please reload this page.