Skip to content

Add external device instruction for raspberry pi/home assistant addon #837

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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
14 changes: 14 additions & 0 deletions docs/installation/home-assistant.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,20 @@ Schließe die Shell im evcc Docker Container wenn du fertig bist:
exit
```

### Wie kann ich meinen externen Adapter/Hat im Home Assistant EVCC Addon (Home Assistant OS/Raspberry-pi) verwenden?

Wenn sich Ihr Home Assistant-Gerät in der Nähe Ihrer Batterie/PV befindet, können Sie das gleiche Gerät zum Abrufen von Modbus-Daten verwenden.

Sie können jedes externe Gerät im evcc-Addon verwenden, indem Sie die `config.txt` auf Ihrer Boot-Partition des Home Assistant OS ändern. Dekommentieren Sie die folgende Zeile:

```
# uart = 1
```


Nach einem Neustart sollte Ihr Gerät für das evcc-Addon verfügbar sein (wahrscheinlich als `/dev/ttyS0` oder `/dev/ttyUSB`)


## Nächster Schritt: Integration

Wenn dein System läuft, kannst du dich um die Integration zwischen evcc und Home Assistant kümmern.
Expand Down