项目作者: josepramon

项目描述 :
Homebridge plugin for the Xiaomi Mijia 1080P Smart IP Camera, also known as Mi Home Security Camera.
高级语言: JavaScript
项目地址: git://github.com/josepramon/homebridge-mijia-camera.git
创建时间: 2018-05-05T18:27:32Z
项目社区:https://github.com/josepramon/homebridge-mijia-camera

开源协议:MIT License

下载


homebridge-mijia-camera

Homebridge plugin for the Xiaomi Mijia 1080P Smart IP Camera, also known as Mi Home Security Camera.

For now the plugin only allows turning on and off the camera.

Installation

  1. Install the package:

    1. npm install -g homebridge-mijia-camera
  2. Get the IP and token of the camera

    See this or this for instructions.

  3. Update the Homebridge configuration:

    Add the camera configuration to the accessories node, with the appropriate values.

    1. "accessories": [
    2. {
    3. "accessory": "MijiaCamera",
    4. "name": "SOME_NAME_FOR_THE_CAMERA",
    5. "ip": "IP_ADDRESS_OF_THE_CAMERA",
    6. "token": "CAMERA_TOKEN"
    7. }
    8. ]
    1. Restart Homebridge