1.0.1 • Published 2 years ago

homebridge-magic-triones v1.0.1

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
2 years ago

Homebridge Triones LED Light Fluter Plug in

This plug-in enables you to control your MagicBlue LED light bulb. Special thx to Lucas for this amazing plugin!

npm install -g homebridge-magic-triones

Connecting and setting up

The light bulb uses Bluetooth low energy. This means that your Raspberry Pi needs to have Bluetooth in some way. You will need to know the mac address of the light bulb. You can discover it by installing bluez and everything to your Raspberry Pi. A possible guide can be found here. However, you don't need to compile it yourself. I find the version in the repositories to be sufficient. You can then discover the mac address by running the command shown below. The mac is "FB:00:E0:82:AA:1F" in this case.

	$ sudo hcitool lescan
	LE Scan ...
	FF:FF:C8:5D:68:9E Eve
	FF:FF:C8:5D:68:9E Eve Thermo
	33:03:44:44:AA:5C (unknown)
	33:03:44:44:AA:5C Eve Door
	FB:00:E0:82:AA:1F (unknown)
	22:20:7B:99:D3:AF (unknown)
	FB:00:E0:82:AA:1F LEDBLE-A582661F    <--- this is your triones
	22:20:7B:99:D3:AF (unknown)

Installation

Run the following command

npm install -g homebridge-magic-triones

Chances are you are going to need sudo with that.

Config.json file

{
    "accessory": "magic-triones",
    "name": "MagicBlue",
    "mac": "FB:00:E0:82:AA:1F"
}
KeyDescription
accessoryRequired. Has to be "magic-blue-bulb"
nameRequired. The name of this accessory. This will appear in your Homekit app
macRequired. The mac address that you discovered earlier
handleOptional. The handle that is used by the bulb for setting on/off and colors. This basically works like a key and you are writing the value. Use 46 for the newer(?) version of the bulbs. The standard value for the older(?) version is integrated into the code

Issues

This software comes with no warranty. It works for me and it might for you.

1.0.1

2 years ago

1.0.0

2 years ago