add firmware version 72 for wb-msw-zigbee#1058
Merged
Koenkk merged 1 commit intoKoenkk:masterfrom Feb 5, 2026
Merged
Conversation
Added automatic baud rate detection on first launch and connection reset.
Contributor
|
Merging this pull request will add these changes in a following commit: diff --git a/images/Sprut.device/wb_msw4_2_071.ota b/images/Sprut.device/wb_msw4_2_071.ota
deleted file mode 100644
index a5fee97..0000000
Binary files a/images/Sprut.device/wb_msw4_2_071.ota and /dev/null differ
diff --git a/images1/Sprut.device/wb_msw4_2_070.ota b/images1/Sprut.device/wb_msw4_2_070.ota
deleted file mode 100644
index e2961c1..0000000
Binary files a/images1/Sprut.device/wb_msw4_2_070.ota and /dev/null differ
diff --git a/index.json b/index.json
index 92d7510..5d0dd9f 100644
--- a/index.json
+++ b/index.json
@@ -7157,16 +7157,6 @@
"modelId": "RBSH-TRV1-ZB-EU",
"releaseNotes": "New heating algorithm (like that used on the non-matter radiator thermostat II since November 2024)"
},
- {
- "fileName": "wb_msw4_2_071.ota",
- "fileVersion": 71,
- "fileSize": 316790,
- "url": "https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/images/Sprut.device/wb_msw4_2_071.ota",
- "imageType": 15,
- "manufacturerCode": 26214,
- "sha512": "72f19d6f144442265e79ad0e4630413966a064dd78796c44b3b26463f84206fd112cf40f64519b6cd4084bb45c7443839b7163525133cf00e6c2793af416bbc9",
- "otaHeaderString": ""
- },
{
"fileName": "FW_ha_v1.00.86.ota",
"fileVersion": 86,
@@ -9406,5 +9396,15 @@
"manufacturerCode": 4659,
"sha512": "ac780d5d2bd0da487099210a5abd7137cf52179966194e5637059a1724c12eabce2cc53057a7b0b94be7c37426e4d22b1d71fb60aba27ef93e41286d75ee0f03",
"otaHeaderString": "Telink OTA Sample Usage"
+ },
+ {
+ "fileName": "wb_msw4_2_072.ota",
+ "fileVersion": 72,
+ "fileSize": 317290,
+ "url": "https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/images/Sprut.device/wb_msw4_2_072.ota",
+ "imageType": 15,
+ "manufacturerCode": 26214,
+ "sha512": "de8c0ebc89aedeca8fef55b133d72ee3fb7e04859d6411c196133d906ca34d219c212b1549b0fe817f63fb5d458bb3d40ceb2e561276c14ae0acc2e0b1e1aa53",
+ "otaHeaderString": ""
}
]
\ No newline at end of file
diff --git a/index1.json b/index1.json
index af82a3b..fe879c7 100644
--- a/index1.json
+++ b/index1.json
@@ -2167,16 +2167,6 @@
"sha512": "efe3066a98b71f067ad9840172b073690c136a7292774e72a3a41fcb403c423aee7e27b71e07538d148123d3d89257e154273e5609b44cb304035dfe6a0611bc",
"otaHeaderString": "MM_RELAY"
},
- {
- "fileName": "wb_msw4_2_070.ota",
- "fileVersion": 70,
- "fileSize": 312950,
- "url": "https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/images1/Sprut.device/wb_msw4_2_070.ota",
- "imageType": 15,
- "manufacturerCode": 26214,
- "sha512": "520465686f77ef055410fd541ec9a4d4e008bea57753707fb28abc69607d8893d9a84ea13f2e8f94e4b3de364b991f74b70df9ae05dbf4726440d7cccf590d1e",
- "otaHeaderString": ""
- },
{
"fileName": "FW_ha_v1.00.82.ota",
"fileVersion": 82,
@@ -3121,5 +3111,15 @@
"sha512": "daba6b3ad69bb070aa46ddae95bf8fa4a3eed151063b9e14f07a5f8937baac5edc922f99b0f6207b9ece62ee65a4ba896721383947c552f94a82c89d4bd04f1d",
"otaHeaderString": "Telink OTA Sample Usage",
"originalUrl": "https://tr-zha.s3.amazonaws.com/z2m_firmware/Water_Leak_Sensor_PROD_OTA_V66_v1.00.66.ota"
+ },
+ {
+ "fileName": "wb_msw4_2_071.ota",
+ "fileVersion": 71,
+ "fileSize": 316790,
+ "url": "https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/images1/Sprut.device/wb_msw4_2_071.ota",
+ "imageType": 15,
+ "manufacturerCode": 26214,
+ "sha512": "72f19d6f144442265e79ad0e4630413966a064dd78796c44b3b26463f84206fd112cf40f64519b6cd4084bb45c7443839b7163525133cf00e6c2793af416bbc9",
+ "otaHeaderString": ""
}
]
\ No newline at end of file
|
Owner
|
Thanks! |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added automatic baud rate detection on first launch and connection reset.