My ESPHome Bluetooth Proxies have stopped communicating with my Bluetooth Devices

Using 3 Olimex Ethernet Proxies. I have 15 Switchbot devices and 2 August Locks, which work perfectly via my phone’s bluetooth. However, show as unavailable in Home Assistant. Proxies are all on Firmware 2024.6.0. Home Assistant is on 2024.6.4. This problem started occurring two weeks ago. Would get it to work intermittently if I went back to a previous backup, but within a couple hours would stop communicating again. Pulling my hair out.

YAML for one of my proxies-

substitutions:
  name: olimex-bluetooth-proxy-3e5f28
  friendly_name: Nursery BT Proxy
packages:
  esphome.bluetooth-proxy: github://esphome/bluetooth-proxies/olimex-esp32-poe-iso.yaml@main
esphome:
  name: ${name}
  name_add_mac_suffix: false
  friendly_name: ${friendly_name}
api:
  encryption:
    key: "secret"
ota:
  platform: esphome

ESPHome Logs-
< 2024-06-23 14:29:23,843 INFO 200 GET /devices (0.0.0.0) 2.98ms
2024-06-23 14:34:23,840 INFO 200 GET /devices (0.0.0.0) 1.41ms
2024-06-23 14:39:23,840 INFO 200 GET /devices (0.0.0.0) 1.44ms
2024-06-23 14:44:23,843 INFO 200 GET /devices (0.0.0.0) 2.91ms
2024-06-23 14:49:23,841 INFO 200 GET /devices (0.0.0.0) 1.39ms
2024-06-23 14:54:23,839 INFO 200 GET /devices (0.0.0.0) 1.43ms
2024-06-23 14:58:56,403 INFO 200 GET / (0.0.0.0) 24.63ms
2024-06-23 14:58:56,448 INFO 200 GET /static/fonts/material-icons/material-icons.css?hash=ead4c276 (0.0.0.0) 11.67ms
2024-06-23 14:58:56,453 INFO 200 GET /static/fonts/material-icons/MaterialIcons-Regular.woff2?hash=570eb838 (0.0.0.0) 3.68ms
2024-06-23 14:58:56,459 INFO 200 GET /static/css/esphome-2.css?hash=b92d56a2 (0.0.0.0) 8.89ms
2024-06-23 14:58:56,466 INFO 200 GET /static/js/esphome/index-Coj9zNoA.js (0.0.0.0) 15.69ms
2024-06-23 14:58:56,551 INFO 200 GET /devices (0.0.0.0) 1.94ms
2024-06-23 14:58:56,580 INFO 200 GET /static/js/esphome/c.BvfXFcuf.js (0.0.0.0) 22.10ms
2024-06-23 14:58:56,590 INFO 200 GET /static/images/logo-text.svg (0.0.0.0) 8.49ms
2024-06-23 14:58:56,592 INFO 200 GET /static/fonts/material-icons/MaterialIcons-Regular.woff2 (0.0.0.0) 8.79ms
2024-06-23 14:58:56,930 INFO 200 GET /static/js/esphome/c.Cxavpvjx.js (0.0.0.0) 7.13ms
2024-06-23 14:58:56,934 INFO 200 GET /static/js/esphome/c.0kl3f7I_.js (0.0.0.0) 3.13ms
2024-06-23 14:59:01,548 INFO 304 GET /devices (0.0.0.0) 1.39ms
2024-06-23 14:59:23,841 INFO 200 GET /devices (0.0.0.0) 1.38ms
2024-06-23 15:04:23,840 INFO 200 GET /devices (0.0.0.0) 1.41ms
2024-06-23 15:09:23,842 INFO 200 GET /devices (0.0.0.0) 2.77ms
2024-06-23 15:13:06,187 INFO 304 GET / (0.0.0.0) 2.45ms
2024-06-23 15:13:06,264 INFO 304 GET /devices (0.0.0.0) 2.84ms
2024-06-23 15:13:11,265 INFO 304 GET /devices (0.0.0.0) 2.62ms >Preformatted text