Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

homebridge-network-sensor

willyzha4BSD-2-Clause0.0.4

Using wifi to detect if you are home.

homebridge-plugin

readme

homebridge-network-sensor

HomeBridge module to detect if a device is connected to the network.

Requires arp-scan to be installed

Sample config:

{
    "accessories": [
        {
            "accessory": "NetworkSensor",
            "name": "iPhoneX",
            "mac": "B0:19:C6:C5:AC:1E",
            "iface": "wlan0",
            "update_interval": 10000,
            "detection_timeout": 120000 
        }
    ]
}