All Projects → nVuln → homebridge-lg-thinq

nVuln / homebridge-lg-thinq

Licence: Apache-2.0 license
A Homebridge plugin for controlling/monitoring LG ThinQ device via their ThinQ platform.

Programming Languages

typescript
32286 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to homebridge-lg-thinq

homebridge-roomba
Roomba plugin for Homebridge
Stars: ✭ 13 (-89.76%)
Mutual labels:  homebridge, homekit
homebridge-wink3
Homebridge plugin for wink.com
Stars: ✭ 53 (-58.27%)
Mutual labels:  homebridge, homekit
awesome-homebridge
Popular list of Homebridge Plugins
Stars: ✭ 106 (-16.54%)
Mutual labels:  homebridge, homekit
ESP8266-HomeKit-Air-Quality-Sensor-Elgato-Eve-Room
ESP8266 based  Homekit Indoor Air Quality sensor that acts like Eve Room🌱
Stars: ✭ 58 (-54.33%)
Mutual labels:  homebridge, homekit
homebridge-yeelight-platform
Homebridge plugin for Yeelight Lights supporting Scenes/Moods/Color Flow/Custom Presets/Music Flow/Night Mode
Stars: ✭ 53 (-58.27%)
Mutual labels:  homebridge, homekit
homebridge-node-alarm-dot-com
Alarm.com plugin for Homebridge using Node.js
Stars: ✭ 52 (-59.06%)
Mutual labels:  homebridge, homekit
camera.ui
NVR like user Interface for RTSP capable cameras
Stars: ✭ 99 (-22.05%)
Mutual labels:  homebridge, homekit
homebridge-jablotron-alarm
Homebridge plugin for connecting Jablotron JA-100 alarm systems to Homekit.
Stars: ✭ 22 (-82.68%)
Mutual labels:  homebridge, homekit
homebridge-nello
Homebridge plugin for the smart intercom nello.io.
Stars: ✭ 26 (-79.53%)
Mutual labels:  homebridge, homekit
homebridge-bravia-tv
Homebridge dynamic platform plugin for Sony Bravia Android TVs
Stars: ✭ 34 (-73.23%)
Mutual labels:  homebridge, homekit
homebridge-theater-mode
A homebridge plugin to make your HomeKit devices react to the play/pause state of your Apple TV. Configured via the Home app.
Stars: ✭ 82 (-35.43%)
Mutual labels:  homebridge, homekit
homebridge-tahoma
Homebridge plugin for TaHoma, Connexoon, Cozytouch, Energeasy Connect.
Stars: ✭ 100 (-21.26%)
Mutual labels:  homebridge, homekit
homebridge-deebot
Homebridge plugin to integrate ECOVACS Deebot devices into HomeKit.
Stars: ✭ 39 (-69.29%)
Mutual labels:  homebridge, homekit
homebridge-blinds-cmd
🌅 Homebridge plugin to enable window blinds to be controlled by executing a command line.
Stars: ✭ 14 (-88.98%)
Mutual labels:  homebridge, homekit
homebridge-panasonic-air-conditioner
Panasonic Air Conditioner / Heat Pump plugin for HomeBridge using the Panasonic Comfort Cloud API to expose Panasonic Air Conditioners to Apples HomeKit
Stars: ✭ 32 (-74.8%)
Mutual labels:  homebridge, homekit
homebridge-securitysystem
Homebridge plugin that creates a security system accessory that can be triggered by HomeKit sensors.
Stars: ✭ 114 (-10.24%)
Mutual labels:  homebridge, homekit
homebridge-cmd4-AdvantageAir
Catered shell script to integrate air conditioner control units by Advantage Air into HomeKit using the plug-in homebridge-cmd4.
Stars: ✭ 24 (-81.1%)
Mutual labels:  homebridge, homekit
homebridge-bravia-tvos
Homebridge plugin for Sony Bravia Android TVs
Stars: ✭ 293 (+130.71%)
Mutual labels:  homebridge, homekit
homebridge-simplisafe3
A complete Homebridge plugin for SimpliSafe 3.
Stars: ✭ 82 (-35.43%)
Mutual labels:  homebridge, homekit
homebridge-freeathome
Platform Plugin to manage free@home accessories via HomeBridge
Stars: ✭ 50 (-60.63%)
Mutual labels:  homebridge, homekit

Homebridge LG ThinQ

verified-by-homebridge npm npm join-discord

Overview

A Homebridge plugin for controlling/monitoring LG ThinQ device via their ThinQ platform.

⚠️ This library works with v2 of the LG ThinQ API. But some v1 device may backward compatible, please check table Implementation Status below.

A plugin for interacting with the "LG ThinQ" system, which can control new LG smart device. API used in this plugin is not official, I reversed from their "LG ThinQ" mobile app.

Installation

npm i -g homebridge-lg-thinq

Configuration

✔️ I highly recommend using homebridge-config-ui-x to make these changes.

  1. Navigate to the Plugins page in homebridge-config-ui-x.
  2. Click the Settings button for the LG ThinQ plugin.
  3. Login to your LG account
  4. Add or remove which devices you want
  5. Restart Homebridge for the changes to take effect.

⚠️ Or you can manual edit it, add json below to config.json (not recommend)

{
  "auth_mode": "token",
  "refresh_token": "**refresh*token**",
  "username": "lg username",
  "password": "lg password",
  "country": "US",
  "language": "en-US",
  "thinq1": false,
  "devices": [
	{
	  "id": "device id"
	}
  ],
  "platform": "LGThinQ"
}
  • auth_mode Required. You can choose between token and account
  • refresh_token Required if auth_mode = token. The refresh_token of your account.
  • username Required if auth_mode = account. LG thinQ account
  • password Required if auth_mode = account. LG thinQ password
  • country Required. Your account country alpha-2 code, e.g., US for the USA.
  • language Required. Your account language code, e.g., en-US, vi-VN.
  • devices List devices you want add to homebridge, leave it empty if you want add all devices. See Wiki for specific device configuration.
  • thinq1 Optional. Enable thinq1 device support
  • platform value always LGThinQ

Plugin Authorization Setting

Device specific configuration

Implementation Status

Device Implementation Status Control Thinq2 Thinq1
Refrigerator ✔️ ✔️ ✔️ ✔️ ✔️
Air Purifier ✔️ ✔️ ✔️ ✔️ ✔️
Washer & Dryer ✔️ ✔️ 🚫 ✔️ ✔️
Dishwasher ✔️ ✔️ 🚫 ✔️ 🚫
Dehumidifier ✔️ ✔️ ⚠️ ✔️ 🚫
AC ✔️ ✔️ ✔️ ✔️ ✔️

for more device support please open issue request.

Support

If you have a question, please start a discussion or leave a message at discord channel.
If you would like to report a bug, please open an issue.

CLI Usage

$ thinq
Usage: thinq [options] [command]

Options:
  -c, --country <type>         Country code for account (default: "US")
  -l, --language <type>        Language code for account (default: "en-US")
  -h, --help                   display help for command

Commands:
  login <username> <password>  Obtain refresh_token from LG account
  auth                         Obtain refresh_token from account logged by Google Account, Apple ID
  help [command]               display help for command
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].