Skip to content

Commit 3ad3b3a

Browse files
authored
Add Aeotec ZWA045-A/B/C firmware version 2.8.4 (#233)
1 parent 80653a8 commit 3ad3b3a

File tree

3 files changed

+78
-0
lines changed

3 files changed

+78
-0
lines changed

firmwares/aeotec/ZWA045-A.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"devices": [
3+
{
4+
"brand": "Aeotec",
5+
"model": "ZWA045-A",
6+
"manufacturerId": "0x0371",
7+
"productType": "0x0102", //US
8+
"productId": "0x002d"
9+
}
10+
],
11+
"upgrades": [
12+
{
13+
"version": "2.8.4",
14+
"channel": "stable",
15+
//"region": "usa",
16+
"changelog": "* Added new Parameters Configurations - details can be found in the engineering sheet for those parameter settings.\n * #5 - enable of disable binary sensor\n * #26 - enable/disable LED activity\n * #27 - configure color blink of LED when motion is detected\n * #28 - temperature offset\n * #29 - light offset\n* Fixes issue when Parameter 5 is set to 2 causing motion to not report\n* Improves light sensor accuracy by changing brightness coefficient from 0.4 to 1.0",
17+
"files": [
18+
{
19+
"target": 0,
20+
"url": "https://aeotec.freshdesk.com/helpdesk/attachments/6210241717",
21+
"integrity": "sha256:7f1b8939384ffa243468ae8350116bfb0c098257dd518ecdb7699e953dd79a85"
22+
}
23+
]
24+
}
25+
]
26+
}

firmwares/aeotec/ZWA045-B.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"devices": [
3+
{
4+
"brand": "Aeotec",
5+
"model": "ZWA045-B",
6+
"manufacturerId": "0x0371",
7+
"productType": "0x0202", //AU
8+
"productId": "0x002d"
9+
}
10+
],
11+
"upgrades": [
12+
{
13+
"version": "2.8.4",
14+
"channel": "stable",
15+
//"region": "australia/new zealand",
16+
"changelog": "* Added new Parameters Configurations - details can be found in the engineering sheet for those parameter settings.\n * #5 - enable of disable binary sensor\n * #26 - enable/disable LED activity\n * #27 - configure color blink of LED when motion is detected\n * #28 - temperature offset\n * #29 - light offset\n* Fixes issue when Parameter 5 is set to 2 causing motion to not report\n* Improves light sensor accuracy by changing brightness coefficient from 0.4 to 1.0",
17+
"files": [
18+
{
19+
"target": 0,
20+
"url": "https://aeotec.freshdesk.com/helpdesk/attachments/6210241715",
21+
"integrity": "sha256:d0b737eac86b163ebcca0f83d19b5f1bcb18771d421e87bc63a6dd5b100f693b"
22+
}
23+
]
24+
}
25+
]
26+
}

firmwares/aeotec/ZWA045-C.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"devices": [
3+
{
4+
"brand": "Aeotec",
5+
"model": "ZWA045-C",
6+
"manufacturerId": "0x0371",
7+
"productType": "0x0002", //EU
8+
"productId": "0x002d"
9+
}
10+
],
11+
"upgrades": [
12+
{
13+
"version": "2.8.4",
14+
"channel": "stable",
15+
//"region": "europe",
16+
"changelog": "* Added new Parameters Configurations - details can be found in the engineering sheet for those parameter settings.\n * #5 - enable of disable binary sensor\n * #26 - enable/disable LED activity\n * #27 - configure color blink of LED when motion is detected\n * #28 - temperature offset\n * #29 - light offset\n* Fixes issue when Parameter 5 is set to 2 causing motion to not report\n* Improves light sensor accuracy by changing brightness coefficient from 0.4 to 1.0",
17+
"files": [
18+
{
19+
"target": 0,
20+
"url": "https://aeotec.freshdesk.com/helpdesk/attachments/6210241716",
21+
"integrity": "sha256:3e754c9be172ebc522a5b36c428872ca57a604cf7d551477217527e69e93bf41"
22+
}
23+
]
24+
}
25+
]
26+
}

0 commit comments

Comments
 (0)