(forked from richardpowellus/HBBWASpaManager
- Dashboard and Tiles shown above have been customized by Tile Master by BPTWorld apps
- View real-time temperature
- Set heatingSetPoint temperature
- Turn on/off lights, pumps, mister and aux devices
- Set & automate High/Low & Rest/Ready modes to reduce energy usage
- Control spa using Hubitat's Rules/WebCore
- Spa equipped with a Balboa Cloud Spa Controller
- Hubitat Hub
- Hubitat Package Manager
- Connect the spa to using these steps:
- BWA Cloud Spa Controller
- Create userid and password and verify BWA Cloud connectivity using BWA Spa Control iOS/Android App
- Install Hubitat Package Manager (HPM) on your Hubitat Hub:
- Search HPM for * BWA Spa Manager, Install and Configure the App
- Separate devices will be created according to the custom configuration/features of your spa to control temperature, pumps, lights, rest/ready states, mister, etc.
- V1.2.0 code stream now maintained by Kurt Sanders (Previous versions were maintained by Richard Powell)
- Changed namespace to 'kurtsanders' in app and drivers
- Moved hardcoded logging values in driver to UI preferences and added logging expire timeout logic.
- Added 'Switch Capability' in device parent for:
- Value: On (TempRange: high, ReadyMode: Ready)
- Value: Off (TempRange: low, ReadyMode: Rest)
- Added capability "Actuator" and attribute "ReadyMode", "enum", ["Ready", "Rest"] with command "setReadyMode"
- Added attribute "TempRange", "enum", ["low", "high"] and command "setTempRange"
- Added app and drivers to HPM Public Install App for easier install and updates