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.6.tar.gz (16.8 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.6-py3-none-any.whl (12.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: caldera_sauna-0.0.6.tar.gz
  • Upload date:
  • Size: 16.8 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.6.tar.gz
Algorithm Hash digest
SHA256 6575d4d609796411c1604c0ab21ffbd0235a02d4ffd04cb87391185c8253731c
MD5 72d45e5cd056020d79cbdad144304e9f
BLAKE2b-256 35fa10cb71e12dd9e7d9e7486afde20f0ab9615555800d6e5e27ca56bf7367e4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: caldera_sauna-0.0.6-py3-none-any.whl
  • Upload date:
  • Size: 12.4 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.6-py3-none-any.whl
Algorithm Hash digest
SHA256 dc902c1701fb21ad9cceee421c2617d9eb1c82098fa46742862dd8c11560c74a
MD5 200956dfe85c461b189ddbae3ffba6e3
BLAKE2b-256 87d21d1ec645543fa0e12072bd1c0fef26c345f3d0a560b7c25f86fce71a1c16

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.0.6 This release

2 files

0.0.5

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