Socket
Book a DemoInstallSign in
Socket

homebridge-mylink

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-mylink

Somfy myLink plugin for Homebridge.

latest
Source
npmnpm
Version
2.0.5
Version published
Maintainers
3
Created
Source

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

Keywords

homebridge-plugin

FAQs

Package last updated on 18 Sep 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts