I have a Raspberry Pi 4 with the latest BlueZ (5.54) stack. My goal is to make a Python script which collects different sensor data (Air Quality and Temperature) via Bluetooth Mesh. I was googling many articles and forums but could not decide which one is the best solution.
Tried to find a suitable Python library like PyBluez but as I know it is not under active developement (no mesh).
Another solution is to use the DBus API.