openhab-addons/bundles/org.openhab.binding.bluetooth.bluegiga
Holger Friedrich cf10b3e9c7
Java 17 features (A-G) (#15516)
- add missing @override
- Java style array syntax
- remove redundant modifiers
- always move String constants to left side in comparisons
- simplify lambda expressions and return statements
- use replace instead of replaceAll w/o regex
- instanceof matching and multiline strings

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2023-09-05 22:30:16 +02:00
..
src Java 17 features (A-G) (#15516) 2023-09-05 22:30:16 +02:00
NOTICE Fix links and NOTICE files (#9860) 2021-01-18 21:49:06 +01:00
pom.xml Apply spotless 2023-07-24 01:20:31 +02: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 ]