From 230051ff0f0d2f222dbf4d83768439508b4e346f Mon Sep 17 00:00:00 2001 From: Diogo Gomes Date: Fri, 25 Aug 2023 17:38:34 +0100 Subject: [PATCH] Update README.md Example utility_meter configuration --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 8922283..83909f8 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,26 @@ Your `utility_meter` must have the proper tarifs: That is it! +## Example `utility_meter` configuration + +``` +utility_meter: + daily_energy: + source: sensor.energia_rede_importada + cycle: daily + tariffs: + - Fora de Vazio + - Vazio + monthly_energy: + source: sensor.energia_rede_importada + cycle: monthly + tariffs: + - Fora de Vazio + - Vazio + offset: + days: 20 +``` + # Help Join me at [CPHA Discord](https://discord.gg/Mh9mTEA)