seidler2547 / ble-mqtt-bridge

A Python Bluetooth LE to MQTT bridge
20 stars 7 forks source link

Bluetooth LE Light #6

Open staraxis opened 6 years ago

staraxis commented 6 years ago

Hi would this bridge allow me to control a bluetooth light through home assistant? I've managed to sniff most of the codes for toggle, dim, rgb and temperature. I can also control it through gattlib but I'm trying to find the best way to integrate it with my HA setup. Any help would be greatly appreciated. Thanks!

seidler2547 commented 6 years ago

Most likely, yes. Depending on how complex the communication is, you either need to write a custom component or maybe you can use the MQTT light from HA.