You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each color represents an energy price (I'm on Tempo pricing), you can clearly see the white days that appeared in late November with the return of cold weather 🥶
35
+
36
+
### 2. **Through the Enedis integration on Gladys Plus (France only)**
37
+
38
+
:::note For French users
39
+
This option is specific to France and requires a Linky meter with an Enedis account.
40
+
:::
41
+
42
+
The Enedis integration allows you to retrieve the recorded values from your Linky meter, automatically sent to Enedis once a day.
43
+
44
+
This integration works without hardware, but it has the drawback of only returning consumption once a day, unlike the ZLinky which sends data live every 60 seconds.
45
+
46
+
To configure Enedis, go to [this tutorial](/integrations/enedis/).
47
+
48
+
### 3. **With a Zigbee plug that measures consumption (international)**
49
+
50
+
This is the recommended option for international users. Ideal for tracking a specific appliance. At my place, I use this NOUS plug to track my washing machine's consumption for example:
51
+
52
+
[NOUS A1Z plug with consumption measurement on Domadoo](https://www.domadoo.fr/fr/prises-connectees/6165-nous-prise-intelligente-zigbee-30-mesure-de-consommation-5907772033517.html?domid=17)
53
+
54
+
### 4. **With a custom MQTT device (international)**
55
+
56
+
This option works worldwide. If you have a smart meter or devices that return consumption values in kWh, you can integrate them with Gladys Assistant using the MQTT integration.
57
+
58
+
To do this, you need devices in the MQTT integration with 3 features:
59
+
60
+
1. An "Energy sensor / Index" feature, which corresponds to your device's index in kWh.
61
+
2. An "Energy sensor / 30-minute consumption" feature, which corresponds to your device's consumption in kWh over the last 30 minutes.
62
+
3. An "Energy sensor / 30-minute cost" feature, which corresponds to your device's cost in euros or dollars over the last 30 minutes.
63
+
64
+
The first feature must be filled via MQTT by you. The other two will be derived from the first and calculated automatically by Gladys.
65
+
66
+
## Configuration
67
+
68
+
:::info
69
+
You must be on Gladys Assistant 4.66 or higher to use this integration.
70
+
You can update with one click in Gladys system settings.
71
+
:::
72
+
73
+
The order of steps in this tutorial is important!
74
+
75
+
### Step 1: Configure the Enedis integration (optional, France only)
76
+
77
+
:::note For French users
78
+
Skip this step if you're not in France.
79
+
:::
80
+
81
+
If you plan to use the Enedis integration, go to [this tutorial](/integrations/enedis/) and follow the instructions.
82
+
83
+
If you're already using the Enedis integration, you need to go to the integration, "My meters" tab, and check if the device needs a feature update.
84
+
85
+
If an "Update" button is displayed, click on it, then click "Sync with Gladys Plus".
86
+
87
+
At the end of synchronization, you can verify that your Enedis device has properly uploaded data to Gladys by creating a chart on the "Enedis (30-minute consumption)" feature.
88
+
89
+
If you see all your consumption in kWh, great, you can move on to the next step!
90
+
91
+
### Step 2: Configure your energy rates
92
+
93
+
You now need to tell Gladys which energy provider you use and what your rate is.
94
+
95
+
Two options are available: either you're on a contract that Gladys knows and you can import it easily, or you have an unknown contract and you need to configure it manually.
96
+
97
+
Note: The list of energy contracts is open-source and can be modified by anyone on [this GitHub repository](https://github.com/GladysAssistant/energy-contracts).
98
+
99
+
#### Import a contract
100
+
101
+
To configure your contract, go to the "Energy Monitoring" integration, in the "Energy rates" tab, then click "Import":
If you're using the Enedis integration, you should see your meter here, you can select it.
108
+
109
+
Otherwise, you can click "Create an electricity meter" so that Gladys automatically creates a device that will be the "parent" of all your energy sensors in your home.
110
+
111
+
Then, select your contract from the list, then your subscribed power:
If you're on peak/off-peak hours, you'll need to select your contract's schedules.
116
+
117
+
In the case of Tempo, this will create dozens of prices because it will import the entire history of this contract with 6 prices per period!
118
+
119
+
### Manually create a contract
120
+
121
+
If your contract is not in the list, click "Create".
122
+
123
+
You'll need to create one price per period and per price type. If you're on a peak/off-peak hours contract, you'll need to create 2 prices for each period.
124
+
125
+
Example:
126
+
127
+
If in 2024 your energy rate was €0.15/kWh during peak hours and €0.10/kWh during off-peak hours, and in 2025 prices drop by €0.05/kWh, you'll need to create 4 prices:
128
+
129
+
- 2024 peak hours
130
+
- 2024 off-peak hours
131
+
- 2025 peak hours
132
+
- 2025 off-peak hours
133
+
134
+
This can quickly become tedious if your contract changes prices often, which is why I strongly encourage you to add your contract to the shared contract database on [the GitHub repository](https://github.com/GladysAssistant/energy-contracts).
135
+
136
+
It's collaborative and anyone can propose a rate!
137
+
138
+
### Step 3: Update your Zigbee devices
139
+
140
+
In the Zigbee integration, if you had added Zigbee devices measuring consumption **before this update**, you need to update them.
Verify that each device is properly associated with its parent.
153
+
154
+
In Gladys logic, a device's "parent" corresponds to what the device is plugged into.
155
+
156
+
An example hierarchy:
157
+
158
+
```
159
+
- Electricity meter
160
+
- NOUS A1Z plug (Energy consumed)
161
+
- NOUS A1Z plug (30-minute consumption)
162
+
- NOUS A1Z plug (30-minute cost)
163
+
```
164
+
165
+
The hierarchy is very important for Gladys to correctly calculate your consumption cost.
166
+
167
+
### Step 5: Recalculate all historical consumption
168
+
169
+
If your devices have consumption history, you can launch a recalculation of historical 30-minute consumption and 30-minute costs from the "Settings" tab:
0 commit comments