Hello,
we have the following problem.
We have installed a Bluetooth dongle and the binding in openHab.
Everything seems to run so far the web interface also appears.
But more does not work either.
It just does not work, even if you connect a new Bluetooth device in Windows.
The goal would be a presence control of Bluetooth devices.
items:
//Gruppen
Group gPraesenz // Gruppe Praesenz
//Praesenz
Number NoOfPairedDevices “Paired devices in range: [%d]” (gPraesenz) { bluetooth="*" }
String UnknownDevices “Unknown devices in range: [%s]” (gPraesenz) { bluetooth="!" }
sitemap
sitemap bluetooth label=“Hauptmenue”
{
Frame {
Group item=gPraesenz label=“Praesenz” icon=“present”
}
}