Skip to content

Commit 5071734

Browse files
Add Aeotec Water Sensor 6 Firmware v1.06 (#256)
1 parent f07de8d commit 5071734

File tree

3 files changed

+81
-0
lines changed

3 files changed

+81
-0
lines changed

firmwares/aeotec/ZW122-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": "ZW122-A", //Water Sensor 6
6+
"manufacturerId": "0x0086",
7+
"productType": "0x0102", //US
8+
"productId": "0x007a"
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* Vibration Suppression added.\n* Heat Alarm fixed at low temps.\n* Deep Sleep Optimizations.",
18+
"files": [
19+
{
20+
"target": 0,
21+
"url": "https://raw.githubusercontent.com/Aeotec-ccheng/aeotecZWaveOtaUpdateFiles/refs/heads/main/Series_500/ZW122_Water_Sensor6_US_V1.06.otz",
22+
"integrity": "sha256:8582d9abdbaeb2c063369a176bcbeb001bcf28839f9235304bc82269359cc471"
23+
}
24+
]
25+
}
26+
]
27+
}

firmwares/aeotec/ZW122-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": "ZW122-B", //Water Sensor 6
6+
"manufacturerId": "0x0086",
7+
"productType": "0x0202", //AU
8+
"productId": "0x007a"
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* Vibration Suppression added.\n* Heat Alarm fixed at low temps.\n* Deep Sleep Optimizations.",
18+
"files": [
19+
{
20+
"target": 0,
21+
"url": "https://raw.githubusercontent.com/Aeotec-ccheng/aeotecZWaveOtaUpdateFiles/refs/heads/main/Series_500/ZW122_Water_Sensor6_AU_V1.06.otz",
22+
"integrity": "sha256:e601bd1305ca495f433f163bd6bd2b816c36a82ad21cb0557a325dabdfa5451d"
23+
}
24+
]
25+
}
26+
]
27+
}

firmwares/aeotec/ZW122-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": "ZW122-C", //Water Sensor 6
6+
"manufacturerId": "0x0086",
7+
"productType": "0x0002", //EU
8+
"productId": "0x007a"
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* Vibration Suppression added.\n* Heat Alarm fixed at low temps.\n* Deep Sleep Optimizations.",
18+
"files": [
19+
{
20+
"target": 0,
21+
"url": "https://raw.githubusercontent.com/Aeotec-ccheng/aeotecZWaveOtaUpdateFiles/refs/heads/main/Series_500/ZW122_Water_Sensor6_EU_V1.06.otz",
22+
"integrity": "sha256:009e475572c0dd90dcc53b5361e47ea1df04104775a1f8f5d0de1a3fbf323c39"
23+
}
24+
]
25+
}
26+
]
27+
}

0 commit comments

Comments
 (0)