npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

homebridge-tcl-split-ac

v1.2.3

Published

Homebridge plugin for TCL TAC-BR12INV inverter split AC

Readme

homebridge-tcl-split-ac

npm version npm downloads Homebridge License: MIT


🇬🇧 English

A Homebridge plugin for controlling TCL TAC-BR12INV inverter split air conditioners via Apple HomeKit.

Features

  • ✅ Power on/off
  • ✅ Set target temperature
  • ✅ Switch modes: Auto, Cool, Heat, Fan, Dry
  • ✅ Fan speed control
  • ✅ Current temperature display
  • ✅ Works with Siri and Apple Home app

Requirements

  • Homebridge >= 1.3.0
  • Node.js >= 14.0.0
  • TCL TAC-BR12INV inverter air conditioner
  • TCL Home app account (email + password)

Installation

Install via Homebridge UI (recommended) — search for homebridge-tcl-split-ac.

Or install manually:

npm install -g homebridge-tcl-split-ac

Configuration

Add the following to your Homebridge config.json:

{
  "platforms": [
    {
      "platform": "TclSplitAC",
      "name": "TCL Split AC",
      "email": "[email protected]",
      "password": "yourpassword",
      "deviceId": "your-device-id"
    }
  ]
}

| Parameter | Type | Required | Description | |------------|--------|----------|------------------------------------| | platform | string | ✅ | Must be TclSplitAC | | name | string | ✅ | Display name in HomeKit | | email | string | ✅ | Your TCL Home app email | | password | string | ✅ | Your TCL Home app password | | deviceId | string | ✅ | Device ID from TCL Home app |

Finding Your Device ID

  1. Open the TCL Home app
  2. Go to your AC device settings
  3. Look for Device Info / Device ID

Supported Models

This plugin was developed and tested with the TCL TAC-BR12INV. Other TCL inverter models using the same TCL Home cloud platform may also work.

Troubleshooting

  • Make sure your TCL Home account credentials are correct
  • Ensure the AC is connected to Wi-Fi and visible in the TCL Home app
  • Check Homebridge logs for detailed error messages

🇷🇺 Русский

Плагин для Homebridge, позволяющий управлять TCL TAC-BR12INV инверторным кондиционером через Apple HomeKit.

Возможности

  • ✅ Включение/выключение
  • ✅ Установка целевой температуры
  • ✅ Переключение режимов: Авто, Охлаждение, Обогрев, Вентилятор, Осушение
  • ✅ Управление скоростью вентилятора
  • ✅ Отображение текущей температуры
  • ✅ Работает с Siri и приложением Apple Дом

Требования

  • Homebridge >= 1.3.0
  • Node.js >= 14.0.0
  • Кондиционер TCL TAC-BR12INV
  • Аккаунт в приложении TCL Home (email + пароль)

Установка

Установите через Homebridge UI (рекомендуется) — найдите homebridge-tcl-split-ac.

Или установите вручную:

npm install -g homebridge-tcl-split-ac

Настройка

Добавьте следующее в файл config.json Homebridge:

{
  "platforms": [
    {
      "platform": "TclSplitAC",
      "name": "TCL Split AC",
      "email": "[email protected]",
      "password": "yourpassword",
      "deviceId": "your-device-id"
    }
  ]
}

| Параметр | Тип | Обязательный | Описание | |------------|--------|--------------|---------------------------------------| | platform | string | ✅ | Должно быть TclSplitAC | | name | string | ✅ | Отображаемое имя в HomeKit | | email | string | ✅ | Email от приложения TCL Home | | password | string | ✅ | Пароль от приложения TCL Home | | deviceId | string | ✅ | ID устройства из приложения TCL Home |

Как найти Device ID

  1. Откройте приложение TCL Home
  2. Перейдите в настройки вашего кондиционера
  3. Найдите раздел "Информация об устройстве" / Device ID

Поддерживаемые модели

Плагин разработан и протестирован на TCL TAC-BR12INV. Другие инверторные модели TCL, использующие ту же облачную платформу TCL Home, также могут работать.

Устранение неполадок

  • Убедитесь, что данные аккаунта TCL Home введены верно
  • Проверьте, что кондиционер подключён к Wi-Fi и отображается в приложении TCL Home
  • Просмотрите логи Homebridge для получения подробной информации об ошибках

💛 Support / Поддержка

If this plugin is useful to you, consider buying me a coffee!

Если плагин оказался полезным — буду рад вашей поддержке!

PayPal

👉 paypal.me/askarkurymbayev


License / Лицензия

MIT © Askar Kurymbayev