Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Howto get Source for social, range, status... #2

Closed
bill340 opened this issue Jun 14, 2024 · 5 comments
Closed

Howto get Source for social, range, status... #2

bill340 opened this issue Jun 14, 2024 · 5 comments
Labels
question Further information is requested

Comments

@bill340
Copy link

bill340 commented Jun 14, 2024

I'm planning to implement your solution...
Just one question. From where / how can I get this data? I used teslalogger for it, but it also stopped working due to Tesla api limitations.

soc:
  source: [Your Source ...]
range:
  source: [Your Source ...]
status:
  source: combined
  plugged:
    source: [Your Source ...]
  charging:
    source: [Your Source ...]

And how can I use it with 2 different Teslas? Just run the "Generate key..." Commands again with different VIN?

@bill340 bill340 changed the title Howto get Howto get Source for social, range, status... Jun 14, 2024
@infinus
Copy link

infinus commented Jun 17, 2024

I use teslamate and output the data to MQTT. I"m not sure about the 2nd part.

@bill340
Copy link
Author

bill340 commented Jun 24, 2024

As Teslamate and Teslalogger is still running into Fleet-API limits, could we not use the BLEProxy to get these parameters from the car?

@wimaha wimaha added the question Further information is requested label Jun 24, 2024
@wimaha
Copy link
Owner

wimaha commented Jun 24, 2024

I will update the documentation this week so that a detailed guide on how to handle these values will be available.

Unfortunately it is not possible to get these parameter via bluetooth from the car. This is currently not supported by Tesla. There is already a feature request on the vehicle command repository: teslamotors/vehicle-command#52

@Raudi1
Copy link

Raudi1 commented Jul 4, 2024

There's now a way to get limited data over BLE: teslamotors/vehicle-command@05bc5dd

@wimaha
Copy link
Owner

wimaha commented Jul 7, 2024

But unfortunately no SOC over ble…
However since version 0.128.0 or newer of evcc it is very easy to integrate ble proxy. I’ve updated the readme.

@wimaha wimaha closed this as completed Jul 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants