Lutron Homeworks Series 4 and 8 interface over Ethernet
Project description
pyhomeworks 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 )
hw.start()
# Sleep for 10 seconds waiting for a callback
sleep(10.)
# Close the interface and stop the worker thread
hw.stop()
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-1.1.1.tar.gz
(5.5 kB
view details)
Built Distribution
File details
Details for the file pyhomeworks-1.1.1.tar.gz
.
File metadata
- Download URL: pyhomeworks-1.1.1.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4706958ce84cced42c283f85fbe3cb7306b482a7c2fbc6909a5a0c5674098eff |
|
MD5 | 98f4cef6393ba6e36d33b68efcb19d90 |
|
BLAKE2b-256 | 6ee416b25bb1c28b506a3dece3be1c244e927af8f2d5359806eec68b8b0fb065 |
File details
Details for the file pyhomeworks-1.1.1-py3-none-any.whl
.
File metadata
- Download URL: pyhomeworks-1.1.1-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba7a6eeed5824920955b242b0a481a876dda0a3c8e4f83abd751aad1144636dd |
|
MD5 | 0d5d78ee1780ef0c68b2ed4b3552bc61 |
|
BLAKE2b-256 | fed4370b3eb28606bc1f08b623aa2c1bff49261db33dbfcb7b30f3575aac5590 |