×

米家安防摄像头Homebridge插件

消耗积分:0 | 格式:zip | 大小:0.02 MB | 2022-04-21

康桃花

分享资料个

授权协议 MIT License
开发语言 JavaScript
操作系统 跨平台
软件类型 开源软件
所属分类 其他开源物联网

软件简介

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:

    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.

    "accessories": [
      {
        "accessory": "MijiaCamera",
        "name": "SOME_NAME_FOR_THE_CAMERA",
        "ip": "IP_ADDRESS_OF_THE_CAMERA",
        "token": "CAMERA_TOKEN"
      }
    ]
    
  4. Restart Homebridge

 

声明:本文内容及配图由入驻作者撰写或者入驻合作网站授权转载。文章观点仅代表作者本人,不代表电子发烧友网立场。文章及其配图仅供工程师学习之用,如有内容侵权或者其他违规问题,请联系本站处理。 举报投诉

评论(0)
发评论

下载排行榜

全部0条评论

快来发表一下你的评论吧 !