Skip to content

Invalid humidity mode for LUH-O451S-WUS (Oasismist) #295

@EnochPrime

Description

@EnochPrime

The humidity mode humidity defined for the LUH-O451S-WUS is invalid.

>>> manager.fans[0].set_humidity_mode('humidity')
2025-02-12 21:42:10,698 - DEBUG - =======call_api=============================
2025-02-12 21:42:10,698 - DEBUG - [post] calling '/cloud/v2/deviceManaged/bypassV2' api
2025-02-12 21:42:10,698 - DEBUG - API call URL: 
  https://smartapi.vesync.com/cloud/v2/deviceManaged/bypassV2
2025-02-12 21:42:10,698 - DEBUG - API call headers: 
  {
  "Content-Type": "application/json; charset=UTF-8",
  "User-Agent": "okhttp/3.12.1"
}
2025-02-12 21:42:10,698 - DEBUG - API call json: 
  {
  "timeZone": "America/New_York",
  "acceptLanguage": "en",
  "accountID": "##_REDACTED_##",
  "token": "##_REDACTED_##",
  "appVersion": "2.8.6",
  "phoneBrand": "SM N9005",
  "phoneOS": "Android",
  "traceId": "1739414530",
  "method": "bypassV2",
  "debugMode": false,
  "deviceRegion": "US",
  "cid": "##_REDACTED_##",
  "configModule": "WFON_AHM_LUH-A451S-WUS_US",
  "payload": {
    "method": "setHumidityMode",
    "source": "APP",
    "data": {
      "mode": "humidity"
    }
  }
}
2025-02-12 21:42:11,067 - DEBUG - API response: 

  {
  "traceId": "1739414530",
  "code": 0,
  "msg": "request success",
  "module": null,
  "stacktrace": null,
  "result": {
    "traceId": "1739414530",
    "code": 11000000,
    "result": {
      "msg": "Mode value invaild!"
    }
  }
} 
 
True

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions