Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.04 KB

File metadata and controls

28 lines (19 loc) · 1.04 KB

Integration in HomeKit

Using Homebridge-Dafang Plugin (Supports Additional Switches & Features)

HomeKit integration is possible via the Homebridge Dafang Plugin.

Installation

  1. Install ffmpeg on your computer
  2. Install the plugin using: npm install -g homebridge-dafang
  3. Edit config.json and add your camera.
  4. Run Homebridge
  5. Add extra camera accessories in Home app. The setup code is the same as in homebridge.

Detailed Installation

  1. Installation Guide
  2. MQTT & Camera Setup

Using Homebridge-camera-ffmpeg (Only Camera Stream)

Installation

  1. Install ffmpeg on your computer
  2. Install the plugin using: npm install -g homebridge-camera-ffmpeg
  3. Edit config.json and add your camera.
  4. Run Homebridge
  5. Add extra camera accessories in Home app. The setup code is the same as in homebridge.