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