sputnikdev / eclipse-smarthome-bluetooth-binding

Eclipse SmartHome Bluetooth Binding
46 stars 10 forks source link

Add Support for the Harbor Breeze bluetooth fan control #35

Open grizzlyjere opened 6 years ago

grizzlyjere commented 6 years ago

The Habor Breeze bluetooth fan control is apparently just a rebadge of this item: https://www.fan-light.com/product.php?id=231

When adding it to OpenHAB2 only the basic bluetooth items are available and not the fan speed and light brightness.

Someone built a homekit relay in NodeJS for this which I forked to create an MQTT relay so I could use it with OpenHAB. Perhaps the code would be of some assistance to get it working? My fork can be found here: https://github.com/grizzlyjere/mqtt-satellite-fan

Thanks!