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 )
# Sleep for 10 seconds waiting for a callback
sleep(10.)
# Close the interface
hw.close()
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-0.0.8.tar.gz
(4.7 kB
view details)
Built Distribution
File details
Details for the file pyhomeworks-0.0.8.tar.gz
.
File metadata
- Download URL: pyhomeworks-0.0.8.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10dda39c2af0e39e98a55bb4d3bf042b99c9f034937debb6096994613d49d7d3 |
|
MD5 | b9728b740f2a0dc2d763f507f9162060 |
|
BLAKE2b-256 | d0c0a00539248201bb50721ea8c7e8fa627ec8e1de40dd1297f5c36104d018bd |
File details
Details for the file pyhomeworks-0.0.8-py3-none-any.whl
.
File metadata
- Download URL: pyhomeworks-0.0.8-py3-none-any.whl
- Upload date:
- Size: 5.6 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 | 62752f340c15a19fe348cea65bff944cf0eba55675de0f65ad025c1f25f5749f |
|
MD5 | 67389ed3d143c8315796f8dfa34f923d |
|
BLAKE2b-256 | 521778713b6818755a1a9d0e2f7da5efdfe3e9f8d88c95ea6d3e374b16959b73 |