Skip to content

Commit f8ca221

Browse files
authored
Update README.md
1 parent 9e2e7b8 commit f8ca221

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# homebridge-bslamp2
22
Homebridge plugin to control Mi Bedside Lamps 2
33

4-
## Why?
5-
The Mi Bedside Lamps 2 are HomeKit compatible, but I had a lot of connection problems with it. I found out that the bslamps2 are randomly not visible under the Bonjour/mDNS service `_hap._tcp.`. That's why HomeKit can't reach/find the devices. As the bslamps2 are using an ESP32 inside, I think they just calling `MDNS.begin` more than once without `MDNS.end()` in between. This would lead exaclty this behavior, but this is nothing what I can change or fix.
6-
So I've written this homebrige plugin to control the bslamps2 which uses the [hap-controller](https://github.com/Apollon77/hap-controller-node).
7-
4+
<a href="https://www.npmjs.com/package/homebridge-bslamp2"><img title="npm version" src="https://badgen.net/npm/v/homebridge-bslamp2?icon=npm&label"></a>
5+
<a href="https://github.com/satrik/homebridge-bslamp2"><img title="npm downloads total" src="https://badgen.net/badge/color/Repo/green?icon=github&label"></a>
86

97
## Install
108

0 commit comments

Comments
 (0)