Caldera Sauna — Home Assistant integration
Local control of Relaxe Caldera infrared saunas over Bluetooth LE — no cloud, no account. Adds sauna controls to Home Assistant, and works through an ESPHome BLE proxy if the sauna is out of range of your HA host.
⚠️ Safety: Unofficial, as-is software with no warranty — and not a safety device. Never rely on it as your only safeguard. Follow all of the sauna manufacturer's safety instructions, including unplugging the sauna when it's not in use, and never run it unattended. See Safety & liability below.
Install (HACS)
- In HACS → ⋮ → Custom repositories, add
https://github.com/realark/caldera-bleas an Integration. - Search for Caldera Sauna, download it, and restart Home Assistant.
- Open Settings → Devices & Services — your sauna should be discovered automatically. Click Configure to add it.
Disconnect the manufacturer's phone app from the sauna first — the sauna allows only one Bluetooth connection at a time.
That's it. You'll get:
- Climate — power on/off, current & target temperature
- Light — RGB mood light (color presets as effects)
- Switch — cabin lamp
- Number — session timer (minutes)
Manual install (without HACS)
Copy custom_components/caldera_sauna/ into your HA config/custom_components/
and restart.
How it works
Reverse-engineered from the manufacturer's Android app: the sauna exposes a
cheap serial-over-BLE module (service FFF0, characteristic FFF1) speaking a
plain ASCII protocol — no pairing, PIN, or auth. The integration talks to it
through Home Assistant's Bluetooth stack, so both host adapters and ESPHome BLE
proxies work. Full wire protocol: PROTOCOL.md.
The protocol logic lives in a standalone, hardware-independent Python library
(caldera-sauna on PyPI); the Home
Assistant integration is a thin layer on top.
Developing
src/caldera_sauna/
protocol.py pure codec (no I/O) — encode commands, decode status frames
device.py bleak + bleak-retry-connector transport (proxy-compatible)
monitor.py read-only CLI: scan, connect, print decoded state
scripts/ hardware probes / calibration tools (read-only unless noted)
tests/ unit tests for the codec (no hardware needed)
custom_components/caldera_sauna/ the Home Assistant integration
python3 -m venv .venv && . .venv/bin/activate
pip install -e ".[dev]"
pytest # codec tests, no hardware
ruff check src tests scripts custom_components
Device-specific info stays out of git — copy .env.example to .env and set
your sauna's BLE address (find it with bluetoothctl scan on or nRF Connect).
The scripts/ tools read .env; with no address set they scan by name
(default Sauna). Read-only state monitor:
caldera-sauna-monitor # scan by name, print decoded state; sends nothing
Releases are cut with ./release.sh <version> (bumps versions, publishes to
PyPI, tags, pushes, and creates the GitHub release HACS installs from).
Safety & liability
This is free, unofficial, as-is software (see LICENSE). It comes with no warranty of any kind, and the authors accept no liability for any damage, injury, or loss arising from its use — including malfunction, incorrect readings, dropped or delayed commands, or a heater being left on.
This is not a safety device. Do not rely on it for safety-critical control of your sauna. Your sauna's own built-in thermostat, timer, and over-temperature protection are the safety layer — this software must never be your only line of defense. Don't run the sauna unattended, and follow the manufacturer's safety instructions. By using this software you accept full responsibility for the outcome.
Independent project — not affiliated with, endorsed by, or supported by Relaxe or Caldera. Reverse-engineered for personal interoperability.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file caldera_sauna-0.0.4.tar.gz.
File metadata
- Download URL: caldera_sauna-0.0.4.tar.gz
- Upload date:
- Size: 15.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9273eee6f93fb0f95aaad10681794b2e597a1c033f3f50151a821c5fe9525060
|
|
| MD5 |
4af3c35211550bbfab7feae686aa0581
|
|
| BLAKE2b-256 |
3420d4f0ee916232852bb8eb9585f92a074efdbf230b539b11c50c0254972178
|
File details
Details for the file caldera_sauna-0.0.4-py3-none-any.whl.
File metadata
- Download URL: caldera_sauna-0.0.4-py3-none-any.whl
- Upload date:
- Size: 11.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe7eb38602d0add82a4a484c8fe8a13bf4d12beeef33d460bc5cbd160101306e
|
|
| MD5 |
6d5a87eb3c4126d067ae2003c274b694
|
|
| BLAKE2b-256 |
cc71824ac996779543a8c3ba4f093f91bf5002a094d249d59427d842484f15de
|