Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

please support "CST_570004_WW" #43

Open
rubato103 opened this issue Sep 20, 2020 · 6 comments
Open

please support "CST_570004_WW" #43

rubato103 opened this issue Sep 20, 2020 · 6 comments
Labels
new model New model to implement

Comments

@rubato103
Copy link

The following is output to the home bridge log:

[9/20/2020, 1:36:11 PM] [LgThinqAirConditioner] Unsupported model: CST_570004_WW. Please open a GitHub issue at https://github.com/sman591/homebridge-lg-thinq-ac/issues to request support for your model. Falling back to default "POT_056905_WW" model instead.

[9/20/2020, 1:37:11 PM] [LgThinqAirConditioner] SwingModeCharacteristic: Error parsing state Error: Unsupported API value: 4
[9/20/2020, 1:37:11 PM] [LgThinqAirConditioner] SwingModeCharacteristic: Error parsing state Error: Unsupported API value: 8740
[9/20/2020, 1:37:11 PM] [LgThinqAirConditioner] SwingModeCharacteristic: Error parsing state Error: Unsupported API value: 4
[9/20/2020, 1:37:11 PM] [LgThinqAirConditioner] SwingModeCharacteristic: Error parsing state Error: Unsupported API value: 26210

It is a ceiling type system air conditioner and is controlled by temperature control, dehumidification and cooling mode. Wind swing control can be heard "beep" but is not actually manipulated.

@sman591 sman591 added new model New model to implement enhancement New feature or request and removed enhancement New feature or request labels Sep 20, 2020
@sman591
Copy link
Owner

sman591 commented Sep 20, 2020

Thanks for reporting! Is the swing setting the only one that fails to work properly?

@rubato103
Copy link
Author

yes. The error message shown in the log is only one about swing mode.

@Phoendor
Copy link

Looks like it’s the sane as #23

@sman591
Copy link
Owner

sman591 commented Apr 20, 2021

Could you specify what the LG "product model" this is? If you have a link to the manual PDF that'd be great as well

@sman591
Copy link
Owner

sman591 commented Apr 20, 2021

Could you provide a copy of the snapshot for your device when this happens?

  1. Turn on "debug" mode for Homebridge (start Homebridge with -D or in the Homebridge UI, go to "Homebridge Settings" and turn on "Homebridge Debug Mode")
  2. Restart Homebridge
  3. Follow the logs and wait for ~60 seconds
  4. Find the line that starts with device response.result.snapshot and copy & paste its contents

@rubato103
Copy link
Author

device response.result.snapshot {
'airState.windStrength': 8,
'airState.tempState.limitMin': 32,
'airState.tempState.unit': 0,
'airState.diagCode': 0,
'airState.ductZone.state': 0,
mid: 2147431408,
'airState.wMode.airClean': 0,
'airState.quality.sensorMon': 0,
'airState.tempState.target': 24,
'airState.humidity.current': 510,
'airState.operation': 0,
'airState.reservation.absoluteStopTime': 0,
'airState.wDir.swirl': 0,
'airState.wDir.vStep': 8740,
timestamp: 1620635623297,
'airState.powerSave.basic': 0,
'airState.wDir.upDown': 1,
'airState.quality.PM10': 0,
'airState.powerSave.hum': 0,
static: { deviceType: '401', countryCode: 'KR' },
'airState.tempState.hotWaterCurrent': 0,
'airState.tempState.current': 25.5,
'airState.miscFuncState.extraOp': 0,
'airState.wDir.leftRight': 1,
'airState.miscFuncState.dRED': 0,
'airState.tempState.limitMax': 60,
'airState.reservation.sleepTime': 0,
'airState.reservation.absoluteStartTime': 0,
'airState.miscFuncState.autoDry': 0,
meta: { allDeviceInfoUpdate: false, messageId: '7PZWrfw4RuiCqeBVmkGQHA' },
'airState.quality.PM1': 0,
'airState.quality.PM2': 0,
online: true,
'airState.opMode': 0,
'airState.filterMngStates.maxTime': 2400,
'airState.filterMngStates.useTime': 2264,
'airState.tempState.twoSetState': 0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
new model New model to implement
Projects
None yet
Development

No branches or pull requests

3 participants