Skip to content

gjbadros/pyketra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyketra

A simple Python library for controlling a Ketra-brand system for lighting, etc.

Authors

Greg Badros (gjbadros on github) built this package for the Vantage Controller lighting systems.

Installation

Get the source from github, or use from pypi.

Example

import pyketra

v = Ketra("192.168.0.x", "xxxxxx", 'Home')
v.load_json_db(True)
print v.outputs
# use v to control lights

License

This code is released under the MIT license.

About

Python3 interface to Ketra-brand lighting system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages