MyGit

CarlosCuezva/teslamate-abrp

Fork: 1 Star: 6 (更新于 2024-12-26 10:47:05)

license: MIT

Language: Python .

Sync your Tesla data between Teslamate and ABRP

最后发布版本: v1.5.2 ( 2022-01-20 01:49:35)

GitHub网址

TeslaMate to A Better Routeplanner (ABRP)

Sync your Tesla data between Teslamate and ABRP.

Extra info

Requirements

  • Python 2.7+
  • Install dependencies of Python included in requirements.txt

Instructions

  1. Install all dependencies of Python
pip install -r requirements.txt
  1. Create the config.py file
  2. 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
  1. 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最近更新仓库

2025-01-18 21:26:31 sunnypilot/sunnypilot

2025-01-17 23:34:10 Skyvern-AI/skyvern

2025-01-17 19:49:33 ultralytics/ultralytics

2025-01-17 19:12:03 XiaoMi/ha_xiaomi_home

2025-01-17 08:27:45 comfyanonymous/ComfyUI

2025-01-17 04:56:19 QuivrHQ/MegaParse