homebridge-syntex-dynamic-platform

1.0.7 • Public • Published

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

Package Sidebar

Install

npm i homebridge-syntex-dynamic-platform

Weekly Downloads

24

Version

1.0.7

License

ISC

Unpacked Size

74.7 kB

Total Files

27

Last publish

Collaborators

  • syntexdzn