BR Mesh Lights

I am trying to control my BRMesh bulbs directly in home assistant using the following ESP32 solution

I am struggling to get the keys for my bulbs. I have tried the adb command mentioned using my Google Pixel connected to my Windows laptop but it doesn’t recognise the GREP command. Error below:

grep : The term ‘grep’ is not recognized as the name of a cmdlet, function, script file, or operable program.

Any ideas ?

1 Like

I’ve also been trying to get the MQTT solution to work. I’m now looking into a ESPHome solution though since I can’t get the MQTT app you listed to compile. I can help with ‘grep’ though. ‘grep’ is a Linux command. If you are using windows, try using ‘findstr’ as a direct replacement for ‘grep’.

This is the ESPHome solution I’m working now:

I’ll reply if I get it to work.

2 Likes

Thanks will give it a go

I can confirm that dennispg/esphome-fastcon is working with two BRMesh floodlights from Amazon:

I got the pair for $26.99 with a coupon a couple years ago.

2 Likes

Hi,

It has been some time since I tried to get my BR Mesh lights working. Are you able to help me with explicit instructions on how to get the keys. I have a windows laptop and an android phone but am not getting anywhere fast !!!

I would appreciate any help to get the codes for the bulbs.

Hi, if youre on windows, what i did was “./adb logcat > output.txt” Then you turn on and off the lights, cancel the command, and that created a text file you can then search.