-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Julien
committed
Jun 19, 2024
1 parent
b401e6e
commit 6b9deac
Showing
1 changed file
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
# Tesla Streaming from official Telemetry events | ||
# Streaming Telemetry Events | ||
|
||
This application contains an express server with : | ||
This application deploys on the same port: | ||
|
||
- a route to receive Tesla Telemetry events | ||
- a websocket server which forward Telemetry events to connected clients | ||
- A web server to receive Tesla Telemetry events | ||
- A WebSocket server to forward Telemetry events to connected clients | ||
|
||
It replaces the "Owner" streaming for your Teslamate instance. | ||
|
||
## Usage | ||
|
||
A Teslamate instance can use this WSS as streaming source. | ||
A TeslaMate instance can use this WSS as a streaming source. | ||
|
||
## Limitations | ||
|
||
- [Live power is not available](https://github.com/teslamotors/fleet-telemetry/issues/170) : wait for Telemetry team. Power value is 0. | ||
- [Live power is not available](https://github.com/teslamotors/fleet-telemetry/issues/170): Wait for the Telemetry team. The power value is 0. | ||
- Live elevation is not available |