Replies: 4 comments 3 replies
-
I will have a look if it can be done. It might take me a while as I'm on holiday. If anyone else wants to comment on how best to do it or make a contribution to the code please do so (use dev branch for PRs) |
Beta Was this translation helpful? Give feedback.
-
Ok I'm working on something in the dev branch. It will provide a sensor which will indicate presence of the vehicle according to whether its BLE beacon is detectable |
Beta Was this translation helpful? Give feedback.
-
OK first working version is v1.0.7-dev. To test it make some changes to docker-compose.yml, and re-pull the image: image: "iainbullock/tesla_ble_mqtt:latest" -> image: "iainbullock/tesla_ble_mqtt:dev" Add / change the line - BLE_MAC=00:00:00:00:00:00 to reflect the BLE MAC you want to detect. A sesnor should appear in HA Please can you test it? Thanks |
Beta Was this translation helpful? Give feedback.
-
Not dumb at all. I will document it if I implement into main. In the meantime run bluetoothctl scan on and look for it. From memory you will eventually see something like Device: XX:YY:ZZ:AA:BB:CC followed later on the same line by a string like Sa27xxxxxxxxa4e18C. Your BLE MAC is then XX:YY:ZZ:AA:BB:CC CTRL-C to stop it |
Beta Was this translation helpful? Give feedback.
-
Is it possible to detect the presence or otherwise of a Tesla car using BLE iBeacons? My use case is as follows:
Beta Was this translation helpful? Give feedback.
All reactions