Skip to content

Homekit accessary to detect office occupancy using BLE

Notifications You must be signed in to change notification settings

gsapkal/hap-office-occupancy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Homekit Occupancy Detector

Homekit accessory to detect occupancy using BLE devices.

Implemented using -

This accessory scans all the nearby BLE devices and filters the device by name. When the specific device is found it updates the occupancy state based on RSSI threshold ( default -60).

Usage :

go build ./cmd/occupancy 
./occupancy --bind {LocalIP}:{Port} --store {accessory file store path} --device {Device Name}

The default pin for this accessory is 00102003

Update

About

Homekit accessary to detect office occupancy using BLE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages