eclipse-smarthome-bluetooth-binding icon indicating copy to clipboard operation
eclipse-smarthome-bluetooth-binding copied to clipboard

Expose this binding to remote computer

Open matteopedani opened this issue 7 years ago • 3 comments

Some bluetooth devices are too far and they are not seen from my hopenhab on my raspbery.

I can see two ways:

  1. Connect and extra high gain omnidirectional antenna.
  2. Connect two or more raspberry sparse in the house.

What is the best way to export the data to remote raspberry and use more than one raspberry to collect the data?

matteopedani avatar Jan 16 '18 09:01 matteopedani

Keeping complexity of the system as low as possible is always good way to solve a problem. So I suggest to extend BT range if possible. As far as I know smarthome-bluetooth-binding allows to use multiple dongles to improve connections stability.

bademux avatar Jan 16 '18 10:01 bademux

As @bademux mentioned above, @matteopedani you can use as many adapters as you want. Get a usb extension cable (5m max) or a usb repeater cable (25m max). This should be enough for most of the applications.

vkolotov avatar Jan 16 '18 10:01 vkolotov

@matteopedani For future reference - I'm using 2 RPi's, one running openhab + local CSR adapter, the other exposes two bluetooth dongles (one behind behind 5m usb extension cable) via usbip. Works fine, each device connects to closest adapter.

Although, there are rare situations when I need to reexport the dongles.

xrucka avatar Dec 10 '18 10:12 xrucka