当前位置: 首页 > 软件库 > 其他开源 > 物联网 >

homebridge-rademacher-homepilot

授权协议 MIT License
开发语言 JavaScript
所属分类 其他开源、 物联网
软件类型 开源软件
地区 不详
投 递 者 仲孙疏珂
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

homebridge-rademacher-homepilot

Homebridge plugin for Rademacher Homepilot.

Installation

Follow the instruction in homebridge for the homebridge server installation.The plugin is published through npm and should be installed "globally" by typing:

npm install -g homebridge-rademacher-homepilot

Update your config.json file. See config.json in this repository for a sample.

Configuration

Configuration sample:

  "platforms": [
      {
        "platform": "RademacherHomePilot",
        "name": "RademacherHomePilot",
        "url": "http://192.168.0.1",
        "password": "",
        "password_hashed": "false",
        "scenes_as_switch":"false",
        "debug": "false",
        "did_list_usage": "none",
        "did_list": []
      }
    ]
  • url: address of HomePilot's web interface in your local network,
  • password: password to HomePilot (if enabled in its web interface)
  • password_hashed: password to HomePilot is alerady hashed with sha256 (if enabled in its web interface)
  • scenes_as_switch: if "true", all scenes are added as switch to HomeKit, otherwise scenes are not added at all
  • debug: if "true", debugging is activated
  • did_list_usage: if "include" you can choose what Devices are mirrored to HomeKit, you have to enter matching DIDs below, if "exclude" you can exclude a list of DIDs, default is "none"
  • did_list: enter the Device IDs (DIDs) you want to be shown in HomeKit. You can find them in the log file in square brackets ("[12/6/2020, 5:40:36 PM] [RademacherHomePilot] blinds are online: bodentief [10000]" => did = 10000), example list: "did_list": [10000,10001,10002]

Community

The official Homebridge Discord server and Reddit community are where users can discuss Homebridge and ask for help.

Homebridge Discord

HomeKit communities can also be found on both Discord and Reddit.

 相关资料
  • 对于给定训练集 {D}' ,我们希望基于学习算法 L 学得的模型所对应的假设 h 尽可能接近目标概念 c。 为什么不是希望精确地学到目标概念c呢?因为机器学习过程受到很多因素的制约: 获得训练结果集 {D}' 往往仅包含有限数量的样例,因此通常会存在一些在 {D}' 上“等效”的假设,学习算法无法区别这些假设。 从分布 D 采样得到的 {D}' 的过程有一定偶然性,即便对同样大小的不同训练集,学得结果也可能有所不同。

  • Homebridge 是一个轻量级 NodeJS 服务器,它模拟 iOS HomeKit API,提供从 HomeKit 到“智能家居”设备制造商提供的各种第三方 API 的基本桥接。通过 Homebridge 的桥接,可以让 Siri 控制完全不支持 HomeKit 的设备。 此外 Homebridge 支持插件。

  • homebridge-vsx homebridge-vsx is a plugin made for homebridge,which allows switching on and off your Pioneer AV receiver. All AV receivers (VSX and SC),which work with the iControl AV5 App are support

  • homebridge-sesame Control and monitor your Sesame smart lock with HomeKit integration. Prerequisites Installation of Homebridge iOS 11 or later Sesame lock with enabled cloud integration Sesame Wifi A

  • homebridge-panasonictv A homebridge plugin for turning on and off your Panasonic Viera TV. The plugin also has experimental support for changing the volume and channel. These characteristics are not r

  • Quick Start | Contribute A Wake on Lan plugin for Homebridge Turn your PCs, laptops, servers and more on and off through Siri Quick Start To install the plugin, head over to the machine with Homebridg