openhab-addons/bundles/org.openhab.binding.somfymylink
Wouter Born 07a1976c81
Add default translations for binding add-ons (#11760)
* Add default translations for binding add-ons

This makes the texts used by these add-ons translatable with Crowdin.

To keep the PR simple, it only adds default translations for add-ons which do not yet have any default translations properties file.
We can do follow up PRs for adding missing key/values to add-ons that already have these files or to remove duplications.

There are several add-ons in this PR that do have non-English translation files, so I'll upload those to Crowdin when the PR is merged.

Signed-off-by: Wouter Born <github@maindrain.net>
2021-12-15 18:40:21 +01:00
..
src/main Add default translations for binding add-ons (#11760) 2021-12-15 18:40:21 +01:00
NOTICE Fix openhab-addons url in NOTICE files (#8614) 2020-09-30 10:08:31 +02:00
pom.xml applied spotless 2021-06-27 23:25:35 +02:00
README.md Fixed SAT findings for new SAT 0.11.1 release (#10518) 2021-04-14 15:11:31 +02:00

Somfy myLink Binding

This binding supports the Somfy myLink device for control of Somfy RTS blinds/shades.

Supported Things

Currently these things are supported:

  • bridge (Somfy MyLink bridge, which can discover roller shades and scenes)
  • roller shades (UP, DOWN, STOP control of a roller shade).

This binding has been tested with myLink firmware 5.23.

Discovery

To use auto discovery first setup a Somfy MyLink bridge, then supply its IP address and system id. The system id can be found in the integration settings -> Control4 section of your My Link app. Once the Somfy MyLink bridge is ONLINE you can start a scan that will detect and add to your Inbox any discovered roller shades.

Thing Configuration

Parameter Parameter ID Required/Optional Description
IP or Hostname ipAddress Required Hostname or IP Address of the myLink device
System Id systemId Required The system id configured on the myLink device

shade

Parameter Parameter ID Required/Optional Description
Target ID targetId Required Address of shade in the Somfy system

scene

Parameter Parameter ID Required/Optional Description
Scene ID sceneId Required Address of scene in the Somfy system

Channels

The following channels are supported by the binding. Note that specific weather station models may support only some or all of these channels.

Channel ID Item Type Description
shadeControl Rollershutter Device control (UP, DOWN, STOP)
scenelist String Comma-separated list of scenes of form sceneId=sceneName
button Switch Button to trigger a scene or rule

Example

Things

Bridge somfymylink:mylink:mylink1 "myLink Bridge" @ "Office" [ ipAddress="192.168.1.1", systemId="mysystemidhere" ] {
    Thing shade shade1 "Living Room" [ targetId="CC114A21.1" ]
}