Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 674 Bytes

README.md

File metadata and controls

36 lines (32 loc) · 674 Bytes

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"
}