-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from natekspencer/balboa
Extend functionality of Balboa Spa component
- Loading branch information
Showing
13 changed files
with
328 additions
and
216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,26 @@ | ||
[![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg)](https://github.com/custom-components/hacs) | ||
|
||
# Balboa Spa integration for home-assistant | ||
Home assistant integration for a Balboa spa wifi controller. | ||
# Balboa Spa Client integration for home-assistant | ||
Home assistant integration for a spa equipped with a Balboa BP system and a | ||
bwa™ Wi-Fi Module (50350). | ||
|
||
## Configuration | ||
|
||
There is a config flow for the spa. After installing, | ||
go to integrations, hit + to setup a new integration, search for "Balboa Spa", | ||
go to integrations, hit + to setup a new integration, search for "Balboa Spa Client", | ||
select that, and add the IP address or hostname of your spa's wifi adapter. | ||
|
||
If you have a blower, it will be listed as a "fan" in the climate device for | ||
the spa. Currently the code assumes you have a 3-speed blower, if you only | ||
have a 1-speed, only use LOW and OFF. | ||
|
||
## Screenshot | ||
## Screenshots | ||
|
||
![Screenshot](Screenshot_spa.png) | ||
![Screenshots](Screenshot_spa.png) | ||
|
||
## See also | ||
## Related Projects | ||
|
||
<https://github.com/garbled1/pybalboa> | ||
* https://github.com/garbled1/pybalboa - Python library for local spa control | ||
* https://github.com/plmilord/Hass.io-custom-component-spaclient - Another HASS custom component (and source of "spaclient" logos) | ||
* https://github.com/ccutrer/balboa_worldwide_app - Fountain of knowledge for most of the messages sent from the spa wifi module | ||
* https://github.com/natekspencer/BwaSpaManager - A SmartThings cloud-based solution |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.