-
-
Notifications
You must be signed in to change notification settings - Fork 35k
Add BSBLan Climate integration #32375
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
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Hey Frenck, how are you doing? I am currently working on the documentation. I cloned the docs and now reading the howto. regards WJ ps I saw there was a tage from |
I added the doc in a pull request |
81b6519
to
704499c
Compare
Is there any reason, this PR is not merged yet? |
I am not sure what the progress is. But it looks like someone needs to review the code. I am already working on the next release and I hope that incremental updates will go faster after the initial release. |
4101d01
to
ac3ee44
Compare
The most basic climate functions work.
wrongly added to commit
current_hvac_mode
include passkey and added some more for device indentification
also added passkey
Hi Martin, I got another question. The bsblan device is the device that is in-between the heatpump/heating System and homeassistant integration. When I want to collect device properties like
Should I collect this info from the heating system or should it be the bsblan device info? The bsblan device can control multiple heating systems so the heating system is the entity? Thanks and hopefully we are almost done:) regards Willem-Jan |
We could create a device in the base integration module representing the bsblan device and then have the https://developers.home-assistant.io/docs/device_registry_index#device-properties https://developers.home-assistant.io/docs/device_registry_index#defining-devices |
This is done in the configflow
Shall we leave the via_device for the next release? I'll look into it. Overlooked it on my frist pass |
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.
Just some small fixes remaining.
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
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.
Great!
The most basic climate functions work.
Breaking change
Proposed change
Type of change
Example entry for
configuration.yaml
:# Example configuration.yaml
Additional information
Checklist
black --fast homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
..coveragerc
.The integration reached or maintains the following Integration Quality Scale: