LG Smart ThinQ + Ecobee 4 integration

Hi,

For the last 4 years, I’ve developed My ecobee Device and my smart zoned heating/cooling smartapps with those kinds of capabilities in mind.

Some of my contributors to my code have a similar configuration: they want to use their ecobee thermostat as a master thermostat for their home and this includes controlling slave thermostats (such as portable heaters/coolers/mini/window split units) for hotter/cooler rooms.

With my device handlers for Ecobee and your portable heaters/coolers/window/mini split units controlled by the Flair puck, my smartapps can integrate them by leveraging their capabilities under the ST platform.

  • First you need to check with Flair (contact support at flair.co) if the LG Smart ThinQ is supported (it should be as LG is a major brand, but they may not support all models). If so, you’d need 1 puck (hardware sold by Flair) as the puck uses IR to control the unit .

  • Second, you’d need the following bundles at my store:

     - My HVAC unit bundle will expose the Flair Puck and your LG SmartThinQ unit as a Thing under ST
     - My ecobee bundle which includes My ecobee Device and the _ecobeeSetZoneWithSchedule_ nsmartapp 
    

The HVAC unit bundle, you can expose your LG unit to SmartThings as a thermostat and a switch, so you can control it by turning it on/off manually (using the DTH) or define a setpoint (target temperature).

See
For the unit:

http://thingsthataresmart.wiki/index.php?title=My_Flair_HVac_Unit#Look_.26_Feel 1

For the puck:

http://thingsthataresmart.wiki/index.php?title=My_Puck_device#Look_.26_Feel

  • The zoned heating/cooling smartapp called ecobeeSetZoneWithSchedule can control your LG unit based on the master ecobee thermostat and the concepts of rooms/zones/schedules.

  • The smartapp can turn on/off multiple units based on your active (using your motion sensors) scheduled zones at your home and keep the slave thermostats’ setpoints in synch with your master thermostat.

  • Most people use splits for cooler/hotter rooms and still have a master thermostat for central heating/cooling.

For more details on My Ecobee device, and all the use cases supported by ecobeeSetZoneWithSchedule, refer to the ST community wiki (under the configuration section) :

http://thingsthataresmart.wiki/index.php?title=My_Ecobee_Device

http://thingsthataresmart.wiki/index.php?title=EcobeeSetZoneWithSchedule

All the bundles are available for download at my store:

www.ecomatiqhomes.com/store

My Ecobee device has been used by thousands of users and there are many Flair users as well, see my threads here:

Regards