CarlosCuezva/teslamate-abrp
Fork: 1 Star: 6 (更新于 2024-11-04 18:24:49)
license: MIT
Language: Python .
Sync your Tesla data between Teslamate and ABRP
最后发布版本: v1.5.2 ( 2022-01-20 01:49:35)
TeslaMate to A Better Routeplanner (ABRP)
Sync your Tesla data between Teslamate and ABRP.
Extra info
- Fork of letienne/teslamate-abrp.
- Modified following the documentation of:
Requirements
- Python 2.7+
- Install dependencies of Python included in requirements.txt
Instructions
- Install all dependencies of Python
pip install -r requirements.txt
- Create the
config.py
file - Configure the variables of your MQTT of Teslamate and ABRP inside
config.py
file
API_KEY = "32b2162f-9599-4647-8139-66e9f9528370"
MQTT_SERVER = "@@@@@@@@" # MQTT server address (e.g. "127.0.0.1")
MQTT_PORT = "@@@@" # MQTT server port (e.g. "1883")
USER_TOKEN = "@@@@@@@@-@@@@-@@@@-@@@@-@@@@@@@@@@@@" # User token generated in ABRP
CAR_MODEL = "@@@@:@@:@@:@@@@:@@@@" # Car model (Find it on https://api.iternio.com/1/tlm/get_carmodels_list, e.g. "tesla:m3:19:bt36:none" for a Tesla Model 3 SR+ 2018-2020)
CAR_ID = "1" # Car number (usually 1 if you only have a car)
DEBUG = True/False # Enable or disable debug mode
- Run the script
- Run on command line (ideal for testing)
python ./teslamate2abrp.py
- Run in the background
nohup python ./teslamate2abrp.py &
最近版本更新:(数据更新于 2024-09-17 13:46:16)
2022-01-20 01:49:35 v1.5.2
2021-12-12 16:37:00 v1.5.1
2021-11-30 02:06:24 v1.5.0
2021-11-22 02:20:42 v1.4.0
主题(topics):
abetterrouteplanner, abrp, mqtt, python, tesla, teslamate
CarlosCuezva/teslamate-abrp同语言 Python最近更新仓库
2024-11-22 02:39:01 goauthentik/authentik
2024-11-22 00:03:47 comfyanonymous/ComfyUI
2024-11-21 22:06:18 rashevskyv/dbi
2024-11-21 21:09:02 xtekky/gpt4free
2024-11-21 20:03:58 ultralytics/ultralytics
2024-11-21 00:54:04 hect0x7/JMComic-Crawler-Python