No project description provided
Project description
Python KlikAanKlikUit ICS-2000 library
This library gives methods to control a ICS-2000 from KlikAanKlikUit. It is made to add support for this device within Home assistant, which implementation is available in this repository.
Usage example:
hub = Hub("example@email.com", "password")
hub.login() # Authenticate
hub.get_devices() # request devices
for device in hub.devices:
if type(device) is SwitchDevice or type(device) is DimDevice:
print(device.name)
if device.get_on_status(): # returns bool
device.turn_off(False) # turn a device off
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ics_2000_python-0.1.1.tar.gz
(11.7 kB
view details)
Built Distribution
File details
Details for the file ics_2000_python-0.1.1.tar.gz
.
File metadata
- Download URL: ics_2000_python-0.1.1.tar.gz
- Upload date:
- Size: 11.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.12.2 Darwin/24.0.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58698a04059e6a5a17e52a4bb291e604b45a80c792ff99c7c61dc17e5105a89a |
|
MD5 | 3c53881e86556389f1170d00248efd7a |
|
BLAKE2b-256 | bcd67a9f4c86f4c0b07080541c0a613b3b05f4ae50dfeabfadb37e1a0b8141f2 |
File details
Details for the file ics_2000_python-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: ics_2000_python-0.1.1-py3-none-any.whl
- Upload date:
- Size: 15.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.12.2 Darwin/24.0.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d007d25bb430e93c051590a7f19aa00b7f8a015e3a58b643a3759eabaf07fa1e |
|
MD5 | 4b2b79e370480ed066a0cde43b1184e4 |
|
BLAKE2b-256 | c2daf512ef8b2ab7574361b957994ebb32166943adda6905b028bc3d6dba3444 |