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 hashes)
Built Distribution
Close
Hashes for pyhomeworks-1.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba7a6eeed5824920955b242b0a481a876dda0a3c8e4f83abd751aad1144636dd |
|
MD5 | 0d5d78ee1780ef0c68b2ed4b3552bc61 |
|
BLAKE2b-256 | fed4370b3eb28606bc1f08b623aa2c1bff49261db33dbfcb7b30f3575aac5590 |