Bluetooth: Error discovering devices #242
Closed
kmoreau893
started this conversation in
General
Replies: 1 comment 2 replies
-
Hi, Did you try to enable install_newer_bleak in batmon settings?
Am Di., 16. Juli 2024 um 15:18 Uhr schrieb kmoreau893 <
***@***.***>:
… #240 <#240>
I'm a Solar assistant newbie, and on top of it I'm running it on MacOS
VMWare / Linux with a few USB Bluetooth adapters, but I think that part is
working. I installed MQTT and Batmon, but getting this error right on
startup:
19:27:42 INFO [bt] BT Discovery:
19:27:42 ERROR [main] Error discovering devices:
[org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with
signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
19:27:42 INFO [main] Verbose logging enabled
19:27:42 INFO [main] Bleak version 0.13.1a1, BtBackend version bluez-v5.76
19:27:42 WARNING [init] Unknown device type {'address':
'69:8C:21:37:C1:A4', 'type': 'JBD', 'alias': 'Lishen_273_Boxed'}
19:27:42 INFO [main] Skip {'address': '69:8C:21:37:C1:A4', 'type': 'JBD',
'alias': 'Lishen_273_Boxed'}
19:27:42 INFO [main] connecting mqtt ***@***.***
/app/main.py:196: DeprecationWarning: Callback API version 1 is
deprecated, update to latest version
mqtt_client = paho.Client(paho.CallbackAPIVersion.VERSION1)
19:27:42 INFO [main] Fetching 0 BMS + 0 virtual + 0 others serially,
period=1.00s, keep_alive=True
19:27:42 INFO [main] mqtt watchdog loop started with timeout 300.0s
Thanks for any advice! -Keith
—
Reply to this email directly, view it on GitHub
<#242>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAUUUFXXWGPPGLOXPM5QE7TZMUTUHAVCNFSM6AAAAABK6WO4O2VHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZWHE2DCOJXGU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
#240
I'm a Solar assistant newbie, and on top of it I'm running it on MacOS VMWare / Linux with a few USB Bluetooth adapters, but I think that part is working. I installed MQTT and Batmon, but getting this error right on startup:
19:27:42 INFO [bt] BT Discovery:
19:27:42 ERROR [main] Error discovering devices: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
19:27:42 INFO [main] Verbose logging enabled
19:27:42 INFO [main] Bleak version 0.13.1a1, BtBackend version bluez-v5.76
19:27:42 WARNING [init] Unknown device type {'address': '69:8C:21:37:C1:A4', 'type': 'JBD', 'alias': 'Lishen_273_Boxed'}
19:27:42 INFO [main] Skip {'address': '69:8C:21:37:C1:A4', 'type': 'JBD', 'alias': 'Lishen_273_Boxed'}
19:27:42 INFO [main] connecting mqtt addons@core-mosquitto
/app/main.py:196: DeprecationWarning: Callback API version 1 is deprecated, update to latest version
mqtt_client = paho.Client(paho.CallbackAPIVersion.VERSION1)
19:27:42 INFO [main] Fetching 0 BMS + 0 virtual + 0 others serially, period=1.00s, keep_alive=True
19:27:42 INFO [main] mqtt watchdog loop started with timeout 300.0s
Thanks for any advice! -Keith
Beta Was this translation helpful? Give feedback.
All reactions