0.1.1 • Published 6 years ago

homebridge-logo-garagedoor-rest v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

Homebridge-Logo-GarageDoor-REST

npm version
GitHub package.json version

Use a Siemens Logo PLC for control a garage door.
This is a client for: Snap7 Logo Service

If you use Homebridge-Logo-GarageDoor-REST please donate: PayPal.Me/Sinclair81 !!

Installation

(Requires node >=6.0.0)

  1. Install homebridge using: sudo npm install -g --unsafe-perm homebridge
  2. Install homebridge-config-ui-x using: sudo npm install -g --unsafe-perm homebridge-config-ui-x
  3. Update your configuration file with this guide: https://smartapfel.de/homebridge/plugins-installieren/
  4. Install homebridge-logo-garagedoor-rest using: homebridge-config-ui-x's Webserver
  5. Install and Run Snap7 Logo Service
  6. Update your configuration file with code like the sample below

Homebridge-Logo-GarageDoor-REST configuration parameters

NameValueRequiredNotes
accessory"Logo-GarageDoor-REST"yesMust be set to "Logo-GarageDoor-REST".
service"10.0.0.7:5000"yesMust be set to the Ip and Port of your Snap7 Logo Service.
name(custom)yesName of accessory that will appear in homekit app.
id1yesMust 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
        }
    ]
0.1.1

6 years ago

0.1.0

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago