-
Notifications
You must be signed in to change notification settings - Fork 168
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
base: main
Are you sure you want to change the base?
Conversation
Discussion in: evcc-io/hassio-addon#149 |
|
||
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: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dafür musst du externe Geräte für das evcc-Addon aktivieren.
Kommentiere dafür die Zeile uart = 1
in der config.txt
auf der Home Assistant OS Boot-Partition ein.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the suggestion
This suggestion implies that the change only makes external devices available for evcc, but actually it's for whole home assistant and its addons, i think it's fair to clarify this, when someone tries to debug/troubleshoot an issue.
Dafür musst du externe Geräte für Home Assistant aktivieren, was auch das evcc-Addon einschließt. Kommentiere dafür die Zeile uart = 1 in der config.txt auf der Home Assistant OS Boot-Partition ein.
What do you think about this? and is it grammatically correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point. And yes, perfectly fine sentence!
@WesSec thanks for your PR 🙌 The German translation was in deed a little clunky, I've made suggestions. Can you update the English translation as well? |
Co-authored-by: Michael Geers <[email protected]>
Co-authored-by: Michael Geers <[email protected]>
Co-authored-by: Michael Geers <[email protected]>
Co-authored-by: Michael Geers <[email protected]>
To use physical Modbus hat/adapter in EVCC on the same raspberry pi used by home assistant, the config.txt in the boot partition of home assistant should be edited for the device to be available. This instruction adds that information to the docs
Please spell check, German is not my first language and mostly used translator tools and common sense.