-
Notifications
You must be signed in to change notification settings - Fork 105
Open
Labels
Description
Hi,
device works fine but unfortunately is only partially supported.
Missing features compared to the Vsync mobile app:
- Auto-off: this is a on/off switch
- Night light: this is a on/off switch
- Night light color: you can pick up any color in the RGB pallete
- Timer
- Schedules
Non working features:
- Night mode:
2025-12-31 17:05:52.633 WARNING (MainThread) [pyvesync.devices.vesynchumidifier] OasisMist™ 4.5L for LUH-O451S-WEU API from set_humidity_mode returned error code: 11000000, message: request_error - Invalid bypass parameter - Mode value invaild! - Mode value invaild!
Here the response from from Home Assistant debug log:
Response Body:
{
"traceId": "1767196882",
"code": 0,
"msg": "request success",
"module": null,
"stacktrace": null,
"result": {
"traceId": "1767196882",
"code": 0,
"result": {
"enabled": false,
"mist_virtual_level": 9,
"mist_level": 3,
"mode": "auto",
"water_lacks": false,
"water_tank_lifted": false,
"humidity": 38,
"humidity_high": false,
"display": false,
"warm_enabled": false,
"warm_level": 0,
"automatic_stop_reach_target": false,
"configuration": {
"auto_target_humidity": 50,
"display": false,
"automatic_stop": true
},
"extension": {
"schedule_count": 0,
"timer_remain": 0
},
"rgbNightLight": {
"action": "off",
"colorMode": "color",
"speed": 0,
"brightness": 40,
"red": 18,
"green": 102,
"blue": 1,
"colorSliderLocation": 42
}
}
}
}