Warning
Deprecated since january 2024!!!
See this page for more info
Custom component to create Dutch Energy Cap sensors in Home-Assistant. This custom component can create day values for both power and/or gas caps and can summarize it in month values.
- Using your tool of choice open the directory (folder) for your HA configuration (where you find
configuration.yaml
). - If you do not have a
custom_components
directory (folder) there, you need to create it. - In the
custom_components
directory (folder) create a new folder calleddutch_energy_cap
. - Download all the files from the
custom_components/dutch_energy_cap/
directory (folder) in this repository. - Place the files you downloaded in the new directory (folder) you created.
- Restart Home Assistant before further configuration.
- Look at the
Example Configuration
section for further configuration. - Restart Home Assistant again when configuration is done to activate the configuration.
sensor:
- platform: dutch_energy_cap
power: true # (optional, default = true)
gas: false # (optional, default = true)
day_value: true # (optional, default = true)
month_value: false # (optional, default = true)