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

itsfrosty/homebridge-c4-plugin: Homebridge Control4 Plugin

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

开源软件名称:

itsfrosty/homebridge-c4-plugin

开源软件地址:

https://github.com/itsfrosty/homebridge-c4-plugin

开源编程语言:

JavaScript 100.0%

开源软件介绍:

homebridge-c4-plugin

This plugin for homebridge allows you to control your control4 devices using Siri/Homekit on iOS. This plugin is very early state and right now only supports lights/dimmers.

This does two-way sync so any changes made using switches or control4 app will be reflected in Homekit in few seconds.

How To:

The documentation is not that easy to follow right now :(. Will improve it in future revs.

Known Issues:

  • Changing thermostat mode is not working

Sample Homebridge Config:

"accessories": [
  {
    "accessory": "c4",
    "name": "Stair Light",
    "device_type": "light",
    "proxy_id": "94",
    "variable_ids": {
      "level": "1001",
      "state": "1000"
    },
    "base_url": "http://192.168.1.142:9000",
    "refresh_interval": 2000
  },
  {
    "accessory": "c4",
    "name": "Bedroom",
    "device_type": "thermostat",
    "proxy_id": "36",
    "variable_ids": {
      "current_state": "1107",
      "target_state": "1104",
      "current_temperature": "1130",
      "heatpoint": "1132",
      "coolpoint": "1134",
      "unit": "1100"
    },
    "base_url": "http://192.168.1.142:9000",
    "refresh_interval": 2000
  }
]

Adding More Device types:

You need to add new device file similar to devices/light.js. For each variable the device supports, you need to the following:

  • Characteristic mapping from hap-nodejs
  • Value convertors from and to control4 values to homebridge values.

In your device config, add the variableID in config.json for homebridge.




鲜花

握手

雷人

路过

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

请发表评论

全部评论

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

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

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

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

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