Page 1 of 1

BluetoothLE with qt5-connectivity package experience?

Posted: Saturday 04 September 2021 14:02
by Gandarf
Hi,

Does anybody know if the qt5-connectivity package is a good way to detect bluetooth low energy devices?

I'm looking for a way to track BLE devices like Mijia temperature and humidity sensors (LYWSD02MMC, LYWSD03MMC) or BLE presence tags (the ones that you attach to your car keys).
It does not need to connect to the devices, just capture the broadcasted information.

It needs to work in Domoticz on Windows and Linux.

Thanks,
Gandarf/Mark

Re: BluetoothLE with qt5-connectivity package experience?

Posted: Saturday 04 September 2021 20:35
by waltervl
Just to be sure, you are aware that there are python plugins ritten for Blurtooth devices. Not sure your devices are compliant.
But there is ate lease a BT presences plugin.
For a complete overview look here: https://www.domoticz.com/wiki/Plugins

Edit: There is by the way a Python script (not a plugin) that can handle a similar device: https://github.com/pFenners/mijia-sensor-domoticz

Re: BluetoothLE with qt5-connectivity package experience?

Posted: Sunday 05 September 2021 10:38
by Gandarf
Yes, I'm aware of all the scripts and plugins. Think it should be nice just to have it in core Domoticz.