Since https://github.com/ollo69/ha-smartthinq-sensors has updated their integration to support ACs, and seems to be doing a better job at that, please just use that integration instead!
A Home Assistant component for controlling/monitoring LG devices (currently HVAC & Dishwasher) via their SmartThinQ v2 platform, based on WideQ. The current version of the component requires Home Assistant 0.96 or later.
You can install this component with HACS.
Add the "custom repository" marciogranzotto/hass-smartthinq
as an integration.
You can also install it manually:
-
Clone this repository into your
~/.homeassistant
directory undercustom_components
and name itthinq_v2
. For example, you might do something like this:$ cd ~/.homeassistant $ mkdir custom_components $ cd custom_components $ git clone https://github.com/marciogranzotto/hass-smartthinq.git thinq_v2
After the install:
- Go to Home Assistant's Configuration > Integrations > Add
- Choose
LG SmartThinQ v2 Appliances
- Choose the Country and Language of your SmartThinq account
- Open the provided
SmartThinQ login URL
on your browser and login using your account - Copy the result URL on the
Redirection URL
field - Your devices should now be available in HA!
If you were using this integration on v1.0.0
, you have to remove this entry from configuration.yaml
:
thinq_v2:
wideq_state: /config/wideq_state.json
After that, you will need to go through the Configuration again and readd your devices.
This is fork is a mix of Adrian Sampson's work, Michael Wei wideq with some modifications, and the Config Flow is based on ollo69 ha-smartthinq-sensors.