wimaha / TeslaBleHttpProxy

TeslaBleHttpProxy is a program written in Go that receives HTTP requests and forwards them via Bluetooth to a Tesla vehicle. The program can, for example, be easily used together with evcc.
Apache License 2.0
32 stars 8 forks source link

Proxy Error #54

Closed lemocine closed 1 month ago

lemocine commented 1 month ago
freaky@freakpi:~ $ docker logs --since 12h tesla-ble-http-proxy
2024/10/13 08:02:07 INFO TeslaBleHttpProxy 1.2.5 is loading ...
2024/10/13 08:02:07 ERRO failed to load private key. err="open key/private.pem: no such file or directory"
2024/10/13 08:02:07 WARN BleControl could not be initialized!
2024/10/13 08:02:07 INFO TeslaBleHttpProxy is running!
2024/10/13 08:03:13 INFO ECDSA private key generated and saved
2024/10/13 08:03:13 INFO ECDSA public key generated and saved
2024/10/13 08:03:13 INFO BleControl initialized
2024/10/13 08:03:38 can't accept: listner timed out

failed to connect to vehicle (A): context deadline exceeded

Hi did an apt upgrade yesterday and since then the proxy (im using it with evcc) istnt working. Today i uninstalled docker and pulled a new installation. Now im getting the same error (context deadline exceeded) when trying to pair to the vehicle as i have gotten in evcc log. Sry for bad english.

Thank you in advance for your help.

Best regards from germany

Basti

lemocine commented 1 month ago
sudo apt install --reinstall pi-bluetooth bluez bluetooth
sudo reboot 

did the job.

lemocine commented 1 month ago

failed to connect to vehicle (A): ble: failed to enumerate device services: ATT request failed: input channel closed: io: read/write on closed pipe

didnt work. now i did get this error 1 time and then the one in the first post again and again.

lemocine commented 1 month ago

Was an error in the builtin bluetooth device in my rpi4. bluetooth usb dongle as primary device is working.