my collection of bluetooth devices that i control via ble proxy is starting to grow large and i want to figure out ways to help offset the load. Right now i have a wifi esp32 and an ethernet esp32 on opposite sides of the house that control about ble 30 devices that open/close bilnds/curtains.
The issues is id like to be able to open/close all these as close to at the same time as i can. of course that wont be possible from max number of connections, retries, etc, but id like to figure out a solution to at least make the connection to so many devices more reliable.
I did try adding more esphome devices but felt like it made it worse probably from the caching not workng too well since there were so many devices too close.wifi connection seems to be fine as well so i dont think upgrading the other device to ethernet as well would help. Maybe finding devices that have the most amount of concurrent connections? Any thoughts here for larger ble networks?