0.2.1 • Published 6 years ago

homebridge-automation-bluetooth-presence v0.2.1

Weekly downloads
12
License
ISC
Repository
github
Last release
6 years ago

Automation - Bluetooth presence

Example config.json:

{
  "accessories": [
    {
      "accessory": "AutomationBluetoothPresence",
      "name": "Dad's iTag",
      "deviceId": "65504c9b6e5441f8927bbd768e455d4f",
      "gracePeriod": 600
    }
  ]
}

This accessory will create a motion sensor linked with a Bluetooth device.

When the device is found, the motion sensor is triggered. When the device is not seen for longer than gracePeriod, the motion sensor will stop detecting movement.

The plugin will show the history history in the Elgato's Eve app.

Configuration options

AttributeRequiredUsageExample
nameYesA unique name for the accessory. It will be used as the accessory name in HomeKit.Dad's iTag
deviceIdYesThe device ID.65504c9b6e5441f8927bbd768e455d4f
gracePeriodNo (default: 600)The number of seconds to wait for announcements before considering the device gone. 10 minutes (600 seconds) is recommended.600 (seconds, equal to 10 mintues)

Find the device ID

Method 1 - Clone the repo

  1. Clone this repo
  2. Run npm install or yarn install in the folder you've cloned the repo
  3. Run npm run detect-devices. A list of devices will appear on screen. Grab the device ID from the list and add it to the config.

Method 2 - Install the plugin globally

  1. Run npm install homebridge-automation-bluetooth-presence -g
  2. Run automation-bt-detect-devices. A list of devices will appear on screen. Grab the device ID from the list and add it to the config.

Devices that can be monitored

You can track:

0.2.1

6 years ago

0.2.0

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago