nVuln / homebridge-lg-thinq

A Homebridge plugin for controlling/monitoring LG ThinQ device via their ThinQ platform.
https://github.com/nVuln/homebridge-lg-thinq
Apache License 2.0
196 stars 48 forks source link

AC LG Devices showing AirQuality even tho option is disabled #298

Closed PrzemyslawKlys closed 4 months ago

PrzemyslawKlys commented 4 months ago

Describe The Bug:

So even tho I've disabled Air Quality for all my AC LG devices, I can still see the Icon in Apple Home App with Air Quality being unknown. Is there a way to disable it permanently?

To Reproduce:

Uncheck airquality - notice it's still there

Expected behavior:

No airquality reported in Home App

Logs:

Show the Homebridge logs here (make sure homebridge DEBUG mode is turned `on`), remove any sensitive information.

Plugin Config:

 "devices": [
                {
                    "id": "37261b",
                    "name": "Klimatyzacja Pokoj Lewy",
                    "type": "AC",
                    "ac_air_quality": false,
                    "ac_mode": "BOTH",
                    "ac_swing_mode": "BOTH",
                    "ac_buttons": [
                        {
                            "name": "Auto mode",
                            "op_mode": 6
                        },
                        {
                            "name": "Dry mode",
                            "op_mode": 1
                        },
                        {
                            "name": "Fan mode",
                            "op_mode": 2
                        },
                        {
                            "name": "Air clean",
                            "op_mode": 5
                        }
                    ],
                    "ac_energy_save": true,
                    "ac_air_clean": true
                },
                {
                    "id": "8d00f031",
                    "name": "Klimatyzacja Pokoj Prawy",
                    "type": "AC",
                    "ac_air_quality": false,
                    "ac_mode": "BOTH",
                    "ac_swing_mode": "BOTH",
                    "ac_buttons": [
                        {
                            "name": "Auto mode",
                            "op_mode": 6
                        },
                        {
                            "name": "Dry mode",
                            "op_mode": 1
                        },
                        {
                            "name": "Fan mode",
                            "op_mode": 2
                        },
                        {
                            "name": "Air clean",
                            "op_mode": 5
                        }
                    ],
                    "ac_energy_save": true,
                    "ac_air_clean": true
                },

Screenshots: image

image

Environment:

nVuln commented 4 months ago

try reset Homebridge cached accessory too

PrzemyslawKlys commented 4 months ago

It did the trick. Thank you. I guess I had your plugin for quite a while :)