Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-13T23:13:51.000Z (9 months ago)
- Last Synced: 2024-04-14T08:01:02.315Z (9 months 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
[![hacs_badge](https://img.shields.io/badge/HACS-Custom-41BDF5.svg)](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:
[![Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.](https://my.home-assistant.io/badges/hacs_repository.svg)](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:
[![Open your Home Assistant instance and start setting up a new integration.](https://my.home-assistant.io/badges/config_flow_start.svg)](https://my.home-assistant.io/redirect/config_flow_start/?domain=teslafi)