1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
[](https://codecov.io/gh/sharkiqlibs/sharkiq)
[](https://pypi.org/project/sharkiq/)
[](https://pypi.org/project/sharkiq/)
[](https://github.com/sharkiqlibs/sharkiq)
[](https://sharkiqlibs.github.io/sharkiq/)
# sharkiq
Unofficial SDK for Shark IQ robot vacuums, designed primarily to support an integration for [Home Assistant](https://www.home-assistant.io/).
This library is heavily based off of [sharkiq](https://github.com/ajmarks/sharkiq) by [@ajmarks](https://github.com/ajmarks), with a few minor changes to allow it to work on newer versions of the Shark API.
## Installation
```bash
pip install sharkiq
```
## Usage
Examples can be found in the [examples directory](examples/).
## Documentation
You can view the latest documentation [here](https://sharkiqlibs.github.io/sharkiq/).
## TODOs:
* Add support for mapping
* Once we have mapping, it may be possible to use the RSSI property combined with an increased update frequency
to generate a wifi strength heatmap. Kind of orthogonal to the main purpose, but I really want to do this.
## License
[MIT](https://choosealicense.com/licenses/mit/)
|