Skip to main content

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.

Sauna climate control in Heat mode    Device page: climate, cabin lamp, mood light and timer

⚠️ 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)

  1. In HACS → ⋮ → Custom repositories, add https://github.com/realark/caldera-ble as an Integration.
  2. Search for Caldera Sauna, download it, and restart Home Assistant.
  3. 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)
  • Binary sensor — fault/problem indicator (diagnostic)

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

# Home Assistant integration tests (separate env; needs Python <= 3.12 for now)
python3.12 -m venv .venv-ha && . .venv-ha/bin/activate
pip install -e ".[ha-test]"
pytest tests_ha/ -o asyncio_mode=auto

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, and do not assume that software commands, reported state, or connectivity are reliable. It does not replace or augment any safety mechanisms provided by the manufacturer — never bypass or disable those. Don't run the sauna unattended, and follow all of the manufacturer's safety instructions, including unplugging the sauna when it's not in use. You are solely responsible for how you use this software.

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

caldera_sauna-0.0.5.tar.gz (16.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

caldera_sauna-0.0.5-py3-none-any.whl (12.0 kB view details)

Uploaded Python 3

File details

Details for the file caldera_sauna-0.0.5.tar.gz.

File metadata

  • Download URL: caldera_sauna-0.0.5.tar.gz
  • Upload date:
  • Size: 16.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.3

File hashes

Hashes for caldera_sauna-0.0.5.tar.gz
Algorithm Hash digest
SHA256 4e5e4b28f7d53c6c8d1b08ad9db644649a3e8ac454f623f8578f04ed135cae25
MD5 d1e22c11f7733296fc1edd6b2adabca7
BLAKE2b-256 e480eb07b1e9c83474884bfe09f3d70e347b0c5572d811a1a066f399d24c1c0c

See more details on using hashes here.

File details

Details for the file caldera_sauna-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: caldera_sauna-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 12.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.3

File hashes

Hashes for caldera_sauna-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 0ad3fd1b8a61b2758f41ebd6a1433b9623be89e0f87966a0497326466fabc01e
MD5 ea57060f1c8965122923f018ac85f48b
BLAKE2b-256 496d23643c24a90f4f7297a974301b5ec76ab9131e512ac0b22985f8b9e7eff0

See more details on using hashes here.

Release history Release notifications | RSS feed

0.0.6

2 files

This release

0.0.5 This release

2 files

0.0.4

2 files

0.0.3

2 files

0.0.2

2 files

0.0.1

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page