Overview
The Huum smart sauna heaters allow users to create a personalized sauna experience with ease. By integrating with home capability systems, you can control temperature and settings remotely or via voice commands, enhancing convenience and relaxation.
Benefits
- Adjust sauna temperature from anywhere in the home or while on the go.
- Set schedules for sauna use to ensure optimal heating before you arrive.
- Monitor and control sauna settings via voice commands for hands-free operation.
Intent
This capability enables homeowners to easily manage their Huum sauna heaters through smart home integrations. The outcome is a customizable sauna experience that can be adjusted for comfort and efficiency.
Preconditions
- Huum smart sauna heater installed and connected to the home network.
- Home Assistant or compatible home capability platform configured.
- Home Assistant installed and configured.
- Integration available and authenticated: Zigbee2MQTT.
- Device installed and reachable: HVAC and Climate Control.
Actors
- Homeowner
- Family members
- Guests
Trigger
The capability is triggered by a user command via a smart device or voice assistant, or a scheduled time for sauna use.
Workflow Diagram
flowchart TD
A[User Command] -->|check| B{{Is Sauna On?}}
B -->|Yes| C[Adjust Temperature]
C --> D[Temperature Set]
B -->|No| E[Turn On Sauna]
E --> F[Temperature Set]
Workflow Description
1. Initiate Command
The homeowner sends a command through their smartphone app or voice assistant to control the sauna heater.
2. Check Current State
The system checks if the sauna is currently on or off.
3. Adjust Temperature
If the sauna is on, the system adjusts the temperature based on the user’s command.
4. Turn On Sauna
If the sauna is off, the system powers on the heater and sets the desired temperature.
5. Confirmation
The system sends a confirmation notification to the user about the current state and settings of the sauna.
Postconditions
The sauna heater is either set to the desired temperature or powered on and heating to the specified temperature, ready for use.
Optional Enhancements
- Integrate with a wellness app to track sauna sessions and health benefits.
- Add automated reminders for sauna maintenance or cleaning.
- Enable geofencing to automatically prepare the sauna as users return home.
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | Zigbee2MQTT, Z-Wave JS | HVAC and Climate Control, ecobee4 Smart Thermostat |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)