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 Oct 18, 2023
1 parent 86ee3ce commit 06b0daf
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/devices/chargers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -889,9 +889,9 @@ chargers:

<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/charger -->

## go-eCharger
## go-e

### Gemini, HOME+, HOMEfix (V3)
### Charger Gemini, HOME+, HOMEfix (V3)

<DeviceFeatures features="1p3p,rfid" />

Expand All @@ -913,7 +913,7 @@ chargers:

<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/charger -->

### HOME+, HOMEfix, Pro
### Charger HOME+, HOMEfix, Pro

<DeviceFeatures features="rfid" />

Expand Down
33 changes: 33 additions & 0 deletions docs/devices/meters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1507,6 +1507,39 @@ meters:
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/meter -->
## go-e Controller
<DeviceFeatures features="sponsorfree" />
<Tabs>
<TabItem value="grid" label="Netz" default>
```yaml
meters:
- name: my_grid
type: template
template: go-e-controller
usage: grid
host: 192.0.2.2 # IP-Adresse oder Hostname
```
</TabItem>
<TabItem value="pv" label="PV">
```yaml
meters:
- name: my_pv
type: template
template: go-e-controller
usage: pv
host: 192.0.2.2 # IP-Adresse oder Hostname
```
</TabItem>
</Tabs>
<!-- 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
<DeviceFeatures features="sponsorfree" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -890,9 +890,9 @@ chargers:

<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/charger -->

## go-eCharger
## go-e

### Gemini, HOME+, HOMEfix (V3)
### Charger Gemini, HOME+, HOMEfix (V3)

<DeviceFeatures features="1p3p,rfid" />

Expand All @@ -914,7 +914,7 @@ chargers:

<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/charger -->

### HOME+, HOMEfix, Pro
### Charger HOME+, HOMEfix, Pro

<DeviceFeatures features="rfid" />

Expand Down
33 changes: 33 additions & 0 deletions i18n/en/docusaurus-plugin-content-docs/current/devices/meters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1509,6 +1509,39 @@ meters:
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/meter -->
## go-e Controller
<DeviceFeatures features="sponsorfree" />
<Tabs>
<TabItem value="grid" label="Netz" default>
```yaml
meters:
- name: my_grid
type: template
template: go-e-controller
usage: grid
host: 192.0.2.2 # IP address or hostname
```
</TabItem>
<TabItem value="pv" label="PV">
```yaml
meters:
- name: my_pv
type: template
template: go-e-controller
usage: pv
host: 192.0.2.2 # IP address or hostname
```
</TabItem>
</Tabs>
<!-- 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
<DeviceFeatures features="sponsorfree" />
Expand Down

0 comments on commit 06b0daf

Please sign in to comment.