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

JulianBX/homebridge-enet

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

开源软件名称:

JulianBX/homebridge-enet

开源软件地址:

https://github.com/JulianBX/homebridge-enet

开源编程语言:

JavaScript 100.0%

开源软件介绍:

Initially by ChristophFausak

Changes:

v0.6.4 : Now the eNet-Commands can update the homekit states and brightness. So, when using a hardware dimmer or switch the lightbulbs current state will be reflected. There is an issue with time delay and overlapping messages by the mobileGate: When changing the dimmer setting the mobile gate gives an update too fast and the bulb gets updated "on the way" to the desired dim setting. Not yet sure how to slow things down! Nontheless, it works with my dimmers and switches. Hopefully I didn't break anything, so please be careful.

homebridge-enet

Gira/Jung eNet plugin for homebridge: https://github.com/nfarina/homebridge

This plugin can communicate with Jung/Gira Mobile Gateways and their provisioned devices. Currently, the whole setup needs to be done with the respective Jung/Gira eNet app. Then you need to get the channels for your devices. You might guess them - first used channel is 16. Or you use the sampe-gateway.js from the homebridge-enet package to read the config of your gateway.

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g https://github.com/JulianBX/homebridge-enet
  3. Update your configuration file. See the sample below.

Configuration

Configuration sample:

    "platforms": [
        {
            "platform": "eNetPlatform",
            "name": "eNet",
            "autodiscover": true,
            "gateways": [{
                "name": "Mobile Gate",
                "mac": null,
                "host": null,
                "accessories": [
                    {
                        "channel": 16,
                        "name": "Kitchen",
                        "type": "Shutter"
                    },
                    {
                        "channel": 17,
                        "name": "Toaster",
                        "type": "Switch",
                        "duration": 120
                    },
                    {
                        "channel": 18,
                        "name": "Main Light",
                        "type": "Light",
                        "dimmable": true
                    }
                ]
            }]
        }
    ]
}

autodiscover is optional. If set to false, no broadcast discovery takes place, all gateways need to have the "host" property set. Default is to autodiscover gateways using broadcasts.

gateways is a list of gateways.

For each gateway, you need to give an identification, which will be used to find the gateway on the network. You have three possibilities:

  • host - if you provide a hostname or ip address that is the identification for the gateway.
  • mac - you can specify the mac-address of the gateway, e.g. by running sampe-discovery.js from the homebridge-enet package.
  • name - identify gateway by its name. You can set this name with the Jung/Gira eNet app. Factory default is "Mobile Gate"

accessories is a list of defined accessories on the gateway. Every accessory has the following properies:

  • channel - The eNet channel assigned to the accessory.
  • name - The HomeKit name of the accessory.
  • type - Type of accessory. Currently supported:
    • Shutter - Window accessory. You can set the target position.
    • Switch - An on/off switch.
    • Light - Same as Switch, but with a Lightbulb icon on Homekit.
  • duration - optional When the accessory is switched on, it will be automatically switched off after duration seconds. Only for Switch and Light accessories.
  • dimmable - optional Only for Light accessories.

License

Published under the MIT License.




鲜花

握手

雷人

路过

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

请发表评论

全部评论

专题导读
上一篇:
ConnorHowell/homebridge-telefunken发布时间:2022-06-17
下一篇:
moutten/docker-homebridge: Docker image setup for running homebridge (with the i ...发布时间:2022-06-17
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

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

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

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