sman591 / homebridge-lg-thinq-ac

Homebridge plugin for LG ThinQ-enabled portable air conditioner
Apache License 2.0
53 stars 16 forks source link

LW8022ERSM does not report modes correctly; unsupported API value errors, too #115

Open rhymeswithmogul opened 2 years ago

rhymeswithmogul commented 2 years ago

LG Air Conditioner Model Model: LW8022ERSM.AT1AHDP

Describe the bug My air conditioner has four modes: cool, Energy Saver, dry, and fan-only. These are the modes that this A/C unit has, compared to how they show up in Apple HomeKit.

Symptom check

Relevant logs When it's in Energy Saver mode, I see these reported in HomeBridge's logs. Not sure how I can get better error reports. I have two identical units, so I'm not sure which one this is about.

[30/05/2022, 19:40:50] [LgThinqAirConditioner] TargetHeaterCoolerStateCharacteristic: Error parsing state Error: Unsupported API value: 8
[30/05/2022, 19:40:50] [LgThinqAirConditioner] CurrentHeaterCoolerStateCharacteristic: Error parsing state Error: Unsupported API value: 8
[30/05/2022, 19:40:50] [LgThinqAirConditioner] TargetHeaterCoolerStateCharacteristic: Error parsing state Error: Unsupported API value: 8
[30/05/2022, 19:40:50] [LgThinqAirConditioner] CurrentHeaterCoolerStateCharacteristic: Error parsing state Error: Unsupported API value: 8
biosim500 commented 1 year ago

I have this issue too. Probably is because our unit doenst suport Heating, but the plugin insists to check if it does. Theres probably a way to disable this check, but i dont know how