Skip to content

Commit ed1a976

Browse files
titilambertfabaff
authored andcommitted
Add hydroquebec sensor documentation (home-assistant#1581)
1 parent fe8ab8c commit ed1a976

File tree

2 files changed

+104
-0
lines changed

2 files changed

+104
-0
lines changed
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
layout: page
3+
title: "Hydro-Québec"
4+
description: "Instructions how to integrate Hydro-Québec consumption profile within Home Assistant."
5+
date: 2016-12-10 0:15
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: hydroquebec.svg
11+
ha_category: Energy
12+
ha_release: 0.35
13+
ha_iot_class: "Cloud Polling"
14+
---
15+
16+
17+
Integrate your [Hydro-Québec](https://www.hydroquebec.com/portail/) consumption profile information into Home Assistant.
18+
19+
```yaml
20+
# Example configuration.yaml entry
21+
ensor:
22+
- platform: hydroquebec
23+
username: MYUSERNAME
24+
password: MYPASSWORD
25+
monitored_variables:
26+
- period_total_bill
27+
- period_length
28+
- period_total_days
29+
- period_mean_daily_bill
30+
- period_mean_daily_consumption
31+
- period_total_consumption
32+
- period_lower_price_consumption
33+
- period_higher_price_consumption
34+
- yesterday_total_consumption
35+
- yesterday_lower_price_consumption
36+
- yesterday_higher_price_consumption
37+
```
38+
39+
Configuration variables:
40+
41+
- **username** (*Required*): The App Token for your account.
42+
- **password** (*Required*): The App Token for your account.
43+
- **monitored_variables** array (*Required*): Variables to monitor.
44+
- **period_total_bill** : Current period bill
45+
- **period_length**: Current period length
46+
- **period_total_days**: Total number of days in this period
47+
- **period_mean_daily_bill**: Period daily average bill
48+
- **period_mean_daily_consumption**: Period daily average consumption
49+
- **period_total_consumption**: Total Consumption
50+
- **period_lower_price_consumption**: Period Lower price consumption
51+
- **period_higher_price_consumption**: Period Higher price consumption
52+
- **yesterday_total_consumption**: Yesterday total consumption
53+
- **yesterday_lower_price_consumption**: Yesterday lower price consumption
54+
- **yesterday_higher_price_consumption**: Yesterday higher price consumption
Lines changed: 50 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)