Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

dvandonkelaar/homeassistant_dutch_energy_cap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warning

Deprecated since january 2024!!!
See this page for more info

Dutch Energy Cap

hacs_badge made-with-python Open Source Love png1

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.

Installation

  1. Using your tool of choice open the directory (folder) for your HA configuration (where you find configuration.yaml).
  2. If you do not have a custom_components directory (folder) there, you need to create it.
  3. In the custom_components directory (folder) create a new folder called dutch_energy_cap.
  4. Download all the files from the custom_components/dutch_energy_cap/ directory (folder) in this repository.
  5. Place the files you downloaded in the new directory (folder) you created.
  6. Restart Home Assistant before further configuration.
  7. Look at the Example Configuration section for further configuration.
  8. Restart Home Assistant again when configuration is done to activate the configuration.

Example Configuration

SENSOR - CONFIGURATION.YAML
  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)

About

Provide Dutch Energy Cap Sensors to Home Assistant

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages