Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 811 Bytes

README.rst

File metadata and controls

31 lines (20 loc) · 811 Bytes

THIS IS OLD AND NO LONGER UPDATED. Needed to make it private due to code check in issues.

pyhomeseer Build Status

Library for Python 3 to communicate with the HomeSeer 3 and 4. It currently supports:

  • Retrieving devices via refs and location
  • Controlling devices via refs using values or labels

Dependencies

PyHomeSeer depends on the Python package requests. Make sure you have these dependencies installed using pip install -r requirements.txt

How to use

See examples folder for usage

Maintainers

  • Original Creator: Larry Gregory (@legrego)