pimatic-ble

0.9.3 • Public • Published

pimatic-ble

Pimatic Plugin that allows multiple BLE sources on Pimatic

This plugin it acts as a common discovery for multiple BLE devices, this is due to noble blocking procedure in order to discover bluetooth low energy devices

Also it provides a BLEPresenceSensor which simly keeps track of the pressence of any BLE device

Configuration

Add the plugin to the plugin section: { "plugin": "ble", "debug": false, "deviceDebug": false } If you enable the deviceDebug option you get extensive information on the devices that are being found while scanning for BLE devices. It is advised to only enable this if you are developing support for a new BLE device.

Then add the device entry for your device into the devices section: { "id": "ble-presence", "class": "BLEPresenceSensor", "name": "BLE Presence", "uuid": "01234567890a", "timeout": 30000 }

Then you can add the items into the mobile frontend

Developing support for BLE devices

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.9.3
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.9.3
    0
  • 0.9.2
    0
  • 0.8.0
    1

Package Sidebar

Install

npm i pimatic-ble

Weekly Downloads

1

Version

0.9.3

License

GPL-2.0

Last publish

Collaborators

  • rrooggiieerr
  • josecastroleon