Custom component to support Teracom TCW monitoring devices.
Supported models: TCW122B-CM, TCW181B-CM, TCW241, TCW242
There are 2 different methods for installing the custom component
While this component can be installed by HACS, it is not included in the default repository of HACS.
- Add this repository as a custom repository inside HACS settings. Make sure you select
Integration
as Category. - Install the component from the Integrations Overview page.
- Back out and restart Home Assistant
- Make sure you have git installed on your machine.
- Navigate to you home assistant configuration folder.
- Create a
custom_components
folder of it does not exist, navigate down into it after creation. - Execute the following command:
git clone https://github.com/astrandb/teracom_hass.git
Add the integration in Settings->Integrations. Enter address and login credentials if needed. All available entites will be created.
It is recommended to use the included development container. PRs are welcome.