-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
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
Add Keba charging station/wallbox as component #24484
Add Keba charging station/wallbox as component #24484
Conversation
Just a note to say that I will look forward to using your component, at the moment I integrate my Keba P30 through some awkward Node-Red scripting ! |
Nice to hear this! You could test my implementation by copying the content of the "keba" folder from "homeassistant/component/keba" (e.g. from my forked repo) to "[your Home Assistant config folder]/custom_components/keba". Then you need to add at least the following lines to your config file:
The integration automatically creates all relevant sensors and switches. If you provide me with feedback or ideas for improvement, I can work on it. It might also speed up the PR acceptance, if another user successfully tested the code. |
Co-Authored-By: Martin Hjelmare <marhje52@kth.se>
Co-Authored-By: Martin Hjelmare <marhje52@kth.se>
Co-Authored-By: Martin Hjelmare <marhje52@kth.se>
Co-Authored-By: Martin Hjelmare <marhje52@kth.se>
…ome-assistant into keba-charging-station
Update: The integration is running stable in my environment (BMW Wallbox) and was successfully tested on a KEBA P30x by Erik73 in the forum. https://community.home-assistant.io/t/evse-keba-p30-integration/52571/7 |
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.
Can be merged when last comment is addressed and build passes.
Co-Authored-By: Martin Hjelmare <marhje52@kth.se>
@dannerph do you intend to add support for broadcasted messages? According to the UDP Programming Manual, that would allows us to update sensors immediately instead of requesting the data at the polling interval. |
If you want to suggest an enhancement please open a feature request in the Feature Requests section of our community forum. Merged PRs should not be used for enhancement discussion or bug reports. Thanks! |
Description:
Pull request with documentation for home-assistant.io (if applicable): home-assistant/home-assistant.io#9616
Example entry for
configuration.yaml
(if applicable):Checklist:
tox
. Your PR cannot be merged unless tests passIf user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
python3 -m script.hassfest
.requirements_all.txt
by runningpython3 -m script.gen_requirements_all
..coveragerc
.