homeos/app/Livewire/Modals
HomeOS Bootstrap b85d2f60fe Phase 5: UniFi presence — poll, person↔client mapping
- UnifiClient service (art-of-wifi/unifi-api-client) talks to the local UDM with a
  read-only account (self-signed cert, verify_ssl off). Verified live: logged in
  and read 32 active clients.
- presence:poll command (scheduled every minute, withoutOverlapping): "home"
  immediately on association, "away" only after an 8-min debounce so iPhone WLAN
  sleep can't cause false-aways. Broadcasts PresenceChanged on the presence channel.
- Persons page: "Person hinzufügen" modal picks the representing device straight
  from the live UniFi client list (falls back to manual MAC entry if UniFi is down);
  the sweep then tracks that person's presence. mac + last_seen_home_at on persons.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-18 00:31:32 +02:00
..
AddPerson.php Phase 5: UniFi presence — poll, person↔client mapping 2026-07-18 00:31:32 +02:00
AssignDevice.php Phase 4: network discovery — sidecar, ingest, "Neue Geräte" + assign 2026-07-18 00:25:17 +02:00
Confirm.php Warnings → modal, device detail page, stable mock online state 2026-07-17 21:52:57 +02:00
Warnings.php Fix R15: include room-less devices in home status 2026-07-17 21:58:35 +02:00