Replies: 1 comment 1 reply
-
I seem to have the same issue... Any suggestions? Or is the BT interface on the Pi not compatible? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Anyone else having issues with latest version of HA on a RPi 4, it seems like there is a BLE-loop, but I am quite a noob so can't really understand.
2022-09-01 22:41:06 INF [plejd-ble] init()
2022-09-01 22:41:06 DBG [plejd-ble] Found BLE interface 'org.bluez.Adapter1' at /org/bluez/hci0
2022-09-01 22:41:11 ERR [plejd-ble] Failed to start discovery. Operation already in progress
DBusError: Operation already in progress
at methodReturnHandlers. (/plejd/node_modules/dbus-next/lib/bus.js:343:27)
at handleMessage (/plejd/node_modules/dbus-next/lib/bus.js:101:11)
at EventEmitter. (/plejd/node_modules/dbus-next/lib/bus.js:151:9)
at EventEmitter.emit (events.js:314:20)
at /plejd/node_modules/dbus-next/lib/connection.js:116:14
at Socket. (/plejd/node_modules/dbus-next/lib/message.js:63:9)
at Socket.emit (events.js:314:20)
at emitReadable (_stream_readable.js:557:12)
at processTicksAndRejections (internal/process/task_queues.js:83:21)
2022-09-01 22:41:11 INF [plejd-ble] If you continue to get "operation already in progress" error, you can try power cycling the bluetooth adapter. Get root console access, run "bluetoothctl" => "power off" => "power on" => "exit" => restart addon.
2022-09-01 22:41:11 WRN [plejd-ble] Failed reconnecting. Failed to start discovery. Make sure no other add-on is currently scanning.
Error: Failed to start discovery. Make sure no other add-on is currently scanning.
at PlejBLEHandler._startGetPlejdDevice (/plejd/PlejdBLEHandler.js:436:13)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
2022-09-01 22:41:11 INF [device-comm] Bluetooth reconnecting...
2022-09-01 22:41:13 ERR [plejd-ble] Discovery timeout elapsed, no devices found. Starting reconnect loop...
2022-09-01 22:41:13 DBG [plejd-ble] Starting reconnect loop due to Discovery timeout elapsed
2022-09-01 22:41:13 INF [plejd-ble] Starting reconnect loop...
2022-09-01 22:41:13 DBG [plejd-ble] Reconnect already in progress. Skipping this call.
2022-09-01 22:41:16 INF [plejd-ble] Reconnecting BLE...
2022-09-01 22:41:16 INF [plejd-ble] init()
2022-09-01 22:41:16 DBG [plejd-ble] Found BLE interface 'org.bluez.Adapter1' at /org/bluez/hci0
Beta Was this translation helpful? Give feedback.
All reactions