homebridge-unifi-presence
v1.0.0
Published
Expose when certain devices are connected to your UniFi network as a HomeKit sensor!
Downloads
10
Maintainers
Readme
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.