1.0.0 • Published 9 months ago

homebridge-unifi-presence v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

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.