aboutsummaryrefslogtreecommitdiff
path: root/readme.md
blob: 3365eeeaee573b23b7872e3b59049a57458c3cb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# homeassistant-beken

- a simple homeassistant plugin that allows the control of a bulb that goes by
	many names:
	- Shada Led's light
	- iLedBulb
	- Beken LED
- [here's](https://wiki.fhem.de/wiki/BEKEN_iLedBlub) the bluetooth protocol
	definition.
- sort of stable
- does require manual bluetooth pairing using `bluetoothctl` (or similar) on
  the device running homeassistant

> The following command was in a separate file, I don't remember if it was a
> temporary fix or is still required: `sudo setcap
> 'cap_net_raw,cap_net_admin+eip'
> venv/lib/python..../site-packages/bluepy/bluepy-helper`