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.0.tar.gz
(5.5 kB
view details)
Built Distribution
File details
Details for the file pyhomeworks-1.1.0.tar.gz
.
File metadata
- Download URL: pyhomeworks-1.1.0.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 | f52d12627e1efea682460770954e203da8f478a01026b62282f00fe9e68fcd13 |
|
MD5 | aafa35d157e22f96aea4aa4ed59f095c |
|
BLAKE2b-256 | 45eb91adf0a338f0740fd40fe724b2ba717ca01148d4aab56db6a8fba2256020 |
File details
Details for the file pyhomeworks-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: pyhomeworks-1.1.0-py3-none-any.whl
- Upload date:
- Size: 6.4 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 | 3908b35147052a9e38c892b77d8a840923976133de95c2e53d48b9055c33a34e |
|
MD5 | d2947a44c667081b7af6dc46916fadf2 |
|
BLAKE2b-256 | 0c1cc8a58a81bf2a244644b253736f0c8b8ec534c8f2cc93d8414d3cd26ec08c |