Skip to content

Commit

Permalink
Generate docs from templates
Browse files Browse the repository at this point in the history
  • Loading branch information
andig authored and github-actions[bot] committed Jan 26, 2024
1 parent 4bc7c78 commit a9b0ac0
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 2 deletions.
49 changes: 48 additions & 1 deletion docs/devices/meters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1890,7 +1890,9 @@ meters:
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/meter -->
## GoodWe ET/EH/BH/BT Hybrid Inverter
## GoodWe
### ET/EH/BH/BT Hybrid Inverter
<DeviceFeatures features="" />
Expand Down Expand Up @@ -1989,6 +1991,51 @@ meters:
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/meter -->
### GoodWe over Wifi
<DeviceFeatures features="" />
<Tabs>
<TabItem value="grid" label="Netz" default>
```yaml
meters:
- name: my_grid
type: template
template: goodwe-wifi
usage: grid
uri: # HTTP(S) Adresse (optional)
```
</TabItem>
<TabItem value="pv" label="PV">
```yaml
meters:
- name: my_pv
type: template
template: goodwe-wifi
usage: pv
uri: # HTTP(S) Adresse (optional)
```
</TabItem>
<TabItem value="battery" label="Batterie">
```yaml
meters:
- name: my_battery
type: template
template: goodwe-wifi
usage: battery
uri: # HTTP(S) Adresse (optional)
```
</TabItem>
</Tabs>
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/meter -->
## Growatt
### Hybrid Inverter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1892,7 +1892,9 @@ meters:
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/meter -->
## GoodWe ET/EH/BH/BT Hybrid Inverter
## GoodWe
### ET/EH/BH/BT Hybrid Inverter
<DeviceFeatures features="" />
Expand Down Expand Up @@ -1991,6 +1993,51 @@ meters:
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/meter -->
### GoodWe over Wifi
<DeviceFeatures features="" />
<Tabs>
<TabItem value="grid" label="Netz" default>
```yaml
meters:
- name: my_grid
type: template
template: goodwe-wifi
usage: grid
uri: # HTTP(S) address (optional)
```
</TabItem>
<TabItem value="pv" label="PV">
```yaml
meters:
- name: my_pv
type: template
template: goodwe-wifi
usage: pv
uri: # HTTP(S) address (optional)
```
</TabItem>
<TabItem value="battery" label="Batterie">
```yaml
meters:
- name: my_battery
type: template
template: goodwe-wifi
usage: battery
uri: # HTTP(S) address (optional)
```
</TabItem>
</Tabs>
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/meter -->
## Growatt
### Hybrid Inverter
Expand Down

0 comments on commit a9b0ac0

Please sign in to comment.