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
11 stars 0 forks source link

HomeAssistant Bluetooth proxy #1

Closed Fidelity88 closed 2 weeks ago

Fidelity88 commented 2 weeks ago

I'm already using HomeAssistant with a Bluetooth proxy. Using this, I can see BLE (only) devices as instructed here: https://smarthomecircle.com/connect-bluetooth-devices-to-home-assistant-with-bluetooth-proxy

Is there a way I could make the TeslaBleHttpProxy work together with this existing Bluetooth Proxy?

wimaha commented 2 weeks ago

Hello, I have no experience with HomeAssistant. According to the documentation, however, services can be integrated as HTTP requests. You are welcome to create such a solution and submit it as a PR in the README.