2.0.6 • Published 4 months ago

homebridge-somfy-touchwand v2.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

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 touchwand",
  "ipAddress": "192.168.1.123",
}

Full Config

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

{
  "platform": "Somfy touchwand",
  "ipAddress": "192.168.1.123",
  "reverseAll": false,
  "reverseChannels": [1, 2],
  "hideChannels": [3, 4]
}
2.0.6

4 months ago

2.0.5

4 months ago