Skip to content

fix syntax in doc for named meters #859

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/devices/meters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ site:

Auf dieser Seite findest du die Konfigurationen für alle unterstützte Komponenten die als Energiemesspunkte (Zähler) eingebunden werden können.
Nachdem du das Code-Beispiel für deine Zähler angepasst und in die `evcc.yaml` übernommen hast, kannst du die Verbindung mit dem Befehl `evcc meter` testen. Dabei werden alle konfigurierten Zähler getestet.
Mit dem Befehl `evcc meter --name my_meter` kann man mittels des vergebenen Namens selektiv testen.
Mit dem Befehl `evcc meter my_meter` kann man mittels des vergebenen Namens selektiv testen.

```
$ ./evcc meter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ site:

This page lists the configurations for all supported components that can be used as energy measuring points (`meter`).
Once you have adapted the code samples to suit your meters in `evcc.yaml`, you can test the connection using the `evcc meter` command, which returns the current status of all connected meters.
The command `evcc meter --name grid1` can be used to test a single meter by name.
The command `evcc meter grid1` can be used to test a single meter by name.

```
$ ./evcc meter
Expand Down