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

paulw11/homebridge-wiser: Clipsal C-Bus Wiser plugin for home bridge

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

开源软件名称:

paulw11/homebridge-wiser

开源软件地址:

https://github.com/paulw11/homebridge-wiser

开源编程语言:

TypeScript 100.0%

开源软件介绍:

homebridge-wiser

homebridge-wiser is a plug-in for Homebridge that adds support for the original Clipsal C-Bus Wiser and the Clipsal Wiser 2.

Accessories are automatically discovered from the Wiser project. To add additional accessories, add them to your Wiser project and restart homebridge.

Installation

You can install the plug-in using npm:

sudo npm install -g homebridge-wiser

Changes in 2.0

You will need to make some changes in your config file if you are upgrading from version 1 of this plugin. The platform name is now homebridge-wiser. Note that this change means your accessories will be re-created.

Other enhancements in 2.0 include:

  • Support for fan controllers as HomeKit fans.
  • Support for shutter relays as HomeKit blinds.
  • The ability to ignore specific Group Addresses in the Wiser project.

Configuration

homebridge-wiser is added as a platform in your config.json:

"platforms": [
  {
  "platform": "homebridge-wiser",
  "name": "Wiser",
  "wiserAddress": "1.2.3.4",
  "wiserUsername": "admin",
  "wiserPassword": "yourpassword",
  "wiserPort": "8888",
  "ignoredGAs": [
                {
                    "network": 254,
                    "ga": 4
                },
                {
                    "network": 254,
                    "ga": 5
                }
            ],
}
]

The ignoredGAs section is optional. If a group address is listed in this section, an accessory will not be created even if it is found in your Wiser project.

After adding the platform, simply restart homebridge and your C-Bus groups will be added as new accessories automatically.

Note: wiserPort is not the web server port on your wiser (80). Unless you have changed your Wiser from the default settings, 8888 is the correct value.

Credits

Thanks to Michael Farrell for some useful Documentation on the Wiser.




鲜花

握手

雷人

路过

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

请发表评论

全部评论

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

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

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

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

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