Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no attribute 'get_device_obj' #150

Open
BrewingGeek opened this issue May 29, 2023 · 1 comment
Open

no attribute 'get_device_obj' #150

BrewingGeek opened this issue May 29, 2023 · 1 comment

Comments

@BrewingGeek
Copy link

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)

@sampsyo
Copy link
Owner

sampsyo commented May 30, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants