This integration will let you control your BGH Smart HVAC from Home Assistant.
Copy the bgh_smart folder to <config_dir>/custom_components/bgh_smart/.
- Go to the Home Assistant Community Store (HACS)
- Go to Integrations
- Click in the menu with 3 dots on the top right of the screen and select "Custom repositories"
- Add
arpena/home-assistant-bgh-smartas a custom repository and select theIntegrationcategory - Search for "BGH Smart"
- Install the integration
Add the following entry in your configuration.yaml:
climate:
- platform: bgh_smart
username: your_username
password: your_secret_password
backend: "bgh" or "myhabeetat"The default backend is "myhabeetat". If your crendentials are instead for the BGH application, you can select the "bgh" backend.