0.4.4 • Published 1 year ago

homebridge-plugin-tinxy v0.4.4

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

homebridge-plugin-tinxy

Homebridge plugin for Tinxy devices.

Installation

First, install Homebridge if you haven't already:

npm install -g homebridge

Then, install the Homebridge Tinxy plugin:

npm install -g homebridge-plugin-tinxy

Configuration Add the platform configuration to your Homebridge config.json file. Replace YOUR_API_TOKEN with your actual Tinxy API token.

Example Config:

{
  "bridge": {
    "name": "Homebridge",
    "username": "0E:6D:77:29:04:27",
    "port": 51002,
    "pin": "986-33-XXX",
    "advertiser": "bonjour-hap"
  },
  "accessories": [],
  "platforms": [
    {
      "platform": "HomebridgeTinxyPlatform",
      "name": "Tinxy",
      "apiToken": "YOUR_API_TOKEN",
      "apiBaseUrl": "https://backend.tinxy.in/v2/devices"
    }
  ]
}

Configuration Fields

platform: (Required) Always set this to HomebridgeTinxyPlatform. name: (Required) The name of your platform. Can be any string. apiToken: (Required) Your Tinxy API token. apiBaseUrl: (Required) The base URL for the Tinxy API. Should be https://backend.tinxy.in/v2/devices.

Features

Automatically discover and control Tinxy devices through Homebridge. Supports devices with multiple switches.

##Troubleshooting Common Issues Devices not discovered: Ensure your API token is correct and has the necessary permissions. Switch not toggling: Check if the device ID and switch index are correctly configured.

0.4.4

1 year ago

0.4.3

1 year ago

0.4.2

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.3.4

1 year ago

0.3.3

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.13

1 year ago

0.2.12

1 year ago

0.2.11

1 year ago

0.2.10

1 year ago

0.2.9

1 year ago

0.2.8

1 year ago

0.2.7

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago