Skip to content

A python package that interacts with the 2012 Insteon Hub (2242-222) PLM interface over it's TCP connection

License

Notifications You must be signed in to change notification settings

heathbar/insteontcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

insteontcp

A python package that interacts with the 2012 Insteon Hub (2242-222) PLM interface over it's TCP connection https://pypi.python.org/pypi/insteontcp

Installation

pip3 install insteontcp

Usage

import insteontcp
hub=insteontcp.InsteonTcp('xx.xx.xx.xx')
hub.turn_on('000000')

Where xx.xx.xx.xx is the IP address of the 2012 insteon hub and 000000 is the ID of an insteon light connected to the hub

About

A python package that interacts with the 2012 Insteon Hub (2242-222) PLM interface over it's TCP connection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages