MirrorNest
← すべてのガイド

Homebridge

A lightweight server that emulates the HomeKit API, letting non-HomeKit smart-home devices (and hubs like Home Assistant) show up and work natively in Apple's Home app.

対象: Any Docker hostHomeKitsmart-homeDocker公式ホームページ ↗公式ドキュメント ↗
このガイドは上記リンク先にあるHomebridge公式ドキュメントをもとに作成されています。ディストリビューションやプロジェクトのバージョンは時間とともに変わるため、本番サーバーでこれらのコマンドを実行する前に、必ず公式ドキュメントで正確なパッケージ名・バージョン名を確認してください。
  1. 1Run the official container

    Host networking is required for HomeKit's device-discovery protocol (Bonjour/mDNS) to work correctly.

    docker run -d \ --name homebridge \ --network host \ -e TZ=Etc/UTC \ -v ./homebridge:/homebridge \ --restart unless-stopped \ homebridge/homebridge:latest
  2. 2Complete setup through the Homebridge UI

    The bundled Homebridge Config UI X web dashboard runs on port 8581 and walks through creating an admin account.

    http://your-server-ip:8581
  3. 3Install plugins for your specific devices

    Homebridge itself does nothing on its own -- individual community plugins (there are thousands) add support for specific brands and protocols, installed and configured entirely from the web UI's Plugins tab.