From 9d355bcab26704f91a065b91e45ff4dbe0d2ad31 Mon Sep 17 00:00:00 2001 From: m4dm4rtig4n Date: Sat, 20 Nov 2021 10:28:17 +0100 Subject: [PATCH 1/8] Update issue templates --- .github/ISSUE_TEMPLATE/besoin-d-aide--.md | 16 ++++++++++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 12 ++++++------ 2 files changed, 22 insertions(+), 6 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/besoin-d-aide--.md diff --git a/.github/ISSUE_TEMPLATE/besoin-d-aide--.md b/.github/ISSUE_TEMPLATE/besoin-d-aide--.md new file mode 100644 index 00000000..09f6d749 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/besoin-d-aide--.md @@ -0,0 +1,16 @@ +--- +name: Besoin d'aide ? +about: Besoin d'aide ? +title: "[HELP] - " +labels: help wanted +assignees: m4dm4rtig4n + +--- + +**Description de la fonctionnalité** + + +**Type d'installation** +Docker, HassIO ? + +**Version : X.X.X** diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 938e296e..88305e35 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,19 +1,19 @@ --- name: Bug report -about: Create a report to help us improve +about: Créé un rapport pour m'aider à débug title: "[BUG] - " labels: bug assignees: m4dm4rtig4n --- -**Describe the bug** -A clear and concise description of what the bug is. +**Description du bug** +Merci de me détaillé au mieux le bug et une procédure pour le reproduire si possible. **Configuration** -Share your config.yml without personnel information. +Il me faut la partie enedis_gateway de votre config.yml, sans les PDL et Token. -**Installation type** -Docker or HassIO addons +**Type d'installation** +Docker, HassIO ? **Version : X.X.X** From 642bac2af49f927dffe37a51292b0e223ff148dd Mon Sep 17 00:00:00 2001 From: m4dm4rtig4n Date: Sat, 20 Nov 2021 14:08:04 +0100 Subject: [PATCH 2/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28693771..abed09a5 100755 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ Gateway is work with influxDB version 1.X & 2.X influxdb: host: influxdb port: 8086 - token: USERNAME/PASSWORD + token: USERNAME:PASSWORD org: "-" bucket: "DATABASE/RETENTION" ``` From 58888eb3c40cbb036531a10ab1996216b13a6b1d Mon Sep 17 00:00:00 2001 From: m4dm4rtig4n Date: Sat, 20 Nov 2021 14:10:38 +0100 Subject: [PATCH 3/8] Update issue templates --- .github/ISSUE_TEMPLATE/help-wanted.md | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/help-wanted.md diff --git a/.github/ISSUE_TEMPLATE/help-wanted.md b/.github/ISSUE_TEMPLATE/help-wanted.md deleted file mode 100644 index cc0dd5e0..00000000 --- a/.github/ISSUE_TEMPLATE/help-wanted.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: Help Wanted -about: Need help ? -title: "[HELP] - " -labels: help wanted -assignees: m4dm4rtig4n - ---- - -**What can I do for you?** -A clear and concise description of what you are trying to do. - -**Configuration** -Share your config.yml without personnel information. - -**Installation type** -Docker or HassIO addons - -**Version : X.X.X** From c94574effba27dd8d371324d54d6e4ecc01bb59e Mon Sep 17 00:00:00 2001 From: m4dm4rtig4n Date: Sun, 21 Nov 2021 00:10:50 +0100 Subject: [PATCH 4/8] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index abed09a5..ed7d2163 100755 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ It is possible that various functions disappear or be modified** * Github Repository : https://github.com/m4dm4rtig4n/enedisgateway2mqtt * Docker Hub Images : https://hub.docker.com/r/m4dm4rtig4n/enedisgateway2mqtt * Hassio Addons : https://github.com/alexbelgium/hassio-addons/tree/master/enedisgateway2mqtt +* Saniho Card for Home Assistant : https://github.com/saniho/content-card-linky ## Informations From fe8ed19b33743244f4192889254d6b18b6ee3433 Mon Sep 17 00:00:00 2001 From: m4dm4rtig4n Date: Sun, 21 Nov 2021 23:20:47 +0100 Subject: [PATCH 5/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed7d2163..d1116ae8 100755 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ enedis_gateway: consumption_price_base: 0 production: false production_detail: false - offpeak_hours: "" # USE ONLY IF YOU WANT OVERLOAD DEFAULT VALUE, Format : 22h36-06h00 + offpeak_hours: "" # USE ONLY IF YOU WANT OVERLOAD DEFAULT VALUE, Format : 22h36-06h00;11h30-14h30 addresses: true # YYYYYYYYYYYYYY: # Replace YYYYYYYYYYYYYY by your other PDL Number # token: YOUR_TOKEN From 3debbf258b62c109ade44801c48df929c63ff7c5 Mon Sep 17 00:00:00 2001 From: m4dm4rtig4n Date: Mon, 22 Nov 2021 00:15:58 +0100 Subject: [PATCH 6/8] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d1116ae8..fa8d29e0 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # EnedisGateway2MQTT +Best french discord community about "Domotique & Diy" ? +=> https://discord.gg/DfVJZme + ## IMPORTANT ! **The tool is still under development. It is possible that various functions disappear or be modified** From ee828c04ad3e835a9b375234eac1f47726a8272b Mon Sep 17 00:00:00 2001 From: m4dm4rtig4n Date: Mon, 22 Nov 2021 00:16:15 +0100 Subject: [PATCH 7/8] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa8d29e0..d2b22341 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # EnedisGateway2MQTT -Best french discord community about "Domotique & Diy" ? -=> https://discord.gg/DfVJZme +**Best french discord community about "Domotique & Diy" ?** + +** => https://discord.gg/DfVJZme** ## IMPORTANT ! **The tool is still under development. From df753b947f984543e47016dc16930ce3cc3f3284 Mon Sep 17 00:00:00 2001 From: m4dm4rtig4n Date: Mon, 22 Nov 2021 00:16:30 +0100 Subject: [PATCH 8/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2b22341..556af91c 100755 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **Best french discord community about "Domotique & Diy" ?** -** => https://discord.gg/DfVJZme** +=> https://discord.gg/DfVJZme ## IMPORTANT ! **The tool is still under development.