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 hashes)
Built Distribution
Close
Hashes for pyhomeworks-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 52055bdbe943238c22950ffbf84b8aa3642c069c88c5366a58da0e9487289a8b |
|
MD5 | b3030d9926b0d5cbfc5fdedc38908942 |
|
BLAKE2b-256 | 437e3a4beeea439b6550ecb25ffdeb42b5581dd93295869e29ea3b8858771bb4 |