Skip to content

Latest commit

 

History

History
51 lines (46 loc) · 2.99 KB

README.md

File metadata and controls

51 lines (46 loc) · 2.99 KB

hacs_badge

livegpstracks car tracker integration

Description

RUS

Данная интеграция позволяет подключить любой GPS трекер (совместимый с livegpstracks) к вашему HomeAssistant.

ENG

This integration allows you to connect any GPS Tracker ( compatible with livegpstracks service) to HomeAssistant.

Installation

RUS

Регистрируемся в сервисе livegpstracks и подключаем свой трекер (на сайте есть подробные инструкции для различных моделей). После этого через панель инструментов на сайте создаем приватную ссылку для слежения. Ссылка имеет вид:


https://livegpstracks.com/dv_USERID.html

где USERID – цифровой ID вашей шары, он пригодится нам вдальнейшем

Содержимое папки "car_location" скопировать в директорию "config_folder_homeassistant/custom_components/car_location". Не забывайте про права на созданные директории и файлы.

ENG

You need to register in the livegpstracks service and connect the tracker (the site has detailed instructions for various models) to it. After that, through the toolbar on the site we create a private link for tracking. The link looks like:


https://livegpstracks.com/dv_USERID.html

here USERID – is ID of your livegpstracks share, it will be needed to us further

Place the "car_location" folder to "config_folder_homeassistant/custom_components/". Do not forget about the rights to created folders and files.

Configuration

RUS

Добавьте в ваш файл конфигурации "configuration.yaml" следующие строки:


car_location:
  username: 'your_username'
  client_id: 'your_share_id'

здесь "your_username" – пользователь, под которым вы регистрировались в сервисе livegpstracks, "your_share_id" – цифровой ID, который присваивается расшаренной ссылке

ENG

Add the following lines in the "configuration.yaml" file:


car_location:
  username: 'your_username'
  client_id: 'your_share_id'

here "your_username" is the username, you registered with on livegpstracks, "your_share_id" is ID of your livegpstracks share.

TODO

RUS

- ???

- исправить корявый английский

ENG

- ???

- edit BAD English