This custom component integrates with the Wavespa cloud API, providing control of devices such as WaveSpa Garda hot tubs.
Thank you to the bestway integration and various HA forum posts for pointers so I could reverese engineer this to work Most of the words in this Readem come from the Bestway integration I forked from
You must have an account with the Wavespa mobile app Lay-Z-Spa app credentials will not work. Both apps appear to have identical feature sets.
Wavespa uses different API endpoints for EU and US. If you get an error stating account could not be found, try using the other endpoint. If this does not help, then create a new account under a supported country.
A Wi-Fi enabled model is required. No custom hardware is required.
See the supported devices list for more details.
This integration is delivered as a HACS custom repository.
- Download and install HACS.
- Add a custom repository in HACS. You will need to enter the URL of this repository when prompted:
https://github.com/GraemeDBlue/ha-wavespa
.
Ensure you can control your device using the Wavespa mobile app. At time of writing, there was also a Lay-Z-Spa branded app, but despite this being the recommended app in the installation manual, the spa could not be added. The Wavespa app worked flawlessly.
- Go to Configuration > Devices & Services > Add Integration, then find Wavespa in the list.
- Enter your Wavespa username and password when prompted.
Any changes made to the spa settings via the Wavespa app or physical controls can take a short amount of time to be reflected in Home Assistant. This delay is typically under 30 seconds, but can sometimes extend to a few minutes.
Achieve faster (or even local) updates.
- Capture more traffic from the mobile app to work out how it receives updates so quickly.
- The integration currently has to poll, but the mobile app is able to reflect changes based on physical button presses within a fraction of a second.
- A brief recent attempt suggested that the Android app may have certificate pinning enabled, making this slightly harder than expected. Perhaps decompilation is an easier route.
- We know the spa talks directly to the cloud using MQTT. Traffic captures against the Android app appeared to show only HTTPS traffic.
- https://github.com/cdpuk/ha-bestway
- https://github.com/B-Hartley/bruces_homeassistant_config
If you want to contribute to this please read the Contribution Guidelines.