Home Connect Local
The Home Connect Local allows users to integrate their home appliances supporting the Home Connect standard for Bosch and Siemens using direct communication over the local network.
Install the Integration
-
Go to the HACS -> Custom Repositories and add this repository as a Custom Repository See HACS Documentation for help
-
Click the button bellow and click 'Download' to install the Integration:
-
Restart Home Assistant.
Prerequisites
To use this integration, you must first create a Home Connect account and connect your appliances.
Setup
-
Use the Home Connect Profile Downloader to download your Appliance profiles, select "openHAB" as target. The downloaded ZIP-file contains each Appliance encryption Key and feature descriptions
-
Click the button below or use "Add Integration" in Home Assistant and select "Home Connect Local".
-
Upload the downloaded Profile file.
-
Select the Appliance you want to setup.
-
When the initial connection to the Appliance fails, your asked to manually enter your Appliance IP-Address.
-
Repeat from Step 2 if you want to setup more than one Appliances.
Configuration parameters
- Profile file: The Profile File you've downloaded with the Home Connect Profile Downloader
- Select Appliance: Select the Appliance you want to setup
- Host / IP-Address: Manually enter your Appliance Hostname or IP-Address
Remove integration
This integration follows standard integration removal, no extra steps are required.
Reporting Issues and Bugs
Bug report requirements
- A full debug log of at least reloading the config entry and any actions leading to an error
- The Diagnostics of the Config Entry
- For reports relating to adding a new Appliance: the
*_DeviceDescription.xmland*_FeatureMapping.xmlfiles from the Profile File
Enabling debug logging
Use one of these two methods enable debug logging:
-
Through the UI:
- Enable Debug logging on the detail page of the integration
- Reload the config entry
- Perform the actions that lead to an error
- Disable Debug logging on the detail page of the integration
-
OR -
-
Through configuration.yaml:
-
Add the following to your configuration.yaml file:
logger: logs: custom_components.homeconnect_ws: debug # Home Connect Local Integration homeconnect_ws: debug homeconnect_websocket: debug # Homeconnect websocket Python package -
Restart Home Assistant
-
Perform the actions that lead to an error
-
Click the button below or navigate to "Settings" -> "Logs".
-
Download the log file using download button on the left
-