Lutron HomeWorks Series 4 and 8 interface over Serial and Ethernet
Project description
RFK101 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
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 lutron-homeworks-1.0.4.tar.gz.
File metadata
- Download URL: lutron-homeworks-1.0.4.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed8a879ab650f3e1e71d23431c7b8518e544c34eb61205d6fb79744b3d41dbab
|
|
| MD5 |
f47dcc7001c7f80d8805a4d8d96b1284
|
|
| BLAKE2b-256 |
4bfa536aac4f808159e454e343d1c605ee058a6fae11148174dd40fa73b688bc
|
File details
Details for the file lutron_homeworks-1.0.4-py3-none-any.whl.
File metadata
- Download URL: lutron_homeworks-1.0.4-py3-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d1fac2613001552b673499fe8433f9abd4647effd33b51dfe32795893bbb24f
|
|
| MD5 |
4b9489e8b9f972fd51106c820b9067fa
|
|
| BLAKE2b-256 |
afc728400fed253a30997f335e13ece5e556276731bb1be5e4f9439fd9fa8029
|