Security News
Supply Chain Attack Detected in @solana/web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
homebridge-bf-blebox
Advanced tools
BleBox plugin for Homebridge: https://github.com/nfarina/homebridge - forked from https://github.com/Actardnes/homebridge-blebox
Supports BleBox devices on HomeBridge Platform
More information about installation homebridge on Raspberry Pi you can find: Install homebridge on raspberry
Install homebridge using:
npm install -g homebridge
Install this plugin using:
npm install -g homebridge-blebox
Update your configuration file as bellow.
By default configuration file config.json is in {HOME_PATH}/.homebridge folder. If this file and folder doesn't exists create them.
Configuration sample (remove comments) :
{
"bridge": {
"name": "SomeBridgeName", // Custom bridge name
"username": "08:D4:0C:B5:DE:71", // Unique username, best solution to use bridge mac address
"port": 51826, // Don't change this
"pin": "131-45-155" // Pin must be in this format, but you can change this numbers
},
"description": "Custom description",
"platforms": [
{
"platform": "BleBoxPlatform", // Don't change this
"name": "SomePlatformName" // Custom platform name
"NEXT_SCAN_DELAY_IN_MIN" : 0 // (Optional, default: 0) How often platfrom should scan network for blebox devices( 0 - only once at startup, Other value - number of minutes beetween scaning)
}
],
"accessories": []
}
Run Home app on your Iphone.
Choose "Add accessory".
Your Bridge should be found. Choose it.
Enter PIN you set in config.json.
Proceed steps in Home app. *In some IOS version during configuring accessory we may see error: "Cannot communicate with accessory". Just click OK.
Control your BleBox devices by app or voice commands (Siri).
FAQs
BleBox plugin for Homebridge: https://github.com/nfarina/homebridge - forked from https://github.com/Actardnes/homebridge-blebox
The npm package homebridge-bf-blebox receives a total of 0 weekly downloads. As such, homebridge-bf-blebox popularity was classified as not popular.
We found that homebridge-bf-blebox demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.