Skip to content

Commit e312458

Browse files
Add Aeotec Door Window Sensor Gen5 Firmware v1.06 (#254)
1 parent 2426748 commit e312458

File tree

3 files changed

+81
-0
lines changed

3 files changed

+81
-0
lines changed

firmwares/aeotec/ZW120-A.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"devices": [
3+
{
4+
"brand": "Aeotec",
5+
"model": "ZW112-A", //Door Window Sensor Gen5
6+
"manufacturerId": "0x0086",
7+
"productType": "0x0102", //US
8+
"productId": "0x0078"
9+
}
10+
],
11+
"upgrades": [
12+
//firmware V1.06
13+
{
14+
"$if": "firmwareVersion < 1.6",
15+
"version": "1.6",
16+
"channel": "stable",
17+
"changelog": "Bug Fixes:\n* Wakeup optimizations.\n* Parameter 121 support.\n* Update SDK 6.51.10.",
18+
"files": [
19+
{
20+
"target": 0,
21+
"url": "https://raw.githubusercontent.com/Aeotec-ccheng/aeotecZWaveOtaUpdateFiles/refs/heads/main/Series_500/ZW120_DWSG5_US_V1_06.otz",
22+
"integrity": "sha256:aa366b0721f4284d588b6efc9e34ab17ee891f9b4bff1340ba3af47ffc58cd2c"
23+
}
24+
]
25+
}
26+
]
27+
}

firmwares/aeotec/ZW120-B.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"devices": [
3+
{
4+
"brand": "Aeotec",
5+
"model": "ZW112-B", //Door Window Sensor Gen5
6+
"manufacturerId": "0x0086",
7+
"productType": "0x0202", //AU
8+
"productId": "0x0078"
9+
}
10+
],
11+
"upgrades": [
12+
//firmware V1.06
13+
{
14+
"$if": "firmwareVersion < 1.6",
15+
"version": "1.6",
16+
"channel": "stable",
17+
"changelog": "Bug Fixes:\n* Wakeup optimizations.\n* Parameter 121 support.\n* Update SDK 6.51.10.",
18+
"files": [
19+
{
20+
"target": 0,
21+
"url": "https://raw.githubusercontent.com/Aeotec-ccheng/aeotecZWaveOtaUpdateFiles/refs/heads/main/Series_500/ZW120_DWSG5_AU_V1_06.otz",
22+
"integrity": "sha256:d95a2bf314a4d5b9be8e2f61afc6ce09a446f52a601cd7e138806a0eaf7fbe2a"
23+
}
24+
]
25+
}
26+
]
27+
}

firmwares/aeotec/ZW120-C.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"devices": [
3+
{
4+
"brand": "Aeotec",
5+
"model": "ZW112-C", //Door Window Sensor Gen5
6+
"manufacturerId": "0x0086",
7+
"productType": "0x0002", //EU
8+
"productId": "0x0078"
9+
}
10+
],
11+
"upgrades": [
12+
//firmware V1.06
13+
{
14+
"$if": "firmwareVersion < 1.6",
15+
"version": "1.6",
16+
"channel": "stable",
17+
"changelog": "Bug Fixes:\n* Wakeup optimizations.\n* Parameter 121 support.\n* Update SDK 6.51.10.",
18+
"files": [
19+
{
20+
"target": 0,
21+
"url": "https://raw.githubusercontent.com/Aeotec-ccheng/aeotecZWaveOtaUpdateFiles/refs/heads/main/Series_500/ZW120_DWSG5_EU_V1_06.otz",
22+
"integrity": "sha256:86edd8579842b20bfb2ef1aecda50add09e624650bfd56175ec00b8a8eddb9b2"
23+
}
24+
]
25+
}
26+
]
27+
}

0 commit comments

Comments
 (0)