Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/garbled1/pybalboa

Python Module to interface with a balboa spa
https://github.com/garbled1/pybalboa

Last synced: about 9 hours ago
JSON representation

Python Module to interface with a balboa spa

Awesome Lists containing this project

README

        

pybalboa
--------

Python Module to interface with a balboa spa

Requires Python 3 with asyncio.

To Install::

pip install pybalboa

To test::

python3 pybalboa

To Use
``````

See ``__main__.py`` for usage examples.

Minimal example::

import asyncio
import pybalboa

async with pybalboa.SpaClient(spa_host) as spa:
# read/run spa commands
return

Related
```````
- https://github.com/ccutrer/balboa_worldwide_app/wiki - invaluable wiki for Balboa module protocol