pyvesync
pyvesync copied to clipboard
PyVesync fails to recognise smart plug
Hi, I'm trying to connect to a smart plug in both home assistant and in my own python test scripts but so far, no joy.
On initialising the library in debug mode, I get the following messages:
2023-06-17 10:06:12,736 - DEBUG - New device list initialized 2023-06-17 10:06:12,736 - DEBUG - Unknown device named OfficePCs model WHOGPLUG 2023-06-17 10:06:12,736 - DEBUG - Error - 'VeSync' object has no attribute 'unknown' 2023-06-17 10:06:12,736 - DEBUG - WHOGPLUG device not added 2023-06-17 10:06:12,736 - DEBUG - Start updating the device details one by one
So, it looks like it's failing to find my plug, which is a 'WI-FI Smart Plug, WHDZ03' (available here: https://www.amazon.co.uk/Socket-Monitor-Function-SmartLife-Control/dp/B09CYMF1CP).
Do you support this device and is there anything I can do to get it working?