homebridge-urtsi

Somfy Universal RTS Interface (URTSI) plugin for homebridge: https://github.com/nfarina/homebridge


Keywords
homebridge-plugin
License
MIT
Install
npm install homebridge-urtsi@0.2.0

Documentation

homebridge-urtsi

Somfy URTSI plugin for HomeBridge

This plugin makes use of the node-urtsi package.

Configuration

{
  "platform": "Somfy URTSI",
  "channels": [
    {
      "name": "Family Room Window"
    },
    {
      "name": "Dining Room Window",
      "orientation": {
        "closed": "down",
        "middle": "stop",
        "opened": "up"
      }
    },
    {
      "name": "Master Bedroom Window",
      "orientation": {
        "closed": "stop",
        "middle": "down",
        "opened": "up"
      }
    },
    "..."
  ],
  "serialPath": "/dev/ttyUSB0"
}