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.0.0.tar.gz
(5.4 kB
view details)
Built Distribution
File details
Details for the file pyhomeworks-1.0.0.tar.gz
.
File metadata
- Download URL: pyhomeworks-1.0.0.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c219dbdb92ea830e6a337e46941e0d5ae40ee7b76b87250e830d3453995a31dd |
|
MD5 | a2e8c124813a8ec7e981b337ce9f36e5 |
|
BLAKE2b-256 | 75ee6e3d957a28e61d4b7cb3c33c878fc6f0b6493d560d0ea9f9e54f7d322c3e |
File details
Details for the file pyhomeworks-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: pyhomeworks-1.0.0-py3-none-any.whl
- Upload date:
- Size: 6.3 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 | 52055bdbe943238c22950ffbf84b8aa3642c069c88c5366a58da0e9487289a8b |
|
MD5 | b3030d9926b0d5cbfc5fdedc38908942 |
|
BLAKE2b-256 | 437e3a4beeea439b6550ecb25ffdeb42b5581dd93295869e29ea3b8858771bb4 |