0.0.2 • Published 5 years ago

homebridge-zont-platform v0.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

homebridge-zont-platform

npm version

Zont Platform plugin for 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. npm.io

Installation

  1. Install HomeBridge, please follow it's README. If you are using Raspberry Pi, please read 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