Lutron Homeworks Series 4 and 8 interface over Ethernet
Project description
RFK101 Package
Package to connect to Lutron Homeworks Series-4 and Series-8 systems. The controller is connected by an RS232 port to an Ethernet adaptor (NPort).
Example:
from time import sleep
from pyhomeworks import Homeworks
def callback(msg,data):
print(msg,data)
hw = Homeworks( 'host.test.com', 4008, callback )
# Sleep for 10 seconds waiting for a callback
sleep(10.)
# Close the interface
hw.close()
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
pyhomeworks-0.0.5.tar.gz
(3.1 kB
view details)
Built Distribution
File details
Details for the file pyhomeworks-0.0.5.tar.gz
.
File metadata
- Download URL: pyhomeworks-0.0.5.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ebd2fa5aa4a23fc5d817a5543c95d577ec7804a9c6d906fb1562ea9121a9f88c |
|
MD5 | 712ca114f1636ce4de4bf2b87b40e399 |
|
BLAKE2b-256 | 8dcc6ab7b54504b334b48d033f166db35cd90baa372e06db7cae76afcb892c37 |
File details
Details for the file pyhomeworks-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: pyhomeworks-0.0.5-py3-none-any.whl
- Upload date:
- Size: 8.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e686438faeb37c72bd0654f6844227ed0965e24da04a75dd241640f42af3b78e |
|
MD5 | c3970fa8c5488c9e2029176113c6fbd1 |
|
BLAKE2b-256 | 4d07a58f0ac2464565ed0f9e67e1bbf01f1e9656cfca22e70b660a3c0ef65afc |