Efergy
Integrate your Efergy meter information into Home Assistant.
Setup
To get an app token:
- Log in to your Efergy account
- Go to the Settings page
- Click on App tokens
- Click “Add token”
Configuration
To enable the sensor, add the following lines to your configuration.yaml
:
# Example configuration.yaml entry
sensor:
- platform: efergy
app_token: APP_TOKEN
utc_offset: UTC_OFFSET
monitored_variables:
- type: instant_readings
- type: budget
- type: cost
period: day
currency: $
- type: amount
period: day
- type: current_values
Configuration Variables
Some variables (currently only the daily_cost) require that the negative number of minutes your timezone is ahead/behind UTC time.
Variables to monitor.
Name of the variable.
The cost for energy consumption (with the tariff that has been set in Efergy) over a given period.
Some variables take a period argument. Valid options are “day”, “week”, “month”, and “year”.
Help us to improve our documentation
Suggest an edit to this page, or provide/view feedback for this page.
Suggest an edit to this page, or provide/view feedback for this page.