Skip to content

Teracom integration for Home Assistant

Notifications You must be signed in to change notification settings

astrandb/teracom_hass

Repository files navigation

teracom_hass hacs_badge Validate with hassfest Maintenance teracom_hass_downloads teracom_hass_downloads

Teracom TCW component for Home Assistant

Custom component to support Teracom TCW monitoring devices.

Supported models: TCW122B-CM, TCW181B-CM, TCW241, TCW242

Installation

There are 2 different methods for installing the custom component

HACS installation

While this component can be installed by HACS, it is not included in the default repository of HACS.

  1. Add this repository as a custom repository inside HACS settings. Make sure you select Integration as Category.
  2. Install the component from the Integrations Overview page.
  3. Back out and restart Home Assistant

Git installation

  1. Make sure you have git installed on your machine.
  2. Navigate to you home assistant configuration folder.
  3. Create a custom_components folder of it does not exist, navigate down into it after creation.
  4. Execute the following command: git clone https://github.com/astrandb/teracom_hass.git

Setup

Add the integration in Settings->Integrations. Enter address and login credentials if needed. All available entites will be created.

Development

It is recommended to use the included development container. PRs are welcome.