example.py", line 120, in mon
device_class = client.get_device_obj(device_id)
AttributeError: 'Client' object has no attribute 'get_device_obj'
attempting to run the example with a the client already seen.. The plan example returns me:
694f9210-0e9f-11f5-adf1-a06faa9c01f5: Washer (WASHER T1772HDFV_F)
Hmm; it seems like you must have a different version of wideq installed: the Client object here does have that method on it. Maybe uninstalling and reinstalling the package could help?
example.py", line 120, in mon device_class = client.get_device_obj(device_id) AttributeError: 'Client' object has no attribute 'get_device_obj'
attempting to run the example with a the client already seen.. The plan example returns me: 694f9210-0e9f-11f5-adf1-a06faa9c01f5: Washer (WASHER T1772HDFV_F)