Description
Hello,
I think this is linked to #167, but since I upgraded to Home Assistant OS 5.12 yesterday, I have trouble with my bluetooth temperature sensors.
I don't see any other event that could have cause an issue, before that it was working perfectly well for months.
Now I can see this error multiple times in the logs:
**ERROR (Thread-3) [custom_components.ble_monitor] HCIdump thread: Runtime error while stop scan request on hci0: Event loop stopped before Future completed.**
By reading the previous issue, I didn't really get what was the solution.
Additional info: I am running "pure" HassOS on RPI 4B, so I don't have access to root or to the linux behind or to commands like hcitool, the only command that seems to work is bluetoothctl, with which I already tried to re-enable everything and repair all devices without success.
Another info, I use an external dongle (I identified its mac address by plugging it/unplugging it and by seing the output of bluetoothctl list command, and I set the external one as default controller with bluetoothctl)
Config:
ble_monitor:
decimals: 1
period: 60
log_spikes: False
use_median: False
active_scan: False
hci_interface:
- 1
- 0
batt_entities: True
discovery: False
restore_state: False
report_unknown: False
devices:
- mac: 'xxx'
name: 'xxx'
temperature_unit: C
Thanks for the help !