Replies: 3 comments
-
Same issues as #1176? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, I think it is. I saw that post but the bluetoothctl bit confused me, as I did not know that it can also monitor BLE, so I did not have a closer look. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Seeing the same issue crop up over and over again. Not sure exactly what causes it, seems to just be random. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to connect to a shelly switch from my Rpi4b, which works find through gattool, but the connection is not working with bleak an python.
Code
Output:
What I do in gatttool:
sudo gatttool -i hci0 -b EC:62:60:90:E3:B6 -I -t public
Then: connect -> prompt becomes purple, so connection successful
Then: characteristics -> services are listed with handlers and I can "char-write-req" to the appropriate handlers
I cannot connect through gatttool when I use the type 'random'.
I have seen similar issues, here, but the problem seemed to be always something related to the type 'random', which seems to be more common.
Beta Was this translation helpful? Give feedback.
All reactions