1.5.1 • Published 4 months ago

@lyliya/homebridge-ledstrip-ble v1.5.1

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months ago

homebridge-ledstrip-ble

!WARNING
This plugin is no longer maintained as I now use HomeAssistant, feel free to open issue if needed, but I can't garantee fixing stuffs

This plugin let you control RGB ledstrips using this kind of 12V BLE RGB LED strip controller module.

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 @lyliya/homebridge-ledstrip-ble

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

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

1.5.1

4 months ago

1.5.0

4 months ago

1.4.5

1 year ago

1.4.4

1 year ago

1.4.3

1 year ago

1.4.2

1 year ago

1.2.4

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.0

3 years ago

1.2.1

3 years ago

1.0.15

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago