Skip to content

Add ventilator device to LG ThinQ #38089

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: current
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 24 additions & 7 deletions source/_integrations/lg_thinq.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ Support LG Appliances as follows:
- Water Heater
- Water Purifier
- Wine Cellar
- Ventilator
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🛠️ Refactor suggestion

New Device Addition: Ventilator
The addition of the Ventilator to the supported devices list is clearly shown. Please verify that this device is fully supported across all relevant sections of the documentation and corresponds with the underlying integration implementation.


## Platforms

Expand All @@ -96,6 +97,7 @@ LG ThinQ represents devices as a set of properties. And these are mapped to enti
A list of all Entity Platforms provided by LG ThinQ Integration:

- [Binary sensor](#binary-sensor)
- [Button](#button)
- [Climate](#climate)
- [Event](#event)
- [Fan](#fan)
Expand All @@ -121,6 +123,15 @@ A read-only property which has only two states that can be toggled is represente
| Water Heater | Power |
| Wine Cellar | Sabbath |

### Button

A writable property which has only two states that can be toggled is represented as a binary sensor platform.

| Device |Property |Action |
| ------ |-------- | ------ |
| Dish Washer | Operation | Start / Pause |
| Dryer<br>Styler<br>Washer<br>Washcombo Main<br>Washcombo Mini<br>Washtower<br>Washtower Dryer<br>Washtower Washer | Operation | Start / Pause |

### Climate

The properties for controlling both the temperature and wind strength of the appliance are represented as a climate platform.
Expand Down Expand Up @@ -176,6 +187,7 @@ A read-write property which has a numeric value is represented as a number platf
| Dryer<br>Styler<br>Washer<br>Washcombo Main<br>Washcombo Mini<br>Washtower<br>Washtower Dryer<br>Washtower Washer | Delayed start/end |
| Water Heater | Temperature |
| Wine Cellar | Light<br>Temperature |
| Ventilator | Sleep timer |

### Select

Expand All @@ -186,29 +198,33 @@ A writable property which has a list of selectable values is represented as a se
| Air Conditioner | Air purify<br>Air quality sensor |
| Air Purifier| Operating mode<br>Speed |
| Air Purifier Fan | Display brightness<br>Operating mode<br>Rotation<br>Speed |
| Dehumidifier | Speed |
| Dehumidifier | Speed<br>Operation |
| Dish Washer | Operation |
| Humidifier | Display brightness<br>Drying mode<br>Operating mode<br>Speed |
| Oven | Cook mode<br>Operation<br> |
| Oven | Cook mode<br>Operation |
| Refrigerator | Fresh air filter |
| Dryer<br>Styler<br>Washer<br>Washcombo Main<br>Washcombo Mini<br>Washtower<br>Washtower Dryer<br>Washtower Washer | Operation |
| Water Heater | Operating mode |
| Wine Cellar | Light<br>Operating mode |
| Ventilator | Speed<br>Operating mode |

### Switch

A read-write property which has only two states that can be toggled is represented as a switch platform.

| Device | Property |
| ------ | -------- |
| Air Conditioner | Power<br>Lighting<br>Energy saving |
| Air Conditioner | Power<br>Lighting<br>Energy saving<br>Air clean |
| Air Purifier | Power |
| Air Purifier Fan | Heating<br>Power<br>UVnano |
| Dehumidifier | Power |
| Dish Washer | Power |
| Dryer<br>Styler<br>Washer<br>Washcombo Main<br>Washcombo Mini<br>Washtower<br>Washtower Dryer<br>Washtower Washer | Power |
| Humidifier | Auto mode<br>Heating<br>Mood light<br>Power<br>Sleep mode |
| Refrigerator | Express mode<br>Express cool<br>Quick freeze |
| System Boiler | Power<br>Hot water |
| Wine Cellar | Ventilation |
| Ventilator | Power |

### Vacuum

Expand All @@ -233,13 +249,13 @@ A read-only property which has states is represented as a sensor platform.
| Device | Property |
| ------ | -------- |
| Air Conditioner | Filter remaining<br>Humidity<br>Odor<br>Overall air quality<br>PM1<br>PM10<br>PM2.5<br>Schedule turn-off<br>Schedule turn-on<br>Sleep timer |
| Air Purifier| Air quality sensor<br>Humidity<br>Odor<br>Operating mode<br>Overall air quality<br>Personal mode<br>PM1<br>PM10<br>PM2.5<br>Filter remaining<br>Schedule turn-off<br>Schedule turn-on |
| Air Purifier Fan | Air quality sensor<br>Humidity<br>Odor<br>Overall air quality<br>PM1<br>PM10<br>PM2.5<br>Sleep timer<br>Temperature<br>Schedule turn-off<br>Schedule turn-on |
| Cooktop | Current status<br>Power level |
| Air Purifier| Humidity<br>Odor<br>Operating mode<br>Overall air quality<br>Personal mode<br>PM1<br>PM10<br>PM2.5<br>Filter remaining<br>Schedule turn-off<br>Schedule turn-on |
| Air Purifier Fan | Humidity<br>Odor<br>Overall air quality<br>PM1<br>PM10<br>PM2.5<br>Sleep timer<br>Temperature<br>Schedule turn-off<br>Schedule turn-on |
| Cooktop | Current status<br>Power level<br>Remaining time |
| Dehumidifier | Humidity<br>Operating mode |
| Dish Washer | Current cycle<br>Current status<br>Rinse aid dispenser level<br>Softening level<br>Delayed start<br>Remaining time<br>Total time |
| Home Brew| Brewing duration<br>Brewing period<br>Current status<br>First flavor<br>Second flavor<br>Homebrew recipe<br>First hop<br>Second hop<br>Recipe progress<br>Wort<br>Yeast |
| Humidifier | Air quality sensor<br>Humidity<br>Overall air quality<br>PM1<br>PM10<br>PM2.5<br>Schedule turn-off<br>Schedule turn-on<br>Sleep timer<br>Temperature |
| Humidifier | Humidity<br>Overall air quality<br>PM1<br>PM10<br>PM2.5<br>Schedule turn-off<br>Schedule turn-on<br>Sleep timer<br>Temperature |
| Kimchi Refrigerator | Fresh air filter<br>Temperature |
| Microwave Oven | Current status |
| Oven | Current status<br>Temperature |
Expand All @@ -250,6 +266,7 @@ A read-only property which has states is represented as a sensor platform.
| System Boiler | Indoor temperature<br>Inlet temperature<br>Outlet temperature |
| Water Purifier | High-temp sterilization<br>Type<br>UVnano|
| Dryer<br>Styler<br>Washer<br>Washcombo Main<br>Washcombo Mini<br>Washtower<br>Washtower Dryer<br>Washtower Washer | Current status<br>Delayed start/end<br>Remaining time<br>Total time<br>Cycles |
| Ventilator | Carbon dioxide<br>PM1<br>PM10<br>PM2.5<br>Sleep timer<br>Temperature<br>Schedule turn-off<br>Schedule turn-on |

## User guide
### 1. Custom card configuration (HACS)
Expand Down