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.2.tar.gz
(5.6 kB
view hashes)
Built Distribution
Close
Hashes for pyhomeworks-1.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 136c82d953d5129ec5b48684b86da80ac8f26c082a4a17d61d0478a01ed588e1 |
|
MD5 | 00ef0c2dd689702b3c0f813d7ec082b8 |
|
BLAKE2b-256 | eadd56d1e8376a1fca39743a8b58e7110b84c9c7ffb963b1277d15a36f431b3e |