Container reports "Error: failed to find BLE beacon" when deploying keys #8
-
Hi all, I suspect this is a newbie docker / BLE question, and while I have tried a few of the options google throws up I haven't got anything working. Any tips gratefully received. All goes well till the Deploy Key stage which I guess is the first use of BLE. It fails with:- However in a terminal the system can find the car, as bluetoothctl and scan on does show the device which the container says it is looking for. I am blundering around here a bit, as I haven't much docker experience, but I can confirm That made no difference so I cast myself on your mercy rather than digging deeper (:-)> |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Possibly your bluetooth device is too far away, or more likely the car is asleep. Try waking the car using the Tesla App |
Beta Was this translation helpful? Give feedback.
-
If you are not already doing so use docker-compose.yml when starting the container as described here https://github.com/iainbullock/tesla_ble_mqtt_docker/blob/main/INSTALL.md I think you are not providing the mapping between /run/dbus from host to container if you start the container using docker run --net=host --privileged -i -t iainbullock/tesla_ble_mqtt Hope that helps! |
Beta Was this translation helpful? Give feedback.
Ah yes I see what you mean it is there.
Things to try:
Not using WiFi for the RPi if you currently are
Try different locations for the RPi
Try a different device if you have one
Try to deploy the key multiple times in succession (you probably already have)