1.3 KiB
1.3 KiB
title, description, published, date, tags, editor, dateCreated
| title | description | published | date | tags | editor | dateCreated |
|---|---|---|---|---|---|---|
| hoobs | true | 2026-06-28T14:30:35.733Z | markdown | 2026-06-28T14:30:34.041Z |
HOOBS – Smart-Home-Hub
Zusammenfassung: HOOBS (Homebridge-basiert) ist die Smart-Home-Zentrale auf dem PI2. Läuft als hoobsd.service und verbindet HomeKit mit Nicht-HomeKit-Geräten.
Quellen: 🔌 SSH (systemctl status hoobsd.service)
Zuletzt aktualisiert: 2026-06-28
Status
| Metrik | Wert |
|---|---|
| Dienst | hoobsd.service |
| Aktiv seit | 4. Juni 2026, 01:28 Uhr |
| Version | hoobsd 5.1.8, HOOBS CLI 4.2.4, HOOBS GUI 4.2.2 |
| CPU-Verbrauch | ~2 Wochen kumulierte CPU-Zeit |
| Tasks | 102 |
| Port | 3000 (HTTP Web UI) |
| Restart | always (RestartSec=3) |
Konfiguration
- Service-Definition:
/etc/systemd/system/hoobsd.service[Unit] Description=HOOBSD After=network-online.target [Service] Type=simple User=root ExecStart=/usr/bin/hoobsd hub Restart=always RestartSec=3 KillSignal=SIGINT [Install] WantedBy=multi-user.target
Ports
HOOBS belegt mehrere hochrangige Ports (51826–65080) für Child-Prozesse (Plugins, Bridges).