Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/garbled1/pybalboa
- Owner: garbled1
- License: apache-2.0
- Created: 2019-12-15T12:04:59.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-01T16:14:00.000Z (22 days ago)
- Last Synced: 2024-12-15T23:01:55.643Z (7 days ago)
- Language: Python
- Size: 264 KB
- Stars: 24
- Watchers: 7
- Forks: 17
- Open Issues: 8
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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 pybalboaasync with pybalboa.SpaClient(spa_host) as spa:
# read/run spa commands
returnRelated
```````
- https://github.com/ccutrer/balboa_worldwide_app/wiki - invaluable wiki for Balboa module protocol