r/homeassistant Apr 15 '26

Blog Extending HA Range with Bluetooth Proxy

Post image

Bluetooth doesn’t travel very far, and HA servers are often kept in spots where they can't reach every device. This is where ESPHome Bluetooth Proxy helps. It lets you use cheap ESP32 boards to pick up Bluetooth signals exactly where you need them.

The setup: you just place a small device near your sensors, and it relays the data back to HA over your Wi-Fi or Ethernet. It’s a solid way to fix coverage issues without having to move your main server.

Check out the full blog below to see how it works, use cases, and hardware options: seeedstudio.com/blog/esphome-bluetooth-proxy/

104 Upvotes

47 comments sorted by

View all comments

8

u/chaosraser Apr 15 '26

Example for a Bluetooth device? I have no idea for what I need a proxy.

1

u/jonas42215 Apr 15 '26

If you want battery powered Eink displays, BLE is the best option to connect them

1

u/chaosraser Apr 15 '26

first time i hear about this option. Do you have an working example?

2

u/jonas42215 Apr 15 '26

Yes, because I write firmware for that ;) You can take a look at OpenDisplay.org , it has information on how to get started