Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

homebridge-syntex-dynamic-platform

SynTexDZN1.4kISC1.0.7

A Dynamic Platform Accessory

syntex, syntex-platform, homebridge-plugin, homebridge, plugin, http, homekit, smarthome, siri

readme

Homebridge SynTex Dynamic Platform

A plugin framefork for dynamic platform accessory.

NPM Recommended Version NPM Beta Version NPM Downloads GitHub Commits GitHub Code Size


Installation

  1. Install homebridge using: sudo npm install -g homebridge
  2. Install this plugin using: sudo npm install -g homebridge-syntex-dynamic-platform

Example Config

Info: If the baseDirectory for the storage can't be created you have to do it by yourself and give it full write permissions!

  • sudo mkdir -p /var/homebridge/SynTex/ ( create the directory )
  • sudo chown -R homebridge /var/homebridge/SynTex/ ( permissions only for homebridge )
  • sudo chmod 777 -R homebridge /var/homebridge/SynTex/ ( permissions for many processes )
"platforms": [
    {
        "platform": "SynTexDynamicPlatform",
        "baseDirectory": "/var/homebridge/SynTex"
    }
]

Troubleshooting

GitHub Issues

  • Report us your Issues
  • Join our Discord Server

    Discord