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
PyHomeSeer depends on the Python package requests. Make sure you have these dependencies installed using
pip install -r requirements.txt
See examples folder for usage
- Larry Gregory (@legrego)