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.2.tar.gz
(3.1 kB
view details)
Built Distribution
File details
Details for the file pyhomeworks-0.0.2.tar.gz
.
File metadata
- Download URL: pyhomeworks-0.0.2.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 | c97103d843b3b1dc9d5d3332143f1c1ac7d6571753569730e6195fab28dc59a5 |
|
MD5 | b9881b9ebd57603dfab60fff4fa53a31 |
|
BLAKE2b-256 | 7bb3e442cfe8b693966ea3b91e44ea0b614666d27fed6e61bec461da888b7175 |
File details
Details for the file pyhomeworks-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: pyhomeworks-0.0.2-py3-none-any.whl
- Upload date:
- Size: 8.4 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 | 724739b7c38a8bfe75dcb9e8988f75647113e219d6060a00687a2abde637eb2a |
|
MD5 | 99702404bc40de308d7dbad388533c0d |
|
BLAKE2b-256 | 1c9e627edce732be0ce274033c3e8563f3f508be0644d89f48438bdd0ad36956 |