Skip to content

Latest commit

 

History

History

electricity

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Electricity (DEPRECATED)

This component has been superseeded by https://github.com/dgomes/ha_erse

This component provides the current tariff of a given electricity operator

Although this component can work alone, it was built as a complement to the utility_meter component. Integration between both is achieved through state sincronization using an automation.

Configuration example

electricity:
  home:
    country: Portugal
    operator: EDP
    plan: Bi-horário - ciclo diário

automation:
  - alias: tariff change
    trigger:
      - platform: state
        entity_id: electricity.<operator_plan>
    action:
      - service: utility_meter.select_tariff
        entity_id: utility_meter.<energy>
        data_template:
          tariff: "{{ trigger.to_state.state }}" 

Supported Plans

Go to https://github.com/dgomes/python-electricity/blob/master/README.md