homebridge-zont-platform

0.0.2 • Public • Published

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.

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
    

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i homebridge-zont-platform

    Weekly Downloads

    1

    Version

    0.0.2

    License

    ISC

    Unpacked Size

    22.5 kB

    Total Files

    3

    Last publish

    Collaborators

    • maxmudjon