Skip to content

Add SONOFF S60ZBTPF\S60ZBTPG v2.0.3 OTA image - #1258

Open
CubeZ2mDeveloper wants to merge 1 commit into
Koenkk:masterfrom
CubeZ2mDeveloper:S60-V2.0.3
Open

Add SONOFF S60ZBTPF\S60ZBTPG v2.0.3 OTA image#1258
CubeZ2mDeveloper wants to merge 1 commit into
Koenkk:masterfrom
CubeZ2mDeveloper:S60-V2.0.3

Conversation

@CubeZ2mDeveloper

Copy link
Copy Markdown
Contributor

Summary

Add a new OTA image for SONOFF S60ZBTPF\S60ZBTPG.

Device

  • Product: SONOFF S60ZBTPF\S60ZBTPG
  • Firmware version: v2.0.3

Changes

  • Fixed several known issues.
  • Enhanced monitoring and recovery mechanisms for power-related data processing.
  • Optimized reporting stability for critical attributes.
  • Improved handling of abnormal reporting configurations.

Testing

Tested on:

  • Device: S60ZBTPF
  • From version: v2.0.2
  • To version: v2.0.3
  • Dongle: SONOFF ZBDongle-E

Notes

  • No breaking changes.
  • Official vendor firmware.

## Summary

Add a new OTA image for `SONOFF`  `S60ZBTPF\S60ZBTPG`.

## Device

- Product: SONOFF S60ZBTPF\S60ZBTPG
- Firmware version: v2.0.3

## Changes

- Fixed several known issues.
- Enhanced monitoring and recovery mechanisms for power-related data processing.
- Optimized reporting stability for critical attributes.
- Improved handling of abnormal reporting configurations.

## Testing

Tested on:
- Device: `S60ZBTPF`
- From version: `v2.0.2`
- To version: `v2.0.3`
- Dongle: `SONOFF ZBDongle-E`

## Notes

- No breaking changes.
- Official vendor firmware.
@github-actions

Copy link
Copy Markdown
Contributor

Merging this pull request will add these changes in a following commit:

diff --git a/images/Sonoff/SN-TLSR8656-S60-01-v2.0.2.ota b/images/Sonoff/SN-TLSR8656-S60-01-v2.0.2.ota
deleted file mode 100644
index 94c2c08..0000000
Binary files a/images/Sonoff/SN-TLSR8656-S60-01-v2.0.2.ota and /dev/null differ
diff --git a/index.json b/index.json
index 484829c..615aa4c 100644
--- a/index.json
+++ b/index.json
@@ -8837,16 +8837,6 @@
     "sha512": "c5fb4cb826f6e65a2aed062f0b8a59d51a025eb542037a58acababff8c0c4f6983c3a442f998aae050e567a7799c6370b77599c609b30aaac7feb0db65c923e7",
     "otaHeaderString": "Icon2 system package"
   },
-  {
-    "fileName": "SN-TLSR8656-S60-01-v2.0.2.ota",
-    "fileVersion": 8194,
-    "fileSize": 147232,
-    "url": "https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/images/Sonoff/SN-TLSR8656-S60-01-v2.0.2.ota",
-    "imageType": 11,
-    "manufacturerCode": 4742,
-    "sha512": "dfddb274c4d549f0ea0e155592191e19409ef7368072e9bf0f9af4889e23cd3dfeeee849cdfbfc4afcb595301b391e9d66ccef49985f02bc90a8043b4f34989a",
-    "otaHeaderString": "Telink OTA Sample Usage"
-  },
   {
     "fileName": "freezbee-v0.1.5.ota",
     "fileVersion": 261,
@@ -10117,5 +10107,15 @@
     "manufacturerCode": 4742,
     "sha512": "aa17174b8bd95fd02575c3e9c5cbb57163cd917e0cc05244d6840ebe45b8bf0f211a795e2946a18b717667d46061196051a6ed9915df17db098481cf30497fd3",
     "otaHeaderString": "EBL FWPLUG_MINIZB1GSP_ELECTRICAL"
+  },
+  {
+    "fileName": "SN-TLSR8656-S60-01-v2.0.3.ota",
+    "fileVersion": 8195,
+    "fileSize": 147808,
+    "url": "https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/images/Sonoff/SN-TLSR8656-S60-01-v2.0.3.ota",
+    "imageType": 11,
+    "manufacturerCode": 4742,
+    "sha512": "dae1245594b9ba392c8acd0bcfaba682d22fa24c08147539cec5435856c0f26556b5e14f6ea983e8fd0f4b35c3f6ff5aca34e9f2598b6ba596b411cff6534c82",
+    "otaHeaderString": "Telink OTA Sample Usage"
   }
 ]
\ No newline at end of file
diff --git a/index1.json b/index1.json
index 030515a..1978781 100644
--- a/index1.json
+++ b/index1.json
@@ -3805,5 +3805,15 @@
     "manufacturerCode": 4742,
     "sha512": "69d48905d3a3e64177ce41aeb98062610aa6f0ef6b04d5324e8d49352d458cf48c6e5b5d4641a8b1a8bb4d5ad56fe35c4c4da512349c0701cf771b940806ef9a",
     "otaHeaderString": "EBL FWPLUG_MINIZB1GSP_ELECTRICAL"
+  },
+  {
+    "fileName": "SN-TLSR8656-S60-01-v2.0.2.ota",
+    "fileVersion": 8194,
+    "fileSize": 147232,
+    "url": "https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/images1/Sonoff/SN-TLSR8656-S60-01-v2.0.2.ota",
+    "imageType": 11,
+    "manufacturerCode": 4742,
+    "sha512": "dfddb274c4d549f0ea0e155592191e19409ef7368072e9bf0f9af4889e23cd3dfeeee849cdfbfc4afcb595301b391e9d66ccef49985f02bc90a8043b4f34989a",
+    "otaHeaderString": "Telink OTA Sample Usage"
   }
 ]
\ No newline at end of file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant