Skip to content

Commit ac0e56a

Browse files
Add Aeotec Nano Shutter Firmware v3.07 (#263)
Co-authored-by: Dominic Griesel <dominic.griesel@nabucasa.com>
1 parent 1db6508 commit ac0e56a

File tree

2 files changed

+51
-7
lines changed

2 files changed

+51
-7
lines changed

firmwares/aeotec/ZW141-A.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"devices": [
3+
{
4+
"brand": "Aeotec",
5+
"model": "ZW141-A", //Nano Shutter
6+
"manufacturerId": "0x0086", //old manufacturer ID
7+
"productType": "0x0103", //US
8+
"productId": "0x008d"
9+
},
10+
{
11+
"brand": "Aeotec",
12+
"model": "ZW141-A", //Nano Shutter
13+
"manufacturerId": "0x0371", //new manufacturer ID
14+
"productType": "0x0103", //US
15+
"productId": "0x008d"
16+
}
17+
],
18+
"upgrades": [
19+
//firmware 3.07
20+
{
21+
"$if": "firmwareVersion >= 1.0 && firmwareVersion < 3.7",
22+
"version": "3.7",
23+
"channel": "stable",
24+
"changelog": "Note: Due to significant changes from v2.XX to v3.07, you must exclude and re-include the Nano Shutter after updating.\n\nBug Fixes:\n* (v3.01) Shift manufacturerID from 0x0086 to 0x0371.\n* (v3.04) Introduces ability to calibrate shutter travel time via Parameter 36.\n* (v3.04) Update SDK to use v6.81.03.\n* (v3.05) Resolves hardware freeze or lockup.\n* (v3.06) Adds independent up/down timing via Parameter 51 and 52 for motors with different up/down speeds.",
25+
"files": [
26+
{
27+
"target": 0,
28+
"url": "https://raw.githubusercontent.com/Aeotec-ccheng/aeotecZWaveOtaUpdateFiles/refs/heads/main/Series_500/ZW141_Nano_Shutter_US_V3.07.otz",
29+
"integrity": "sha256:5241651f8945705ff18b0bf771db5237b642a4e4b4b6b64fa8fe747806c0bc13"
30+
}
31+
]
32+
}
33+
]
34+
}

firmwares/aeotec/ZW141-C.json

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,31 @@
22
"devices": [
33
{
44
"brand": "Aeotec",
5-
"model": "ZW141-C",
6-
"manufacturerId": "0x0371",
5+
"model": "ZW141-C", //Nano Shutter
6+
"manufacturerId": "0x0086", //old manufacturer ID
7+
"productType": "0x0003", //EU
8+
"productId": "0x008d"
9+
},
10+
{
11+
"brand": "Aeotec",
12+
"model": "ZW141-C", //Nano Shutter
13+
"manufacturerId": "0x0371", //new manufacturer ID
714
"productType": "0x0003", //EU
815
"productId": "0x008d"
916
}
1017
],
1118
"upgrades": [
19+
//firmware 3.07
1220
{
13-
"$if": "firmwareVersion >= 1.0 && firmwareVersion < 3.6",
14-
"version": "3.6",
15-
"changelog": "* Added Parameter #51: Curtain Trip Time for moving up.\n* Added Parameter #52: Set whether the Curtain Trip Times for moving up and down are equal.",
21+
"$if": "firmwareVersion >= 1.0 && firmwareVersion < 3.7",
22+
"version": "3.7",
23+
"channel": "stable",
24+
"changelog": "Note: Due to significant changes from v2.XX to v3.07, you must exclude and re-include the Nano Shutter after updating.\n\nBug Fixes:\n* (v3.01) Shift manufacturerID from 0x0086 to 0x0371.\n* (v3.04) Introduces ability to calibrate shutter travel time via Parameter 36.\n* (v3.04) Update SDK to use v6.81.03.\n* (v3.05) Resolves hardware freeze or lockup.\n* (v3.06) Adds independent up/down timing via Parameter 51 and 52 for motors with different up/down speeds.",
1625
"files": [
1726
{
18-
"url": "https://aeotec.freshdesk.com/helpdesk/attachments/6184337464",
19-
"integrity": "sha256:695abc97cd44c1018e1afed0a446551439f2756d7ab0f57e56993f5c1ed6a15d"
27+
"target": 0,
28+
"url": "https://raw.githubusercontent.com/Aeotec-ccheng/aeotecZWaveOtaUpdateFiles/refs/heads/main/Series_500/ZW141_Nano_Shutter_EU_V3.07.otz",
29+
"integrity": "sha256:ab7f9a903b4318a0376317776339f063ffbc295bc58bad5957d26dfab6f3a3f7"
2030
}
2131
]
2232
}

0 commit comments

Comments
 (0)