Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 696 Bytes

README.rst

File metadata and controls

29 lines (19 loc) · 696 Bytes

pyhomeseer Build Status

Library for Python 3 to communicate with the HomeSeer 3. 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