• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

kopiro/homebridge-tapo-camera: Homebridge plugin for TP-Link TAPO security camer ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

kopiro/homebridge-tapo-camera

开源软件地址:

https://github.com/kopiro/homebridge-tapo-camera

开源编程语言:

TypeScript 100.0%

开源软件介绍:

homebridge-tapo-camera

Make your TP-Link TAPO security camera compatible with Homekit through Homebridge / HOOBS.

verified-by-homebridge

photo_2021-11-23 11 57 48

The plugin exposes the camera RTSP video feed, 2 accessories to control "Privacy Mode" and "Alarm" and a motion detection accessory.

The accessory called "Eyes" controls the privacy mode; when it's on it means that the camera is able to see (this is to make sure we support the command "Hey Siri, turn on Camera", as this will disable privacy mode and enable alarm).

The accessory called "Alarm" switches on/off the alarm sound, but keep in mind that notifications will still be sent to the phone.

The motion detection is built on top of the ONVIF protocol and it is enabled by default; therefore you can set up automations and Homekit can send you notification when motion is detected.

Installation

You can install it via Homebridge UI or manually using:

npm -g install homebridge-tapo-camera

Configuration

It is highly recommended that you use either Homebridge Config UI X or the HOOBS UI to install and configure this plugin.

Adding the unbridged accessory to Home

Once done you will have unbridged accessories, therefore you need to manually add them in your Home app.

Manual configuration

If you want to have manual control over the configuration, add the following configuration in the platforms key:

{
  // ...
  platforms: [
    // Other platforms
    {
      // Note, if you've upgraded the plugin and you have no more camera in the Home app, you need to change this to "tapo-camera" lowercase (before v1.6.2 it was "TAPO-CAMERA")
      platform: "tapo-camera",
      cameras: [
        {
          name: "Adamo",

          ipAddress: "__IP_ADDRESS__",
          password: "__PASSWORD__",
          streamPassword: "__STREAM_PASSWORD__",
          streamUser: "__STREAM_USER__",

          // Optionals, don't put them in the config if you need the default values
          pullInterval: 60000, // Numbers of milliseconds after we update accessories by polling
          disableStreaming: false, // Disables the video feed
          disablePrivacyAccessory: false, // Disables the privacy accessory
          disableAlarmAccessory: false, // Disables the alarm accessory
          disableMotionAccessory: false, // Disables the motion detection sensor
          lowQuality: false, // Video stream will be requested in low-quality (640x480) instead of HQ (1920x1080)

          // An object containing a video-config passed to camera-ffmpeg
          // Please check https://www.npmjs.com/package/homebridge-camera-ffmpeg for all the possible values\
          // Make sure you don't override default values provided by this plugin unless you know what you're doing!
          videoConfig: {}
      ],
    },
  ],
}
  • __IP_ADDRESS__ is the IP address of the camera in your local network; as long you have a bridge setup, you can also fully control the camera outside your Home.
  • __PASSWORD__ is the password of your TAPO Cloud account, the username/email is not needed.
  • __STREAM_USER__ and __STREAM_PASSWORD__ are the credentials you set in Settings > Advanced Settings > Camera Account.



鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap