Metadata-Version: 2.1
Name: spiderpy
Version: 1.6.1
Summary: Python wrapper for the Spider API, a way to manage your Spider installation
Home-page: https://www.github.com/peternijssen/spiderpy/
Author: Peter Nijssen
Author-email: peter@peternijssen.nl
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: requests (>=2.0)

# SpiderPy
Unofficial Python wrapper for the Spider API, to control your Spider installation.
Use the same credentials as the ones you use at [https://mijn.ithodaalderop.nl ](https://mijn.ithodaalderop.nl )

This library is not affiliated with Itho Daalderop or Spider and retrieves date from the endpoints of the mobile application. Use at your own risk.

## Currently supports

**Thermostat**
- Viewing the current and target temperature
- Changing operation mode to Heat or Cool
- Changing the fan speed

**Power Plugs**
- Viewing the energy usage and the state of power plugs
- Enabling or disabling power plug

All other elements like ventilation are not supported purely because my home does not support this. So I am missing a valid test case.
Same goes for all the upcoming Spider expansions.

## Home Assistant
This library is being used in [Home Assistant](https://www.home-assistant.io/components/spider/) as a component.

## Homey
There is also a [Homey integration](https://github.com/lvanderree/com.synplyworks.spider) for Spider available. It however does not use this library.

## More information about Spider (Dutch)
[http://www.ithodaalderop.nl/spider-thermostaat/wat-is-spider](http://www.ithodaalderop.nl/spider-thermostaat/wat-is-spider)

## Contributors
* [Peter Nijssen](https://github.com/peternijssen)
* [Stefan Oude Vrielink](https://github.com/soudevrielink)
* [Bennert van Wijs](https://github.com/bennert)
