-
Notifications
You must be signed in to change notification settings - Fork 105
Open
Description
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
Labels
No labels