Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Jan 22, 2020
0 parents commit 5a94729
Show file tree
Hide file tree
Showing 3 changed files with 914 additions and 0 deletions.
41 changes: 41 additions & 0 deletions README.md
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.
Loading

0 comments on commit 5a94729

Please sign in to comment.