-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add firmware updates for multiple Shelly Qubino products (#119)
Co-authored-by: Shelly Qubino Wave Support <[email protected]> Co-authored-by: Dominic Griesel <[email protected]>
- Loading branch information
1 parent
40a91f3
commit f45b6cd
Showing
10 changed files
with
243 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"devices": [ | ||
{ | ||
"brand": "Shelly Qubino", | ||
"model": "Wave PM Mini", | ||
"manufacturerId": "0x0460", | ||
"productType": "0x0007", | ||
"productId": "0x0081", | ||
"firmwareVersion": { | ||
"min": "0.0", | ||
"max": "255.255" | ||
} | ||
} | ||
], | ||
"upgrades": [ | ||
{ | ||
"version": "10.6", | ||
"changelog": "- optimised temperature conversion table\n- other minor improvements", | ||
"region": "europe", | ||
"files": [ | ||
{ | ||
"url": "https://github.com/QubinoHelp/Shelly_Wave_FW_OTA/raw/8927d1afb0409a1b741e472c7b513befbb2203a9/Wave_PM_Mini/EU/Wave_Mini_PM_800_EU_20240329_1049_QMEM-0A1PC16EU_%5Bv10.06%5D_0FE4B35C.gbl", | ||
"integrity": "sha256:fff63dbf054f6fd9ff52c58935dc1ccd84b035ab30d0fba5dc48d60f0a99ba4e" | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"devices": [ | ||
{ | ||
"brand": "Shelly Qubino", | ||
"model": "Wave 1PM Mini", | ||
"manufacturerId": "0x0460", | ||
"productType": "0x0002", | ||
"productId": "0x008f", | ||
"firmwareVersion": { | ||
"min": "0.0", | ||
"max": "255.255" | ||
} | ||
} | ||
], | ||
"upgrades": [ | ||
{ | ||
"version": "11.3", | ||
"changelog": "- optimised temperature conversion table\n- other minor improvements", | ||
"region": "europe", | ||
"files": [ | ||
{ | ||
"url": "https://github.com/QubinoHelp/Shelly_Wave_FW_OTA/raw/8927d1afb0409a1b741e472c7b513befbb2203a9/Wave_1PM_Mini/EU/Wave_Mini_1PM_800_EU_20240403_1310_QMSW-0A1P8EU_%5Bv11.03%5D_9DD2F96C.gbl", | ||
"integrity": "sha256:c625e5802145cf32575975dd76fcb1dceaa63072870861bc88a08735e7fce9f4" | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"devices": [ | ||
{ | ||
"brand": "Shelly Qubino", | ||
"model": "Wave 1 Mini", | ||
"manufacturerId": "0x0460", | ||
"productType": "0x0002", | ||
"productId": "0x008e", | ||
"firmwareVersion": { | ||
"min": "0.0", | ||
"max": "255.255" | ||
} | ||
} | ||
], | ||
"upgrades": [ | ||
{ | ||
"version": "10.4", | ||
"changelog": "- optimised temperature conversion table\n- other minor improvements", | ||
"region": "europe", | ||
"files": [ | ||
{ | ||
"url": "https://github.com/QubinoHelp/Shelly_Wave_FW_OTA/raw/8927d1afb0409a1b741e472c7b513befbb2203a9/Wave_1_Mini/EU/Wave_1Mini_800_EU_20240404_0923_QMSW-0A1X8EU_%5Bv10.04%5D_2144DF1C.gbl", | ||
"integrity": "sha256:8c0b296cb100e82df0715447dd0ffb04eac9c5bb02124a9b088570c2e824791e" | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"devices": [ | ||
{ | ||
"brand": "Shelly Qubino", | ||
"model": "Wave Plug US", | ||
"manufacturerId": "0x0460", | ||
"productType": "0x0002", | ||
"productId": "0x0088", | ||
"firmwareVersion": { | ||
"min": "0.0", | ||
"max": "255.255" | ||
} | ||
} | ||
], | ||
"upgrades": [ | ||
{ | ||
"version": "10.11", | ||
"changelog": "- optimised temperature conversion table\n- Meter Reset Command fixed\n- other minor improvements", | ||
"region": "usa", | ||
"files": [ | ||
{ | ||
"url": "https://github.com/QubinoHelp/Shelly_Wave_FW_OTA/raw/8927d1afb0409a1b741e472c7b513befbb2203a9/Wave_Plug_US/US/Wave_Plug%20US_800_US_20240318_1350_QNPL-001X16US_%5Bv10.11%5D_0FE4B35C.gbl", | ||
"integrity": "sha256:856fed7fc80cf99a9de7f62b7b2ca864f7c2bc9a204f704a6ba4c54d88051c42" | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"devices": [ | ||
{ | ||
"brand": "Shelly Qubino", | ||
"model": "Wave Pro 1PM", | ||
"manufacturerId": "0x0460", | ||
"productType": "0x0002", | ||
"productId": "0x008b", | ||
"firmwareVersion": { | ||
"min": "0.0", | ||
"max": "255.255" | ||
} | ||
} | ||
], | ||
"upgrades": [ | ||
{ | ||
"version": "11.1", | ||
"changelog": "- optimised temperature conversion table\n- other minor improvements", | ||
"region": "europe", | ||
"files": [ | ||
{ | ||
"url": "https://github.com/QubinoHelp/Shelly_Wave_FW_OTA/raw/8927d1afb0409a1b741e472c7b513befbb2203a9/Wave_Pro_1PM/EU/Wave_PRO1PM_800_EU_20240318_1108_QPSW-0A1P16EU_%5Bv11.01%5D_0FE4B35C.gbl", | ||
"integrity": "sha256:6d92c8cf2aaac25fd4abe1f7e2026b600205288eadccca09e6f55d04ebc2b2b4" | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"devices": [ | ||
{ | ||
"brand": "Shelly Qubino", | ||
"model": "Wave Pro 1", | ||
"manufacturerId": "0x0460", | ||
"productType": "0x0002", | ||
"productId": "0x008a", | ||
"firmwareVersion": { | ||
"min": "0.0", | ||
"max": "255.255" | ||
} | ||
} | ||
], | ||
"upgrades": [ | ||
{ | ||
"version": "11.1", | ||
"changelog": "- optimised temperature conversion table\n- - other minor improvements", | ||
"region": "europe", | ||
"files": [ | ||
{ | ||
"url": "https://github.com/QubinoHelp/Shelly_Wave_FW_OTA/raw/8927d1afb0409a1b741e472c7b513befbb2203a9/Wave_Pro_1/EU/Wave_PRO1_800_EU_20240318_1144_QPSW-0A1X16EU_%5Bv11.01%5D_2144DF1C.gbl", | ||
"integrity": "sha256:9bec3a31f6b23a9108d8d1851aa7fba75a772ce7786a34f40975ff439dd606c2" | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"devices": [ | ||
{ | ||
"brand": "Shelly Qubino", | ||
"model": "Wave Pro 2PM", | ||
"manufacturerId": "0x0460", | ||
"productType": "0x0002", | ||
"productId": "0x008d", | ||
"firmwareVersion": { | ||
"min": "0.0", | ||
"max": "255.255" | ||
} | ||
} | ||
], | ||
"upgrades": [ | ||
{ | ||
"version": "10.8", | ||
"changelog": "- optimised temperature conversion table\n- other minor improvements", | ||
"region": "europe", | ||
"files": [ | ||
{ | ||
"url": "https://github.com/QubinoHelp/Shelly_Wave_FW_OTA/raw/8927d1afb0409a1b741e472c7b513befbb2203a9/Wave_Pro_2PM/EU/Wave_PRO2PM_800_EU_20240325_1344_QPSW-0A2P16EU_%5Bv10.08%5D_9DD2F96C.gbl", | ||
"integrity": "sha256:f88fc8ee1a213abf099cae77ba0e5f8e318f34ad55c6dbb8e1c0337f9ddf1c56" | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"devices": [ | ||
{ | ||
"brand": "Shelly Qubino", | ||
"model": "Wave Pro 2", | ||
"manufacturerId": "0x0460", | ||
"productType": "0x0002", | ||
"productId": "0x008c", | ||
"firmwareVersion": { | ||
"min": "0.0", | ||
"max": "255.255" | ||
} | ||
} | ||
], | ||
"upgrades": [ | ||
{ | ||
"version": "11.8", | ||
"changelog": "- optimised temperature conversion table\n- other minor improvements", | ||
"region": "europe", | ||
"files": [ | ||
{ | ||
"url": "https://github.com/QubinoHelp/Shelly_Wave_FW_OTA/raw/8927d1afb0409a1b741e472c7b513befbb2203a9/Wave_Pro_2/EU/Wave_PRO2_800_EU_20240325_1408_QPSW-0A2X16EU_%5Bv10.08%5D_0FE4B35C.gbl", | ||
"integrity": "sha256:4e7a9e806ebd19c660f04450bd0f2f569f3604b79dfe4fa90e0efbbd5bdcfb87" | ||
} | ||
] | ||
} | ||
] | ||
} |