An open API service indexing awesome lists of open source software.

https://github.com/maxmudjon/homebridge-zont-platform

Zont Platform plugin for homebridge
https://github.com/maxmudjon/homebridge-zont-platform

Last synced: about 1 year ago
JSON representation

Zont Platform plugin for homebridge

Awesome Lists containing this project

README

          

# homebridge-zont-platform
[![npm version](https://badge.fury.io/js/homebridge-zont-platform.svg)](https://badge.fury.io/js/homebridge-zont-platform)

Zont Platform plugin for [HomeBridge](https://github.com/nfarina/homebridge)

This repository contains the Zont Platform plugin for homebridge.

These security and retrieval systems have a built-in GSM-module, into which a SIM card is inserted. You do not need to buy it separately, the card is included. Satellite and GSM-signaling ZONT have the following functions:

protection of the car from hacking and hijacking;
control with a key fob, smartphone or computer;
intelligent autostart and engine blocking;
control of the alarm system and additional equipment of the car at a distance;
automatic locking of locks when away from the car;
locating the car;
record information about the routes of movement.

This version of the plug-in is supported only by these ZONT devices. Please see the pictures below.
![](https://raw.githubusercontent.com/Maxmudjon/images/master/zont720_311x400.png)

### Installation
1. Install HomeBridge, please follow it's [README](https://github.com/nfarina/homebridge/blob/master/README.md). If you are using Raspberry Pi, please read [Running-HomeBridge-on-a-Raspberry-Pi](https://github.com/nfarina/homebridge/wiki/Running-HomeBridge-on-a-Raspberry-Pi).
2. Make sure you can see HomeBridge in your iOS devices, if not, please go back to step 1.
3. Download homebridge-zont-platform to your local folder.

### Configuration
1. To manage devices, enter the username and password from Zont to ~ / .homebridge / config.json.

```
"platforms": [
{
"platform": "ZontPlatform",
"username": "demo",
"password": "1234"
}
]
```
### Run it
1. From source code

$ cd /path/to/homebridge-zont-platform
$ DEBUG=* homebridge -D -P .

2. As homebridge plugin

$ npm install -g homebridge-zont-platform
$ homebridge