Skip to content

arpena/home-assistant-bgh-smart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BGH Smart integration for Home Assistant

hacs_badge

This integration will let you control your BGH Smart HVAC from Home Assistant.

Installation

Manual

Copy the bgh_smart folder to <config_dir>/custom_components/bgh_smart/.

HACS

  1. Go to the Home Assistant Community Store (HACS)
  2. Go to Integrations
  3. Click in the menu with 3 dots on the top right of the screen and select "Custom repositories"
  4. Add arpena/home-assistant-bgh-smart as a custom repository and select the Integration category
  5. Search for "BGH Smart"
  6. Install the integration

Configuration

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.

About

BGH Smart integration for Home Assistant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%