-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
23bafeb
commit 9e1c873
Showing
11 changed files
with
100 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
id: edf-tempo | ||
title: Display EDF Tempo days on your dashboard | ||
sidebar_label: EDF Tempo | ||
--- | ||
|
||
In France, EDF provides a service [EDF Tempo](https://particulier.edf.fr/fr/accueil/gestion-contrat/options/tempo.html) where the cost of electricity is generally cheaper all year round, except on certain "white" and "red" days when the price of electricity is much higher. | ||
In 2024, there are 301 blue days, 43 white days and 22 red days. | ||
This type of contract is practical for users who can easily shift their usage. | ||
|
||
### EDF Tempo and home automation | ||
|
||
In Gladys, you can view the current status of the Tempo option on your dashboard: full hour / off-peak hour and the color of the current day / next day. | ||
|
||
Off-peak time : | ||
|
||
![Off-peak time](../../static/img/docs/en/dashboard/edf-tempo/off-peak-time.png) | ||
|
||
Peak time : | ||
|
||
![Peak time](../../static/img/docs/en/dashboard/edf-tempo/peak-time.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
id: edf-tempo | ||
title: Save on your electricity bill with EDF Tempo and Gladys | ||
sidebar_label: EDF Tempo | ||
--- | ||
|
||
In France, EDF provides a service [EDF Tempo](https://particulier.edf.fr/fr/accueil/gestion-contrat/options/tempo.html) where the cost of electricity is generally cheaper all year round, except on certain "white" and "red" days when the price of electricity is much higher. | ||
In 2024, there are 301 blue days, 43 white days and 22 red days. | ||
This type of contract is practical for users who can easily shift their usage. | ||
|
||
### Automatic scenarios with Gladys | ||
|
||
In Gladys, you can retrieve the current status of the Tempo day in a scene, and find out whether we're in peak/off-peak mode. | ||
To do this, create a "Condition on EDF-Tempo" scene action: | ||
|
||
![EDF Tempo scenes](../../static/img/docs/en/scenes/edf-tempo/edf-tempo-scenes.png) | ||
|
||
This condition may block execution of the scene if the condition is not met. | ||
|
||
This condition allows you to create all types of smart scenes: | ||
|
||
- Start the washing machine ONLY if it's a blue day | ||
- In the morning at 8 a.m., if it's a red day, send me a message on Telegram | ||
- In the evening at 7pm, if the next day is a red day, send me a message to warn me to start the dishwasher this evening. | ||
In short, the possibilities are endless! |
23 changes: 23 additions & 0 deletions
23
i18n/fr/docusaurus-plugin-content-docs/current/dashboard/edf-tempo.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
id: edf-tempo | ||
title: Afficher les jours EDF Tempo sur votre tableau de bord | ||
sidebar_label: EDF Tempo | ||
--- | ||
|
||
En France, EDF fournit un service [EDF Tempo](https://particulier.edf.fr/fr/accueil/gestion-contrat/options/tempo.html) où le coût de l'électricité est globalement moins cher toute l'année, sauf certains jours "blancs" et "rouges" où le prix de l'électricité est bien plus cher. | ||
|
||
En 2024, il y a 301 jours bleus, 43 jours blancs et 22 jours rouges. | ||
|
||
Ce type de contrat est pratique pour les utilisateurs pouvant facilement décaler leurs usages. | ||
|
||
### EDF Tempo et la domotique | ||
|
||
Dans Gladys, il est possible de visualiser sur son tableau de bord l'état actuel de l'option Tempo : heure pleine / heure creuse et la couleur du jour actuel / jour suivant. | ||
|
||
En heure creuse : | ||
|
||
![Heure creuse](../../../../../static/img/docs/fr/dashboard/edf-tempo/heure-creuse.png) | ||
|
||
En heure pleine : | ||
|
||
![Heure pleine](../../../../../static/img/docs/fr/dashboard/edf-tempo/heure-pleine.png) |
29 changes: 29 additions & 0 deletions
29
i18n/fr/docusaurus-plugin-content-docs/current/scenes/edf-tempo.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
id: edf-tempo | ||
title: Faire des économies sur sa facture d'électricité avec EDF Tempo et Gladys | ||
sidebar_label: EDF Tempo | ||
--- | ||
|
||
En France, EDF fournit un service [EDF Tempo](https://particulier.edf.fr/fr/accueil/gestion-contrat/options/tempo.html) où le coût de l'électricité est globalement moins cher toute l'année, sauf certains jours "blancs" et "rouges" où le prix de l'électricité est bien plus cher. | ||
|
||
En 2024, il y a 301 jours bleus, 43 jours blancs et 22 jours rouges. | ||
|
||
Ce type de contrat est pratique pour les utilisateurs pouvant facilement décaler leurs usages. | ||
|
||
### Des scénarios automatiques avec Gladys | ||
|
||
Dans Gladys, vous pouvez dans une scène aller chercher l'état actuel du jour Tempo et si nous sommes en heure pleine/heure creuse. | ||
|
||
Pour ceci, créez une action de scène "Condition sur EDF-Tempo" : | ||
|
||
![EDF Tempo scènes](../../../../../static/img/docs/fr/scenes/edf-tempo/edf-tempo-scenes.png) | ||
|
||
Cette condition pourra bloquer l'exécution de la scène si la condition n'est pas vérifiée. | ||
|
||
Cette condition vous permet de créer tout type de scènes intelligentes : | ||
|
||
- Lancer la machine à laver UNIQUEMENT si on est en jour bleu | ||
- Le matin à 8h, si on est en jour rouge, m'envoyer un message sur Telegram | ||
- Le soir à 19h, si le lendemain est un jour rouge, m'envoyer un message pour me prévenir de lancer le lave vaisselle ce soir | ||
|
||
Bref, les possibilités sont illimitées ! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.