A python api for controlling a homevision system via the netio interface.
Project description
HomeVision NetIO Controller
A python api for controlling a homevision system via the netio interface.
The commands are sent over the a socket to the netio server running in HomeVision XL.
How to use:
from homevision_netio_controller import HomeVisionController, Macro
actions = {
"HOT WATER 1 HOUR": Macro(42)
}
controller = HomeVisionController("192.168.1.100", 9999, "f498m0M9j87Hj743RgK8HI", actions = actions)
controller.action_command({"command": "HOT WATER 1 HOUR"})
For more information on NetIO visit it's homepage
For more information on NetIO Homevision plugin visit the website
For more information on further commands see the help pages of the plugin.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file homevision-netio-controller-0.1.1.tar.gz.
File metadata
- Download URL: homevision-netio-controller-0.1.1.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0424a9d601f483e3a609c5deeff1ec69587003a370bfecf63cdcbc36a07a573f
|
|
| MD5 |
91069f7f82a4d4dd0a5800c2bdeb0c81
|
|
| BLAKE2b-256 |
9396c98f52c9b25262f4b436b1b4533b8f8586baf09375490333fb52ed92efd6
|
File details
Details for the file homevision_netio_controller-0.1.1-py3-none-any.whl.
File metadata
- Download URL: homevision_netio_controller-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b71f0978055bb2357b5891409e079b43c8a90bd5e0f4d3e0f380397a589bf307
|
|
| MD5 |
bbef3abf368d9461030031dcdd848644
|
|
| BLAKE2b-256 |
2c002af2906b8c482c9ce3ddd2078290f6828a94cfe815fb89e2345ad77e9021
|