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 Jul 19, 2023
1 parent 2b22f2a commit 90c52e7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/devices/meters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5023,6 +5023,11 @@ meters:
## Youless Energy Monitor
Zur Erfassung der PV-Produktion wird ein extern angebundenener S0-Erzeugungszähler benötigt.
<Tabs>
<TabItem value="grid" label="Netz" default>
```yaml
meters:
- name: my_grid
Expand All @@ -5032,6 +5037,21 @@ meters:
host: 192.0.2.2 # IP-Adresse oder Hostname
```
</TabItem>
<TabItem value="pv" label="PV">
```yaml
meters:
- name: my_pv
type: template
template: youless
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 -->
## ZCS Azzurro Inverter / Hybrid Inverter
Expand Down

0 comments on commit 90c52e7

Please sign in to comment.