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.
-
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.
To use this integration, you must first create a Home Connect account and connect your appliances.
-
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.
- 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
This integration follows standard integration removal, no extra steps are required.
- 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.xml
and*_FeatureMapping.xml
files from the Profile File
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
-