@cagdaskemik/homebridge-ledstrip-bledom-lotuslantern

1.1.3 • Public • Published

homebridge-ledstrip-bledom

This plugin let you control RGB Bluetooth-enabled "ELK-BLEDOM" LED light strips, that are compatible with the Lotus Lantern app.

Control On/Off, Hue, Saturation and Brightness.

Prerequisite

You need to have a bluetooth device. Check using hcitool dev command. You may also need root access with Homebridge

To run without root access, go to homebridge terminal and type sudo setcap cap_net_raw+eip $(eval readlink -f `which node`)

Installation

npm i @bjclopes/homebridge-ledstrip-bledom

Configuration

{
    "accessory": "LedStrip", // Dont change
    "name": "LED", // Accessory name
    "uuid": "be320202f8e8" // BLE device UUID
}

To find your device uuid, use hcitool lescan, grab the device uuid, remove all ':' and use lowercase alpha characters

Contribution

This package is basen on the work of Lylya on the project homebridge-ledstrip-ble. The new configuration parameters are based on the work of user154lt on the project ELK-BLEDOM-Command-Util.

You can contribute by creating merge request, you can find a documentation of the BLE message used here : Documentation

Package Sidebar

Install

npm i @cagdaskemik/homebridge-ledstrip-bledom-lotuslantern

Weekly Downloads

9

Version

1.1.3

License

ISC

Unpacked Size

38.8 kB

Total Files

7

Last publish

Collaborators

  • cagdaskemik