Skip to content

yungsters/homebridge-urtsi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Somfy Universal RTS Interface (URTSI) plugin for Homebridge.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published