-
-
Notifications
You must be signed in to change notification settings - Fork 696
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Kai Kreuzer <[email protected]>
- Loading branch information
1 parent
03b5ac0
commit f14516b
Showing
7 changed files
with
645 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
layout: documentation | ||
--- | ||
|
||
{% include base.html %} | ||
|
||
# Silvercrest Wifi Plug Binding | ||
|
||
This binding integrates the Silvercrest Wifi Socket SWS-A1 sold by Lidl. | ||
|
||
## Supported Things | ||
|
||
- Silvercrest Wifi Socket SWS-A1 - [(Owner Manual)](http://www.lidl-service.com/static/118127777/103043_FI.pdf) -- Tested with firmware version: 1.41, 1.60, 1.70 | ||
|
||
|
||
## Discovery | ||
|
||
The Discovery of Wifi Sockets is always running in the background. If a command is sent to wifi socket using the android/ios app or if the physical button in the device is pressed, the device will be recognized and will be placed in the Inbox. | ||
|
||
## Binding Configuration | ||
|
||
The binding does not require any special configuration. The Wifi Socket should be connected to the same wifi network. | ||
|
||
## Thing Configuration | ||
|
||
To configure a Wifi Socket manually only the mac address is required. You can check the Wifi Socket mac address in your router or using some mobile app. | ||
|
||
Wifi Socket thing parameters: | ||
|
||
| Parameter ID | Parameter Type | Mandatory | Description | Default | | ||
|--------------|----------------|------|------------------|-----| | ||
| macAddress | text | true | The socket MAC address | | | ||
| hostAddress | text | false | The socket Host address. The binding is capable to discover the host address. | | | ||
| updateInterval | integer | false | Update time interval in seconds to request the status of the socket. | 60 | | ||
|
||
|
||
E.g. | ||
|
||
``` | ||
Thing silvercrestwifisocket:wifiSocket:lamp [ macAddress="ACCF23343C50" ] | ||
``` | ||
|
||
## Channels | ||
|
||
The Silvercrest Wifi Socket support the following channel: | ||
|
||
| Channel Type ID | Item Type | Description | | ||
|-----------------|------------------------|--------------| | ||
| switch | Switch | Wifi Socket Switch. | |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters