1.0.0 • Published 5 years ago

homebridge-zmq v1.0.0

Weekly downloads
2
License
ISC
Repository
-
Last release
5 years ago

#DISCLAIMER

This software is neither affiliated with or endorsed by either Control4 or Apple.

This SOFTWARE PRODUCT is provided "as is" and "with all faults." The developers make no representations or warranties of any kind concerning the safety, suitability, lack of viruses, inaccuracies, typographical errors, or other harmful components of this SOFTWARE PRODUCT. There are inherent dangers in the use of any software, and you are solely responsible for determining whether this SOFTWARE PRODUCT is compatible with your equipment and other software installed on your equipment. You are also solely responsible for the protection of your equipment and backup of your data, and the developers will not be liable for any damages you may suffer in connection with using, modifying, or distributing this SOFTWARE PRODUCT.

homebridge-zmq

Supports bidirectional communication with a Control4 project on the HomeBridge Platform. Currently supports native Control4 lights, dimmers, contact switches, garage door openers, ceiling fans (connected to switch), fan speed controllers, motion sensors,carbonmonoxide sensor,smoke sensor,occupancy sensor,leak sensor, locks, contact sensor,windowcovering,window,doorbell and security systems.

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install hap-nodejs using: npm install -g hap-nodejs
  3. Install node-gyp using: npm install -g node-gyp
  4. Install homebridge-insona using: npm install -g homebridge-insona
  5. Update your configuration file. See sample-config.json in this repository for a sample.

Configuration

The configuration for compatible Control4 devices will be automatically output by the Control4 Software Control4 homebridge driver. See documentation with that driver for details.

Configuration sample:

"platforms": [
       {
           "platform": "Control4",
           "name": "Control4",
           "accessories": [
               {
                   "accessory": "Control4",
                   "proxy_id": "1884",
                   "name": "test",
                   "service": "Lightbulb"
               }  
           ]
       }
   ]