sharkiq icon indicating copy to clipboard operation
sharkiq copied to clipboard

Returning to dock....

Open nutsofamily opened this issue 3 years ago • 3 comments

Its docked but does not update once returned

nutsofamily avatar Mar 10 '21 15:03 nutsofamily

ANy updates or is this dead?

nutsofamily avatar Mar 11 '21 23:03 nutsofamily

I'm seeing this same behavior. I don't know if their API changed but the property value of the docked status doesn't exist in a full dump of the properties. https://github.com/ajmarks/sharkiq/blob/master/sharkiqpy/sharkiq.py#L58

The closest I'm seeing is maybe ReportPeriodDock but I need to look closer

mehuman avatar Apr 29 '21 21:04 mehuman

The API has changed at least to how this code was originally written. There is no longer a DockedStatus being returned in the properties. Since there is no other way to charge the vacuum other than the dock, I think it's safe to assume that if the vacuum is charging it is also docked.

mehuman avatar May 01 '21 00:05 mehuman