API/Websocket to control Homewizard Climate devices
Project description
homewizard-climate-websocket
API/Websocket to control Homewizard Climate devices
This library allows you to control your Homewizard Climate devices. There are a multitude of brands that use Homewizard apps for their smart controls.
This was developed in oder to be used in a Home Assistant integration. It has not been thoroughly tested or worked with as a standalone code.
Supported Devices
This library is in an early stage of development and only works for the following device types returned from the Homewizard Climate API:
heaterfan
It has been tested on the following devices (even though it might work on others too):
Quick start
There's no separate requirements.txt
file, the dependencies can be found and installed in setup.py
username = os.environ["HW_CLIMATE_USERNAME"]
password = os.environ["HW_CLIMATE_PASSWORD"]
api = HomeWizardClimateApi(username, password)
api.login()
devices = api.get_devices()
ws = HomeWizardClimateWebSocket(api, devices[0])
ws.connect_in_thread() # There's also a blocking `connect`
time.sleep(5)
Installation
Stable Release (PyPi): pip install homewizard_climate_websocket
Local Development: pip install .
Development
Any help to increase the number of supported devices is much appreciated as I only had access to the one mentioned above.
See CONTRIBUTING.md for information related to developing the code.
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
File details
Details for the file homewizard_climate_ws-0.0.13.tar.gz
.
File metadata
- Download URL: homewizard_climate_ws-0.0.13.tar.gz
- Upload date:
- Size: 15.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49ab8a1ced2eb202a21298a26bc65e48c1050f6573f181feede51f9abd3fe685 |
|
MD5 | b3a8e556ff245db1fa57dfa2d13dfbb0 |
|
BLAKE2b-256 | bf28c00ca6dd5d5e95fcbb374a50aa4bd8e58cb43fc654cee6c40b7f7763614c |