-
Notifications
You must be signed in to change notification settings - Fork 12
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
More shark ion products? #1
Comments
I'd love that. I just don't have any other products, so it's a bit of a challenge. For starters, could you run the following snippet and share both outputs? from pprint import pprint
from sharkiqpy import get_ayla_api
ayla_api = get_ayla_api(USERNAME, PASSWORD)
ayla_api.sign_in()
shark_vacs = ayla_api.get_devices()
shark = shark_vacs[0]
shark.update()
pprint(dict(shark.property_values))
pprint(dict(shark.properties_full)) |
Edit: Got it working, typo on my part. Output attached. Thanks! |
Interesting. It looks like your vacuum uses a different set of API properties to control it. Let me look through this more carefully and try to think up a good path forward. It would be really cool if we could expand what the library supports, thanks. |
Just wondering if you plan on expanding support for more shark ion robots?
I have the older RV750 and your integration partially works. I see a status and vacuum name but not much else and none of the commands work.
If you have no plans to expand then disregard, but I'd be willing to provide more data if so.
Thanks
The text was updated successfully, but these errors were encountered: