-
Sorry I'm not a Python expert.
But how to exit gracefully when pressing ctrl-c or killing the program?
I mean that I want to perform a device.disconnect() or write a value in a descriptor when I sto…
alcir updated
4 years ago
-
Hello @rytilahti
I managed to run this code on Debian 11, Phyton 3.9 and I even can do scan and find my lamp, however when I try to connect and ON / OFF it I get errors:
freya@Dalek:~$ yeelight…
-
**Is your feature request related to a problem? Please describe.**
I like to run this program without sudo/root/setcap to better secure the program. This is currently not possible because running the…
-
I have tried "sudo" :
cd /usr/local/lib/python3.5/dist-packages/bluepy
sudo ./bluepy-helper 0
then I typed "le on" or "scan"
but I got this:
rsp=$mgmtcode=$mgmterrestat=hCemsg='Not Supported
…
-
Hello,
I have errors with Bluepy:
```
Sent: svcs
Got: "01800-0000-1000-8000-00805f9b34fb hstart=h28 hend=hFFFF uuid='0000180f-0000-1000-8000-00805f9b34fb\n"
Exception in thread Thread-1:…
-
Hi
I am trying to use bluepy in one of my docker containers i.e. homeassistant but ever since it got upgraded to python 3.7.3, bluepy has stopped working i.e. connecting and controlling my BLE devi…
-
Hello.
I would like to package bluepy for Fedora.
Fedora doesn't allow to bundle a release of bluez in the package. It should use the system release of bluez.
There is a way to provide a method t…
alcir updated
4 years ago
-
I have a BTLE device that I have been working with to get the basic gatt information from. I have been successfully reading values from it for a couple days now and today the device would disconnect w…
-
Sorry for disturbance. Can I ask you an question about bluepy?
I use raspberry Pi which with a python inside, and use a bluepy programs to scan ble.
It's doesn't have any bug before. Recently I don…
-
got error after run python pc60fw.py
Traceback (most recent call last):
File "/home/pi/viatom_pc60fw/pc60fw.py", line 51, in
pulseoximeter = bluepy.btle.Peripheral(sys.argv[1], "random")
In…