Lutron Homeworks Series 4 and 8 interface over 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
pyhomeworks-0.0.3.tar.gz
(3.1 kB
view details)
Built Distribution
File details
Details for the file pyhomeworks-0.0.3.tar.gz
.
File metadata
- Download URL: pyhomeworks-0.0.3.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 877ff1d852e4ed5fbb92d2623f318584b887a7f8eb86f68aa8e65c84cbfd5203 |
|
MD5 | abcbe092e60a55724e836d441268eb08 |
|
BLAKE2b-256 | 76f934f48fef042129032ef488fbeb5c9e06c792e00e0eda95de41f69255c1fa |
File details
Details for the file pyhomeworks-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: pyhomeworks-0.0.3-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c428c79430fb1a82488ec20928f71ecdb30d88e2e677c2e323854f138d15500c |
|
MD5 | 8c2907d163441fb602df49e11b1a2c60 |
|
BLAKE2b-256 | 824bb2d20f477ebfcb4dc197497f9fae85f3c0abfe390315d20163caf9c08635 |