Python Module to interface with a balboa spa
Requires Python 3 with asyncio.
To Install:
pip install pybalboa
To test:
python3 pybalboa <ip-of-spa-wifi> <debug-flag>
See __main__.py for usage examples.
Minimal example:
import asyncio
import pybalboa
async with pybalboa.SpaClient(spa_host) as spa:
# read/run spa commands- https://github.com/ccutrer/balboa_worldwide_app/wiki - invaluable wiki for Balboa module protocol
I maintain this python project in my spare time. If you find it useful, consider supporting development:
- 💜 Sponsor me on GitHub
- ☕ Buy me a coffee / beer
- 💸 PayPal (direct support)
- ⭐ Star this project
- 📦 If you’d like to support in other ways, such as donating hardware for testing, feel free to reach out to me