homebridge-casper-glow
v1.0.3
Published
Homebridge platform plugin to connect and control multiple Casper Glow lights via Bluetooth Low Energy (BLE).
Downloads
466
Maintainers
Readme
homebridge-casper-glow
A Homebridge platform plugin to connect and control multiple Casper Glow lights via Bluetooth Low Energy (BLE).
This plugin exposes each Casper Glow light as a standard HomeKit Lightbulb service supporting native Power (On/Off) and Brightness controls.
Prerequisites & Installation Dependencies
Because this plugin communicates directly with the host machine's Bluetooth hardware using @abandonware/noble, native C++ binaries must be compiled during installation.
Before installing the plugin via the Homebridge UI, you must install the necessary build tools and Bluetooth development headers on your host server.
For Fedora Server
Run the following command to install the required compilers and system headers:
sudo dnf install gcc gcc-c++ make bluez bluez-libs-devel systemd-devel