Alecto WSD17

Feature Support
Sending no
Receiving yes
Config yes

Supported Brands

Brand Protocol
Alecto WSD1700 alecto_wsd1700
iBoutique iboutique

Sender Arguments

None

Config

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
{
  "devices": {
    "weather": {
      "protocol": [ "alecto_ws1700" ],
      "id": [{
        "id": 108
      }],
      "temperature": 18.90,
      "humidity": 41.00,
      "battery": 1
     }
  },
  "gui": {
    "weather": {
      "name": "Weather Station",
      "group": [ "Outside" ],
      "media": [ "all" ]
    }
  }
}

Optional Settings

Device Settings

Setting Default Format Description
humidity-offset 0 number Correct humidity value
temperature-offset 0 number Correct temperature value

GUI Settings

Setting Default Format Description
temperature-decimals 2 number How many decimals the GUIs should display for temperature
humidity-decimals 2 number How many decimals the GUIs should display for humidity
show-temperature 1 1 or 0 Don’t display the temperature value

Comment

This protocol was created for pilight with the help of this document: http://www.tfd.hu/tfdhu/files/wsprotocol/auriol_protocol_v20.pdf

Humidity and battery are not supported yet