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()
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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyhomeworks-1.1.2.tar.gz.
File metadata
- Download URL: pyhomeworks-1.1.2.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/5.1.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26afab8e18e69cf14d684b821f28bef22db44602dfd6ba5983a42ac04edac7b3
|
|
| MD5 |
1d92e6c537ae14b50ea7dce8caee484f
|
|
| BLAKE2b-256 |
2c814f2f5c388b58b79c195fbdd5346845145e97f01777bdc108eade0fb56310
|
File details
Details for the file pyhomeworks-1.1.2-py3-none-any.whl.
File metadata
- Download URL: pyhomeworks-1.1.2-py3-none-any.whl
- Upload date:
- Size: 6.5 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 |
136c82d953d5129ec5b48684b86da80ac8f26c082a4a17d61d0478a01ed588e1
|
|
| MD5 |
00ef0c2dd689702b3c0f813d7ec082b8
|
|
| BLAKE2b-256 |
eadd56d1e8376a1fca39743a8b58e7110b84c9c7ffb963b1277d15a36f431b3e
|