-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
BuildTools
committed
Jan 22, 2020
0 parents
commit 5a94729
Showing
3 changed files
with
914 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# homebridge-syntex | ||
A plugin to control SynTex accessory and to create HTTP devices. | ||
|
||
|
||
# Installation | ||
1. Install homebridge using: `sudo npm install -g homebridge` | ||
2. Install this plugin using: `sudo npm install -g homebridge-syntex` | ||
3. Update your configuration file. See snippet below. | ||
|
||
|
||
# Example Config | ||
**INFO:** If the directory for the storage can't be created you have to do it by yourself and give it full write permissions! | ||
``` | ||
"platforms": [ | ||
{ | ||
"platform": "SynTex", | ||
"port": 1710, | ||
"cache_directory": "./SynTex/", | ||
"sensors": [], | ||
"switches": [] | ||
} | ||
] | ||
``` | ||
|
||
|
||
# Currently Supported | ||
- Temperature / Humidity Sensor | ||
- Light / Rain Sensor | ||
- Motion Sensor | ||
- Contact Sensor | ||
- Relais | ||
- Switch | ||
|
||
|
||
# New in this Version | ||
- No need for the Webhook Plugin. I wrote my own service for that. | ||
- Relais / Switches | ||
|
||
|
||
# Soon | ||
Stateless switches & other switch types. |
Oops, something went wrong.