home-assistant.io/source/_components/sensor.hydroquebec.markdown
2016-12-18 12:24:00 +01:00

1.8 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page Hydro-Québec Instructions how to integrate Hydro-Québec consumption profile within Home Assistant. 2016-12-10 0:15 true false true true hydroquebec.svg Energy 0.35 Cloud Polling

Integrate your Hydro-Québec consumption profile information into Home Assistant.

# Example configuration.yaml entry
ensor:
  - platform: hydroquebec
    username: MYUSERNAME
    password: MYPASSWORD
    monitored_variables:
     - period_total_bill
     - period_length
     - period_total_days
     - period_mean_daily_bill
     - period_mean_daily_consumption
     - period_total_consumption
     - period_lower_price_consumption
     - period_higher_price_consumption
     - yesterday_total_consumption
     - yesterday_lower_price_consumption
     - yesterday_higher_price_consumption

Configuration variables:

  • username (Required): The App Token for your account.
  • password (Required): The App Token for your account.
  • monitored_variables array (Required): Variables to monitor.
    • period_total_bill : Current period bill
    • period_length: Current period length
    • period_total_days: Total number of days in this period
    • period_mean_daily_bill: Period daily average bill
    • period_mean_daily_consumption: Period daily average consumption
    • period_total_consumption: Total Consumption
    • period_lower_price_consumption: Period Lower price consumption
    • period_higher_price_consumption: Period Higher price consumption
    • yesterday_total_consumption: Yesterday total consumption
    • yesterday_lower_price_consumption: Yesterday lower price consumption
    • yesterday_higher_price_consumption: Yesterday higher price consumption