fleet-telemetry icon indicating copy to clipboard operation
fleet-telemetry copied to clipboard

Results 127 fleet-telemetry issues
Sort by recently updated
recently updated
newest added

Great project! The README is pretty self-explanatory, but step 6 is a bit vague: https://github.com/teslamotors/fleet-telemetry/blob/2cb04c30d25fcf643ed34dc96f4627dcee588c7a/README.md?plain=1#L114-L127 How can this config be shared? Is there some site where interested service providers (and...

Removing example keys, so that no one accidentally uses a shared example key. If a user generates their own key, at least it won't be a key others have access...

Hi, what is the best way to implement a logger? For example while driving these fields are important: - Location - Heading - Battery level (SoC) - Rated range -...

# Description Adding a detailed charge state in the payload If the value is present in string, convert into respective enum Fixes # (issue) https://github.com/teslamotors/fleet-telemetry/issues/123 ## Type of change Please...

A [security issue](https://www.bleepingcomputer.com/news/security/github-comments-abused-to-push-malware-via-microsoft-repo-urls/#google_vignette) with Github has been used in phishing attempts. The issue tracker will be re-enabled when Github releases a fix. In the meantime, please send urgent bug reports...

# Description Adding a diagram which shows system architecture. ## Type of change Please select all options that apply to this change: - [ ] New feature (non-breaking change which...

After following the installation instructions, including the check_csr, I get: {"response":null,"error":"Validation failed: Csr is not a valid CSR","error_description":"","txid":"8ebdc3bed961facfc62dba400a988185"} tools/check_csr returns: ---- CSR: elmert.com.csr Host: www.elmert.com Public keys are matching I've...

Hi there, I'm trying to retrieve the ```ChargingState``` from the telemetry data. I assumed this was returned in the ```ChargeState```. I assumed that ```ChargeState``` had type ```charging_value```, so I could...