Русский | English
This component was made for control and automate your cars which are equipped with Pandora Car Alarm System, one of the most popular Car Alarm System in Russia. Once configured it will detect and add all your cars into Home Assistant.
This integration uses the unofficial API used in the official Pandora website https://p-on.ru
, and you will need to use the same Username and Password you use on the Pandora website to configure this integration in Home Assistant.
This integration provides the following platforms:
- Device Tracker: The location of your car.
- Sensors and Binary Sensors: The temperature, Speed, Doors, Engine's state, etc.
- Services: Like Lock/Unlock, Start/Stop
- Install HACS
- Go to Custom repositories management tab of HACS and add URL of this repo
https://github.com/turbo-lab/pandora-cas
as an Integration - Install Pandora Car Alarm System component
- Configure component via configuration.yaml (see instructions below)
- Restart the Home Assistant
Now add the following lines to your configuration.yaml
file:
# Example configuration.yaml entry
pandora_cas:
username: YOUR_USERNAME
password: YOUR_PASSWORD
Configuration variables:
pandora_cas:
(map) (Optional) Configuration options for Pandora Car Alarm System integration.
username:
(string)(Required) description: Your username from p-on.ru.
password:
(string)(Required) description: Your password from p-on.ru.
polling_interval:
(integer)(Optional) description: The time in seconds between updates from Pandora's website. Default value: 60s
TBD
TBD
TBD
This software is unofficial and isn't affiliated with or endorsed by ООО «НПО Телеметрия». You can use it at own risk.
All brand and/or product names are trademarks of their respective owners.