homebridge-unifi-presence

1.0.0 • Public • Published

Homebridge UniFi Presence Sensor

Expose when certain devices are connected to your UniFi network as a HomeKit sensor!

Example config:

{
            "accessory": "UniFiOccupancySensor",
            "name": "UniFiOccupancySensor",
            "unifi": {
                "hostname": "192.168.1.1",
                "port": 443,
                "username": "<change me>",
                "password": "<change me>",
                "sslverify": false
            },
            "people": [
                {
                    "name": "Fred",
                    "detectionType": "IP",
                    "filter": "192.168.1.168"
                }
            ]
        }

All PRs and issues are welcome. This was thrown togeather very quickly. So expect possible issues.

Package Sidebar

Install

npm i homebridge-unifi-presence

Weekly Downloads

3

Version

1.0.0

License

none

Unpacked Size

16.2 kB

Total Files

7

Last publish

Collaborators

  • simplyalec