homebridge-urtsi

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

Usage no npm install needed!

<script type="module">
  import homebridgeUrtsi from 'https://cdn.skypack.dev/homebridge-urtsi';
</script>

README

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