openhab-addons/bundles/org.openhab.binding.bluetooth.bluegiga
Jacob Laursen f4596f581e
Update license headers to 2024 (#16168)
* Update copyright year in configuration
* Update license headers
* Manually update nibeheatpump headers (.cpp/.h/.ino)
* Manually update smsmodem header
* Manually update hueemulation header
* Manually update addon-header.xml header

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2024-01-01 18:14:57 +01:00
..
src Update license headers to 2024 (#16168) 2024-01-01 18:14:57 +01:00
NOTICE
pom.xml Apply spotless after release (#16097) 2023-12-22 23:30:38 +01:00
README.md [Documentation] Markdown improvements for bindings a to e (#13859) 2022-12-07 21:09:32 +01:00

Bluetooth BlueGiga Adapter

This extension supports Bluetooth access via a BlueGiga (BLED112) USB dongle.

Supported Things

It defines the following bridge type:

Bridge Type ID Description
bluegiga A BlueGiga USB dongle using a BLED112 chip

Discovery

The adapter cannot be discovered; its serial port must be manually configured.

Bridge Configuration

The bluegiga bridge requires the configuration parameter port, which corresponds to the serial port the dongle is connected to. Additionally, the parameter backgroundDiscovery can be set to true/false. When set to true, any Bluetooth device of which broadcasts are received is added to the Inbox.

Example

This is how a BlueGiga adapter can be configured textually in a *.things file:

Bridge bluetooth:bluegiga:1 [ port="/dev/ttyS0", backgroundDiscovery=false ]