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.
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’.
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 !!!
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.