0.1.1 • Published 6 years ago
homebridge-logo-garagedoor-rest v0.1.1
Homebridge-Logo-GarageDoor-REST
Use a Siemens Logo PLC for control a garage door.
This is a client for: Snap7 Logo Service
- The plugin that this one is based on: homebrige-s7.
- Original plugin: homebridge-script2.
If you use Homebridge-Logo-GarageDoor-REST please donate: PayPal.Me/Sinclair81 !!
Installation
(Requires node >=6.0.0)
- Install homebridge using:
sudo npm install -g --unsafe-perm homebridge
- Install homebridge-config-ui-x using:
sudo npm install -g --unsafe-perm homebridge-config-ui-x
- Update your configuration file with this guide: https://smartapfel.de/homebridge/plugins-installieren/
- Install homebridge-logo-garagedoor-rest using: homebridge-config-ui-x's Webserver
- Install and Run Snap7 Logo Service
- Update your configuration file with code like the sample below
Homebridge-Logo-GarageDoor-REST configuration parameters
Name | Value | Required | Notes |
---|---|---|---|
accessory | "Logo-GarageDoor-REST" | yes | Must be set to "Logo-GarageDoor-REST". |
service | "10.0.0.7:5000" | yes | Must be set to the Ip and Port of your Snap7 Logo Service. |
name | (custom) | yes | Name of accessory that will appear in homekit app. |
id | 1 | yes | Must be set to a id for a logo_io_node from your Snap7 Logo Service. |
Configuration
"accessories": [
{
"accessory": "Logo-GarageDoor-REST",
"service": "10.0.0.7:5000",
"name": "Garage Door",
"id": 100
}
]