0.1.7 • Published 6 years ago

homebridge-logo-rest v0.1.7

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

Homebridge-Logo-REST

npm version
GitHub package.json version

Use a Siemens Logo PLC for switch on whatever you want.
This is a client for: Snap7 Logo Service

If you use Homebridge-Logo-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-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-REST configuration parameters

NameValueRequiredNotes
accessory"Logo-REST"yesMust be set to "Logo-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.
push_button1noMust be set to 0 if your Network-Input act as a switch, default is: 1 (push_button means: 1. send a 1 to write_operator; 2. wait 0.2 sec; 3. send a 0 to write_operator)

Configuration

"accessories": [
        {
            "accessory": "Logo-REST",
            "service": "10.0.0.7:5000",
            "name": "Example 1",
            "id": 1
        },
        {
            "accessory": "Logo-REST",
            "service": "10.0.0.7:5000",
            "name": "Example 3",
            "id": 3,
            "push_button": 0
        }
    ]
0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

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