homeos/lang/en
HomeOS Bootstrap a4edbbf801 Fix R15: provision a per-device MQTT credential when assigning a device
Assigning a Shelly now issues a real broker credential so the physical device can
connect (onboarding was incomplete before):
- MqttCredentialProvisioner writes a mosquitto-compatible PBKDF2-SHA512 ($7$)
  password line (in PHP) for username = the device's topic prefix, and touches a
  reload trigger. A small wrapper in the mosquitto container (docker/mosquitto/
  config/entrypoint.sh) SIGHUPs mosquitto so it re-reads the passwd live — no
  restart. Verified: a provisioned device authenticates and publishes to its own
  prefix (bound by the pattern %u ACL).
- The credential is shown once on the device page after assignment (enter it into
  the Shelly). passwd is app-owned + world-readable so the web request can write it.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-18 00:50:53 +02:00
..
access.php All sidebar tabs are real pages (zero console errors) 2026-07-18 00:16:16 +02:00
auth.php Phase 1: bootstrap — Docker stack, Laravel 13, design system, auth 2026-07-17 21:06:20 +02:00
automations.php All sidebar tabs are real pages (zero console errors) 2026-07-18 00:16:16 +02:00
common.php Warnings → modal, device detail page, stable mock online state 2026-07-17 21:52:57 +02:00
dashboard.php Fix R15: include room-less devices in home status 2026-07-17 21:58:35 +02:00
devices.php Fix R15: provision a per-device MQTT credential when assigning a device 2026-07-18 00:50:53 +02:00
discovery.php Phase 4: network discovery — sidecar, ingest, "Neue Geräte" + assign 2026-07-18 00:25:17 +02:00
host.php Charts: Chart.js MQTT + host traffic on the Host page 2026-07-18 00:40:32 +02:00
nav.php Home dashboard + Host tab: device state & warnings, server status split out 2026-07-17 21:20:38 +02:00
persons.php Phase 5: UniFi presence — poll, person↔client mapping 2026-07-18 00:31:32 +02:00
rooms.php Rooms pages: index (per-room status) + show (devices with live control) 2026-07-18 00:05:30 +02:00
settings.php All sidebar tabs are real pages (zero console errors) 2026-07-18 00:16:16 +02:00
windows.php Fenster & Türen page: contact/motion sensor overview 2026-07-18 00:07:44 +02:00