Skip to content

Somfy myLink plugin for Homebridge.

License

Notifications You must be signed in to change notification settings

dgreif/homebridge-mylink

Folders and files

NameName
Last commit message
Last commit date
Aug 8, 2021
Jan 2, 2021
Aug 7, 2021
Sep 18, 2021
Aug 7, 2021
Jan 2, 2021
Jan 2, 2021
Sep 18, 2021
Feb 11, 2018
Aug 11, 2021
Aug 7, 2021
Dec 8, 2022
Sep 18, 2021
Jan 2, 2021

Repository files navigation

homebridge-mylink

npm verified-by-homebridge

Somfy myLink plugin for Homebridge

Configuration

The easiest way to set up this plugin is by installing it with homebridge-config-ui-x. If you prefer to edit your config manually, see the examples below.

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, go to "Info" in the menu to find the IP address

Simple Config

{
  "platform": "Somfy myLink",
  "ipAddress": "192.168.1.123",
  "systemID": "mySystem"
}

Full Config

platform, ipAddress and systemID are the only required values. Everything else is optional.

{
  "platform": "Somfy myLink",
  "ipAddress": "192.168.1.123",
  "systemID": "mySystem",
  "port": 44100,
  "reverseAll": false,
  "reverseChannels": [1, 2],
  "hideChannels": [3, 4]
}