2.0.0-beta.1 • Published 4 years ago

homebridge-mylink v2.0.0-beta.1

Weekly downloads
13
License
MIT
Repository
github
Last release
4 years ago

homebridge-mylink

Somfy myLink plugin for Homebridge

This plugin makes use of the node-somfy-synergy package.

Configuration

{
  "platform": "Somfy myLink",
  "ipAddress": "192.168.1.123",
  "systemID": "mySystem",
  "targets": [
    {
      "targetID": "AB123C45.1",
      "name": "Family Room Window"
    },
    {
      "targetID": "AB123C45.2",
      "name": "Dining Room Window"
    },
    {
      "targetID": "AB123C45.4",
      "name": "Master Bedroom Window",
      "orientation": {
        "closed": "stop",
        "middle": "down",
        "opened": "up"
      }
    }
  ]
}

Setup

You will need to use the Somfy myLink mobile app to configure the System ID and find the IP address and Target IDs.

  • Go to "Integration", choose one of the options that isn't Alexa or IFTTT, then choose "Change System ID"
  • With a System ID set, choose "Get Integration report"
2.0.5

4 years ago

2.0.3

4 years ago

2.0.4

4 years ago

2.0.2

4 years ago

2.0.0-beta.1

4 years ago

2.0.0-beta.0

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.3.0

5 years ago

1.3.0-beta.1

5 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

8 years ago