From a9b0ac0fb5e6f0968b43cbd7412ea2f36f812c8b Mon Sep 17 00:00:00 2001 From: andig Date: Fri, 26 Jan 2024 15:00:34 +0000 Subject: [PATCH] Generate docs from templates --- docs/devices/meters.mdx | 49 ++++++++++++++++++- .../current/devices/meters.mdx | 49 ++++++++++++++++++- 2 files changed, 96 insertions(+), 2 deletions(-) diff --git a/docs/devices/meters.mdx b/docs/devices/meters.mdx index ca37594ca2..47f72bf1d5 100644 --- a/docs/devices/meters.mdx +++ b/docs/devices/meters.mdx @@ -1890,7 +1890,9 @@ meters: -## GoodWe ET/EH/BH/BT Hybrid Inverter +## GoodWe + +### ET/EH/BH/BT Hybrid Inverter @@ -1989,6 +1991,51 @@ meters: +### GoodWe over Wifi + + + + + + +```yaml +meters: + - name: my_grid + type: template + template: goodwe-wifi + usage: grid + uri: # HTTP(S) Adresse (optional) +``` + + + + +```yaml +meters: + - name: my_pv + type: template + template: goodwe-wifi + usage: pv + uri: # HTTP(S) Adresse (optional) +``` + + + + +```yaml +meters: + - name: my_battery + type: template + template: goodwe-wifi + usage: battery + uri: # HTTP(S) Adresse (optional) +``` + + + + + + ## Growatt ### Hybrid Inverter diff --git a/i18n/en/docusaurus-plugin-content-docs/current/devices/meters.mdx b/i18n/en/docusaurus-plugin-content-docs/current/devices/meters.mdx index 51ad15c7d7..4a96ff62a6 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/devices/meters.mdx +++ b/i18n/en/docusaurus-plugin-content-docs/current/devices/meters.mdx @@ -1892,7 +1892,9 @@ meters: -## GoodWe ET/EH/BH/BT Hybrid Inverter +## GoodWe + +### ET/EH/BH/BT Hybrid Inverter @@ -1991,6 +1993,51 @@ meters: +### GoodWe over Wifi + + + + + + +```yaml +meters: + - name: my_grid + type: template + template: goodwe-wifi + usage: grid + uri: # HTTP(S) address (optional) +``` + + + + +```yaml +meters: + - name: my_pv + type: template + template: goodwe-wifi + usage: pv + uri: # HTTP(S) address (optional) +``` + + + + +```yaml +meters: + - name: my_battery + type: template + template: goodwe-wifi + usage: battery + uri: # HTTP(S) address (optional) +``` + + + + + + ## Growatt ### Hybrid Inverter