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

samuelthomas2774/homebridge-airport: Homebridge plugin for Apple AirPort base st ...

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

开源软件名称:

samuelthomas2774/homebridge-airport

开源软件地址:

https://github.com/samuelthomas2774/homebridge-airport

开源编程语言:

TypeScript 100.0%

开源软件介绍:

homebridge-airport

Homebridge plugin for Apple AirPort base stations. Currently only supports monitoring Wi-Fi clients.

# From registry.npmjs.com
npm install --global homebridge-airport

# From npm.pkg.github.com
npm install --global --registry https://npm.pkg.github.com @samuelthomas2774/homebridge-airport
{
    "platform": "airport.AirPort",
    "devices": {
        "AirPort Extreme": {
            "host": "airport-extreme.local",
            "password": "password"
        }
    },
    "accessories": [
        {
            "type": "connected-clients",
            "name": "Wi-Fi Network In Use",
            "stations": "all",
            "exclude-clients": [
                "00:00:00:00:00:00"
            ]
        }
    ]
}

TODO

  • Use a monitoring session instead of polling connected clients
  • HomeKit Accessory Security

Configuration

AirPort base station connections

The devices object maps names of AirPort base stations to their host/IP address and admin password.

{
    "AirPort Extreme": {
        "host": "airport-extreme.local",
        "password": "password"
    }
}

You can also add the port number if it's different for any reason (e.g. when using port forwarding to access remote base stations), and disable the default base station accessory.

{
    "AirPort Extreme": {
        "host": "airport-extreme.local",
        "password": "password",
        "port": 5009,
        "accessory": false
    }
}

Accessories

The accessories array contains a list of accessories to publish in Homebridge, with a type property and type-specific configuration.

AirPort base station

Accessories for each AirPort base station are automatically added (unless they are explicitly configured or the default base station accessory is disabled).

type must be "base-station" and id is the key for the base station in the devices object.

{
    "type": "base-station",
    "id": "AirPort Extreme"
}

To add an occupancy sensor that detects Wi-Fi clients, set the connected-clients property.

{
    "type": "base-station",
    "id": "AirPort Extreme",
    "connected-clients": [
        {
            "stations": [
                "all"
            ],
            "clients": [...],
            "exclude-clients": [...]
        }
    ]
}

Occupancy sensor

Adds an occupancy sensor that detects Wi-Fi clients.

{
    "type": "connected-clients",
    "name": "Wi-Fi Network In Use",
    "stations": [
        ["AirPort Extreme", "main"]
    ],
    "exclude-clients": [
        "00:00:00:00:00:00"
    ]
}

You can also whitelist clients to detect instead of excluding known clients.

{
    "type": "connected-clients",
    "name": "Wi-Fi Network In Use",
    "stations": [
        ["AirPort Extreme", "main"]
    ],
    "clients": [
        "00:00:00:00:00:00"
    ]
}



鲜花

握手

雷人

路过

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

请发表评论

全部评论

专题导读
上一篇:
tasict/homebridge-anova发布时间:2022-06-17
下一篇:
thncode/homebridge-fakeswitch发布时间: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