Update pyvesync to 3.4.0+ to support LV600S (LUH-A603S-WUS) humidifier #2412
Unanswered
threesquare
asked this question in
Integration enhancements
Replies: 2 comments 5 replies
-
|
🏷️ I've automatically added the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Integration name
Vesync/Levoit
Link to integration documentation on our website
https://www.home-assistant.io/integrations/vesync/
Describe the enhancement
The problem
The VeSync integration is using pyvesync 3.3.3, which doesn't support the Levoit LV600S humidifier (model LUH-A603S-WUS).
Support for this model was added in pyvesync 3.4.0 with the
VeSyncLV600Sclass:https://github.com/webdjoe/pyvesync/blob/master/src/pyvesync/devices/vesynchumidifier.py
What version of Home Assistant Core has the issue?
2026.1.0
What was the last working version of Home Assistant Core?
N/A - This is a new device model
What type of installation are you running?
Home Assistant OS
Integration causing the issue
VeSync
Link to integration documentation on our website
https://www.home-assistant.io/integrations/vesync/
Diagnostics information
The device appears in the VeSync API response but is skipped due to missing device map entry:
The VeSync API shows the device:
Example YAML snippet
N/A
Anything in the logs that might be useful for us?
Additional information
Manually upgrading pyvesync to 3.4.0 via
pip install --upgrade pyvesyncallows the device to be detected, but Home Assistant reverts to 3.3.3 on restart.Proposed Solution:
Update the pyvesync dependency in
homeassistant/components/vesync/manifest.jsonfrom version 3.3.3 to >=3.4.0Use cases
use the newer Levoit model
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions