Open Poil opened 1 year ago
That looks like a systemwide change. I'm not sure whether this should be done at all in MiTemperature2. What is your goal? Since we are only passive listening, it shouldn't matter whether Bluetooth5 is enabled or not.
BT5 is OK, but not I'm unable to find any sensor when I enable Long Range on firmware 4.2 (https://github.com/pvvx/ATC_MiThermometer) I thank you override some adaptator configuration, but perhaps I'm wrong
Thanks for the link. Now I understand.
Raspberry PIs seem not to support BT5 Long range mode https://forums.raspberrypi.com/viewtopic.php?t=244386#p1523836
So the only thing they seem to have done is a new qualification for the latest version, and not actually implemented any of the new optional features such as 2 Mbit/s PHY, Long Range, Extended advertisements etc.
So when trying this with raspberry PI, you won't see the sensors, even with "BT5" enabled.
I'm trying on a X86 machine with a BT5.1 USB dongle :) With btmon I don't see a change that disable PHY/LE mode when running your script, I will try with another BT dongle. My idea is to remove my 3x Pi Zero W that collect my Misensors to use only the X86 server that centralized the collect today
Hi,
Is it possible to enable BT5 PHY/LE ? I think we have to patch bluetooth_utils.py but I'm not sure ?
It looks like we need to configure the adaptator to
ref. https://github.com/custom-components/ble_monitor/issues/1135 & https://github.com/Bluetooth-Devices/bthome-ble/issues/45
Requirements
Best regards