diff --git a/docs/dashboard/edf-tempo.md b/docs/dashboard/edf-tempo.md new file mode 100644 index 00000000..1b244cbe --- /dev/null +++ b/docs/dashboard/edf-tempo.md @@ -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) diff --git a/docs/scenes/edf-tempo.md b/docs/scenes/edf-tempo.md new file mode 100644 index 00000000..388346a8 --- /dev/null +++ b/docs/scenes/edf-tempo.md @@ -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! diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/dashboard/edf-tempo.md b/i18n/fr/docusaurus-plugin-content-docs/current/dashboard/edf-tempo.md new file mode 100644 index 00000000..b19d9c76 --- /dev/null +++ b/i18n/fr/docusaurus-plugin-content-docs/current/dashboard/edf-tempo.md @@ -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) diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/scenes/edf-tempo.md b/i18n/fr/docusaurus-plugin-content-docs/current/scenes/edf-tempo.md new file mode 100644 index 00000000..2d2d4515 --- /dev/null +++ b/i18n/fr/docusaurus-plugin-content-docs/current/scenes/edf-tempo.md @@ -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 ! diff --git a/sidebars.js b/sidebars.js index 2e0fa3d9..b57172c6 100644 --- a/sidebars.js +++ b/sidebars.js @@ -55,6 +55,7 @@ module.exports = { "scenes/scheduled-trigger", "scenes/calendar-event-is-coming-trigger", "scenes/calendar-event-is-running-condition", + "scenes/edf-tempo", "scenes/turn-on-off-the-switches-action", "scenes/get-last-device-state-action", "scenes/wait-action", @@ -83,6 +84,7 @@ module.exports = { "dashboard/camera", "dashboard/devices-in-room", "dashboard/chart", + "dashboard/edf-tempo", ], }, { diff --git a/static/img/docs/en/dashboard/edf-tempo/off-peak-time.png b/static/img/docs/en/dashboard/edf-tempo/off-peak-time.png new file mode 100644 index 00000000..567786d4 Binary files /dev/null and b/static/img/docs/en/dashboard/edf-tempo/off-peak-time.png differ diff --git a/static/img/docs/en/dashboard/edf-tempo/peak-time.png b/static/img/docs/en/dashboard/edf-tempo/peak-time.png new file mode 100644 index 00000000..412a1db0 Binary files /dev/null and b/static/img/docs/en/dashboard/edf-tempo/peak-time.png differ diff --git a/static/img/docs/en/scenes/edf-tempo/edf-tempo-scenes.png b/static/img/docs/en/scenes/edf-tempo/edf-tempo-scenes.png new file mode 100644 index 00000000..a1af4e62 Binary files /dev/null and b/static/img/docs/en/scenes/edf-tempo/edf-tempo-scenes.png differ diff --git a/static/img/docs/fr/dashboard/edf-tempo/heure-creuse.png b/static/img/docs/fr/dashboard/edf-tempo/heure-creuse.png new file mode 100644 index 00000000..f66e0a2c Binary files /dev/null and b/static/img/docs/fr/dashboard/edf-tempo/heure-creuse.png differ diff --git a/static/img/docs/fr/dashboard/edf-tempo/heure-pleine.png b/static/img/docs/fr/dashboard/edf-tempo/heure-pleine.png new file mode 100644 index 00000000..0ecfea13 Binary files /dev/null and b/static/img/docs/fr/dashboard/edf-tempo/heure-pleine.png differ diff --git a/static/img/docs/fr/scenes/edf-tempo/edf-tempo-scenes.png b/static/img/docs/fr/scenes/edf-tempo/edf-tempo-scenes.png new file mode 100644 index 00000000..11db0274 Binary files /dev/null and b/static/img/docs/fr/scenes/edf-tempo/edf-tempo-scenes.png differ