https://github.com/jhansche/ha-teslafi
Home Assistant integration for TeslaFi-monitored vehicles
https://github.com/jhansche/ha-teslafi
home-assistant home-assistant-custom-component tesla-api teslafi
Last synced: 2 months ago
JSON representation
Home Assistant integration for TeslaFi-monitored vehicles
- Host: GitHub
- URL: https://github.com/jhansche/ha-teslafi
- Owner: jhansche
- License: mit
- Created: 2023-05-21T20:26:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T23:13:51.000Z (about 1 year ago)
- Last Synced: 2024-04-14T08:01:02.315Z (about 1 year ago)
- Topics: home-assistant, home-assistant-custom-component, tesla-api, teslafi
- Language: Python
- Homepage:
- Size: 69.3 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TeslaFi Home Asisstant Integration
Custom integration for Tesla Vehicles using [TeslaFi](https://teslafi.com/) API feed.
**Prior To Installation**
You will need your TeslaFi API Token. You can obtain the API token [here](https://teslafi.com/api.php)
(note you will need to be logged in first).Also pay attention to the checkboxes on the "Commands" tab. Any command that is not enabled here
will fail when trying to use it.Note that TeslaFi allows monitoring only one vehicle per account. If you have multiple Tesla
vehicles, you would need to create multiple TeslaFi accounts; and therefore you would have multiple
API Tokens.## Installation
### With HACS
[](https://github.com/hacs/integration)
1. Open HACS Settings and add this repository (https://github.com/jhansche/ha-teslafi/)
as a Custom Repository (use **Integration** as the category).
2. The `TeslaFi` page should automatically load (or find it in the HACS Store)
3. Click `Download`
4. Continue to [Setup](README.md#Setup)Alternatively, click on the button below to add the repository:
[](https://my.home-assistant.io/redirect/hacs_repository/?category=Integration&repository=ha-teslafi&owner=jhansche)
### Manual
Copy the `teslafi` directory from `custom_components` in this repository,
and place inside your Home Assistant Core installation's `custom_components` directory.## Setup
1. Install this integration.
2. Navigate to the Home Assistant Integrations page (Settings --> Devices & Services)
3. Click the `+ Add Integration` button in the bottom-right
4. Search for `TeslaFi`
5. Enter your API Token from aboveAlternatively, click on the button below to add the integration:
[](https://my.home-assistant.io/redirect/config_flow_start/?domain=teslafi)