2.1.35 • Published 4 years ago

homebridge-keus-pluggin v2.1.35

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 years ago

npm npm Donate verified-by-homebridge

homebridge-dynamicAPI

This is a Homebridge dynamic platform plugin which exposes remote light, temperature, humidity and garage door accessories through a remote API.

Features:

  • Accessories are dynamically created through remote API when Homebridge is started
  • Control remote accessories through API
  • Support of dynamic updates from accessories to support garage door state monitoring and local garage door / light activation.
  • Support of characteristic polling to improve Home application performance.

Optional Features:

  • HTTPS
  • JSON Web Token Security (Auth0 Tested)
  • Support of Self-Signed Certificate

Install

The plugin can be installed by running the command: sudo npm -g homebridge-dynamicapi

Configuration

The configuration of the plugin can be done via the Homebrige GUI or through the Homebridge configuration file.

{
            "remoteApiDisplayName": "<display name>",
            "remoteApiURL": "https://host:8001/API-Endpoint/",
            "remoteApiRejectInvalidCert": false,
            "remoteApiCharPoll": [
                {
                    "Lightbulb": {
                        "enabled": false,
                        "On": true,
                        "Brightness": true,
                        "ColorTemperature": true,
                        "Hue": true,
                        "Saturation": true
                    },
                    "GarageDoorOpener": {
                        "enabled": false,
                        "CurrentDoorState": true,
                        "ObstructionDetected": true
                    },
                    "TemperatureSensor": {
                        "enabled": false,
                        "CurrentTemperature": true,
                        "StatusActive": true
                    },
                    "HumiditySensor": {
                        "enabled": false,
                        "CurrentRelativeHumidity": true,
                        "StatusActive": true
                    }
                }
            ],
            "remoteApiPollInt": 10,
            "directConnectApiPort": 8001,
            "directConnectApiHttps": false,
            "directConnectApiHttpsCertPath": "/<certificate path>/<certificate>",
            "directConnectApiHttpsKeyPath": "/<private key path>/<private key>",
            "jwt": false,
            "jwtAudience": "https://JWT-API-Application/",
            "jwtIssuer": "https://JWT-Issuer/",
            "jwtClientID": "<JWT Client ID>",
            "jwtClientSecret": "<JWT Client Secret>",
            "platform": "<dynamicAPI>"
        }

DIRECT CONNECT API

  • GET / - Shows all devices registered to Homebridge from this platform

  • PATCH /API/ - Updates characteristic of accessory using the UUID field as the index

REMOTE API

  • GET /API/ - Shows API state
  • GET /API/DEVICES/ - Shows all devices and their current status and characteristics
  • GET /API/DEVICES/{uuid:} - Shows current status and characteristics of device with id = {uuid:}
  • GET /API/DEVICES/{uuid:}/CHARACTERISTICS/ - Shows characteristics of device with id = {uuid:}
  • GET /API/DEVICES/{uuid:}/CHARACTERISTICS/{char:}/ - Shows characteristic {char:} of device with id = {uuid:}

  • PATCH /API/DEVICES/{uuid:} - Updates status and characteristics of device with id = {uuid:}

  • PATCH /API/DEVICES/{uuid:}/CHARACTERISTICS/ - Updates characteristics of device with id = {uuid:}
  • PATCH /API/DEVICES/{uuid:}/CHARACTERISTICS/{char:}/ - Update characteristic {char:} of device with id = {uuid:}

ASSOCIATED REMOTE API IMPLEMENTATION

Please see project https://github.com/IanW6374/Raspberry-Garage for an implementation of the Remote API on the Raspberry Pi platform.

2.0.28

4 years ago

2.0.29

4 years ago

2.0.37

4 years ago

2.0.3

4 years ago

2.0.38

4 years ago

2.0.2

4 years ago

2.0.35

4 years ago

2.0.5

4 years ago

2.0.36

4 years ago

2.0.4

4 years ago

2.0.33

4 years ago

2.0.7

4 years ago

2.0.34

4 years ago

2.0.6

4 years ago

2.0.31

4 years ago

2.0.9

4 years ago

2.0.32

4 years ago

2.0.8

4 years ago

2.0.30

4 years ago

2.0.1

4 years ago

2.1.9

4 years ago

2.0.39

4 years ago

2.1.16

4 years ago

2.0.48

4 years ago

2.1.17

4 years ago

2.0.49

4 years ago

2.1.14

4 years ago

2.0.46

4 years ago

2.1.15

4 years ago

2.0.47

4 years ago

2.1.12

4 years ago

2.0.44

4 years ago

2.1.13

4 years ago

2.0.45

4 years ago

2.1.10

4 years ago

2.0.42

4 years ago

2.1.11

4 years ago

2.0.43

4 years ago

2.0.40

4 years ago

2.0.41

4 years ago

2.1.18

4 years ago

2.1.19

4 years ago

2.1.27

4 years ago

2.1.25

4 years ago

2.1.26

4 years ago

2.1.23

4 years ago

2.1.24

4 years ago

2.1.21

4 years ago

2.1.22

4 years ago

2.1.20

4 years ago

2.1.29

4 years ago

2.1.34

4 years ago

2.1.35

4 years ago

2.1.32

4 years ago

2.1.33

4 years ago

2.1.30

4 years ago

2.1.31

4 years ago

2.1.2

4 years ago

2.0.15

4 years ago

2.1.1

4 years ago

2.0.16

4 years ago

2.1.4

4 years ago

2.0.13

4 years ago

2.1.3

4 years ago

2.0.14

4 years ago

2.1.6

4 years ago

2.0.11

4 years ago

2.1.5

4 years ago

2.0.12

4 years ago

2.1.8

4 years ago

2.1.7

4 years ago

2.0.10

4 years ago

2.0.19

4 years ago

2.0.17

4 years ago

2.0.18

4 years ago

2.0.26

4 years ago

2.0.27

4 years ago

2.0.24

4 years ago

2.0.25

4 years ago

2.0.22

4 years ago

2.0.23

4 years ago

2.0.20

4 years ago

2.0.21

4 years ago

1.0.42

4 years ago

1.0.41

4 years ago

1.0.39

4 years ago

1.0.38

4 years ago

1.0.37

4 years ago

1.0.36

4 years ago

1.0.35

4 years ago

1.0.34

4 years ago

1.0.32

4 years ago

1.0.31

4 years ago

1.0.30

4 years ago

1.0.29

4 years ago

1.0.28

4 years ago

1.0.27

4 years ago

1.0.26

4 years ago

1.0.25

4 years ago

1.0.24

4 years ago

1.0.23

4 years ago