Skip to content

Commit 46f900e

Browse files
Add Aeotec Home Energy Meter Gen5 US Firmware v1.37 (#246)
1 parent 01de34f commit 46f900e

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

firmwares/aeotec/ZW095-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": "ZW095-A", //Home Energy Meter Gen5 2 Clamp
6+
"manufacturerId": "0x0086",
7+
"productType": "0x0102", //US
8+
"productId": "0x005f"
9+
}
10+
],
11+
"upgrades": [
12+
//firmware V1.35 to V1.37 only
13+
{
14+
"$if": "firmwareVersion >= 1.35 && firmwareVersion < 1.37",
15+
"version": "1.37",
16+
"channel": "stable",
17+
"changelog": "Bug Fixes:\n* Update SDK \n* Group Association fix \n* Threshold Report fix",
18+
"files": [
19+
{
20+
"target": 0,
21+
"url": "https://raw.githubusercontent.com/Aeotec-ccheng/aeotecZWaveOtaUpdateFiles/refs/heads/main/Series_500/ZW095_HEM_G5_2P_200A_US_V1_37.otz",
22+
"integrity": "sha256:36aac4b6741b661501ad0a28da1a0ae3e6d91e2e71f4d551a7ea69c582fa8d39"
23+
}
24+
]
25+
}
26+
]
27+
}

0 commit comments

Comments
 (0)