vlebourl/custom_vesync

Issue with LUH-0451S-WUS

jeffphilly opened this issue · 5 comments

The problem

I have upgraded to the most recent version using HACS

What version of this integration has the issue?

0.2.0

What version of Home Assistant Core has the issue?

2022.11.1

Diagnostics

Diagnostics
    "config_flow": true,
    "iot_class": "cloud_polling",
    "version": "0.1.15",
    "issue_tracker": "https://github.com/vlebourl/custom_vesync",
    "dhcp": [
      {
        "hostname": "levoit-*",
        "macaddress": "*"
      }
    ]

Home Assistant log

Logs
2022-11-08 08:18:38.235 DEBUG (SyncWorker_11) [pyvesync.helpers] [post] calling '/cloud/v1/user/login' api
2022-11-08 08:18:38.654 DEBUG (SyncWorker_19) [pyvesync.helpers] [post] calling '/cloud/v1/deviceManaged/devices' api
2022-11-08 08:18:38.723 DEBUG (SyncWorker_19) [pyvesync.vesync] New device list initialized
2022-11-08 08:18:38.723 DEBUG (SyncWorker_19) [pyvesync.vesync] Unknown device named Sadie Humidifer model LUH-O451S-WUS
2022-11-08 08:18:38.723 DEBUG (SyncWorker_19) [pyvesync.vesync] Error - 'VeSync' object has no attribute 'unknown'
2022-11-08 08:18:38.723 DEBUG (SyncWorker_19) [pyvesync.vesync] LUH-O451S-WUS device not added
2022-11-08 08:18:38.868 DEBUG (MainThread) [custom_components.vesync.common] Found the following devices: {'fans': [], 'outlets': [], 'switches': [], 'bulbs': []}py

Additional information

I have installed the most recent version in HACS. it says 0.2.0 in HACS but the diagnostics are showing the older version. Not sure if this is an error on my end.

thanks!
fixed in next release.

Amazing. Thanks so much

@vlebourl I did just try the most recent release 0.2.1

The device did not show up. Below are the logs. Let me know if I can do anything to test

2022-11-08 09:06:43.068 DEBUG (SyncWorker_10) [pyvesync.helpers] [post] calling '/cloud/v1/user/login' api
2022-11-08 09:06:43.170 DEBUG (SyncWorker_3) [pyvesync.helpers] [post] calling '/cloud/v1/user/login' api
2022-11-08 09:06:43.246 DEBUG (SyncWorker_15) [pyvesync.helpers] [post] calling '/cloud/v1/deviceManaged/devices' api
2022-11-08 09:06:43.317 DEBUG (SyncWorker_15) [pyvesync.vesync] New device list initialized
2022-11-08 09:06:43.317 DEBUG (SyncWorker_15) [pyvesync.vesync] Unknown device named Sadie Humidifer model LUH-O451S-WUS
2022-11-08 09:06:43.317 DEBUG (SyncWorker_15) [pyvesync.vesync] Error - 'VeSync' object has no attribute 'unknown'
2022-11-08 09:06:43.318 DEBUG (SyncWorker_15) [pyvesync.vesync] LUH-O451S-WUS device not added
2022-11-08 09:06:43.319 DEBUG (MainThread) [custom_components.vesync.common] Found the following devices: {'fans': [], 'outlets': [], 'switches': [], 'bulbs': []}

Requirements were not correctly set.
this should be fixed in v.0.2.3
upgrade process may be a bit more difficult... see https://github.com/vlebourl/custom_vesync/releases/tag/v0.2.3

amazing. 0.2.3 confirmed working. Thank you so much!