homebridge-zont-platform
v0.0.2
Published
Zont platform plugin for homebridge: https://github.com/nfarina/homebridge
Downloads
2
Readme
homebridge-zont-platform
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
- Install HomeBridge, please follow it's README. If you are using Raspberry Pi, please read Running-HomeBridge-on-a-Raspberry-Pi.
- Make sure you can see HomeBridge in your iOS devices, if not, please go back to step 1.
- Download homebridge-zont-platform to your local folder.
Configuration
- To manage devices, enter the username and password from Zont to ~ / .homebridge / config.json.
"platforms": [
{
"platform": "ZontPlatform",
"username": "demo",
"password": "1234"
}
]
Run it
From source code
$ cd /path/to/homebridge-zont-platform $ DEBUG=* homebridge -D -P .
As homebridge plugin
$ npm install -g homebridge-zont-platform $ homebridge