Skip to content

Pluggit Integration for Home Assistant

License

Notifications You must be signed in to change notification settings

Tvalley71/pluggit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pluggit

Home Assistant integration for Pluggit ventilation units

Tip

This integration is based on the Dantherm integration, as both Pluggit and Dantherm ventilation units appear to use the same controller. This repository doesn't contain the entire integration; most of the code is copied from the Dantherm integration during each release. You can find a more detailed documentation on the Dantherm integration here.

Support

You can open issues directly on this repository. To keep discussions centralized, please refer to the Dantherm Integration here.

Known supported units:

  • AP310

Installation

Important

Installation directly through HACS is not yet available because the integration is not yet official included into HACS. This process will take some time. In the meantime, please use the manual installation method or click the below Open HACS Repository button.

Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.

Installation via HACS (Home Assistant Community Store)

  1. Ensure you have HACS installed and configured in your Home Assistant instance.
  2. Open the HACS (Home Assistant Community Store) by clicking HACS in the side menu.
  3. Click on Integrations and then click the Explore & Download Repositories button.
  4. Search for "Pluggit" in the search bar.
  5. Locate the "Pluggit Integration" repository and click on it.
  6. Click the Install button.
  7. Once installed, restart your Home Assistant instance.

Manual Installation

  1. Navigate to your Home Assistant configuration directory.
    • For most installations, this will be '/config/'.
  2. Inside the configuration directory, create a new folder named 'custom_components' if it does not already exist.
  3. Inside the 'custom_components' folder, create a new folder named 'pluggit'.
  4. Download the latest release of the Pluggit integration from the releases page into the 'custom_components/pluggit' directory:
  5. Once the files are in place, restart your Home Assistant instance.

Configuration

After installation, add the Pluggit integration to your Home Assistant configuration.

  1. In Home Assistant, go to Configuration > Integrations.
  2. Click the + button to add a new integration.
  3. Search for "Pluggit" and select it from the list of available integrations.
  4. Follow the on-screen instructions to complete the integration setup.

Disclaimer

The trademark "Pluggit" is owned by Pluggit GmbH.

The trademark "Dantherm" is owned by Dantherm Group A/S.

All product names, trademarks, and registered trademarks mentioned in this repository are the property of their respective owners.

I am not affiliated with Pluggit or Dantherm, except as the owner of a Dantherm HCV400 P2 unit.

The author does not guarantee the functionality of this integration and is not responsible for any damage.

Tvalley71