Displays vehicle and asset status from Stein.APP directly in Home Assistant.
Version 0.4.0 – 2025-07-04
- Bearer‑Token authentication (only API‑Key required)
- Uses BU‑ID to address your organisation unit
- Polls
/assets/?buIds=<BU-ID>and creates one sensor per asset - Sensor state = operational status (
Einsatzbereit,Im Einsatz, …) - Rich attributes:
label,comment,category,last_modified, …
- Add this repo (
https://github.com/Lexorius/HomeAssistant-THW-Stein.app-API) as custom repository (type Integration). - Install THW Stein.
- Restart Home Assistant.
- Copy the folder
custom_components/thw_steininto your HAconfig/custom_components/. - Copy
hacs.jsonandicon.pngto repo root if you want HACS discovery. - Restart Home Assistant.
| Field | Description |
|---|---|
| API‑Key | Your Bearer token from Stein.APP |
| BU‑ID | Numeric ID of your organisation unit |
| Scan‑Intervall | Poll frequency in seconds (default 300) |
<Label> <Name> <RadioName> – combined and cleaned.
Example: FGr Kommunikation → State: Einsatzbereit
GET https://stein.app/api/api/ext/assets/?buIds=<BU-ID>– listGET https://stein.app/api/api/ext/assets/<asset_id>– detail (reserved for future attributes)