Skip to content

Add SONOFF MINI-ZB1GP v1.1.2 OTA image - #1256

Merged
Koenkk merged 1 commit into
Koenkk:masterfrom
CubeZ2mDeveloper:MINI-ZB1GP-v1.1.2
Jul 27, 2026
Merged

Add SONOFF MINI-ZB1GP v1.1.2 OTA image#1256
Koenkk merged 1 commit into
Koenkk:masterfrom
CubeZ2mDeveloper:MINI-ZB1GP-v1.1.2

Conversation

@CubeZ2mDeveloper

Copy link
Copy Markdown
Contributor

Summary

Add a new OTA image for SONOFF MINI-ZB1GP.

Device

  • Product: SONOFF MINI-ZB1GP
  • Firmware version: v1.1.2

Changes

  • Fixed several known issues.
  • Bluetooth configuration commands now trigger immediate reporting for Power State, Power-on Behavior, External Switch Mode, Detach Relay Mode, and Turbo Mode.
  • Added initial reporting after device join for Inching Mode, Scene Threshold, Turbo Mode, Detach Relay Mode, and Voltage Frequency.
  • Improved the reliability of energy metering reporting.

Testing

Tested on:

  • Device: MINI-ZB1GP
  • From version: v1.0.7
  • To version: v1.1.2
  • Dongle: SONOFF ZBDongle-E

Notes

  • No breaking changes.
  • Official vendor firmware.

## Summary

Add a new OTA image for `SONOFF  MINI-ZB1GP`.

## Device

- Product: SONOFF MINI-ZB1GP
- Firmware version: v1.1.2

## Changes

- Fixed several known issues.
- Bluetooth configuration commands now trigger immediate reporting for Power State, Power-on Behavior, External Switch Mode, Detach Relay Mode, and Turbo Mode.
- Added initial reporting after device join for Inching Mode, Scene Threshold, Turbo Mode, Detach Relay Mode, and Voltage Frequency.
- Improved the reliability of energy metering reporting.

## Testing

Tested on:
- Device: `MINI-ZB1GP`
- From version: `v1.0.7`
- To version: `v1.1.2`
- Dongle: `SONOFF ZBDongle-P`

## 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/minizb1gp_v1.0.7.ota b/images/Sonoff/minizb1gp_v1.0.7.ota
deleted file mode 100644
index b740df1..0000000
Binary files a/images/Sonoff/minizb1gp_v1.0.7.ota and /dev/null differ
diff --git a/index.json b/index.json
index 98b83d1..8fb8b9a 100644
--- a/index.json
+++ b/index.json
@@ -9383,17 +9383,6 @@
       "Svetomaniya"
     ]
   },
-  {
-    "fileName": "minizb1gp_v1.0.7.ota",
-    "fileVersion": 4103,
-    "fileSize": 323934,
-    "originalUrl": "https://zigbee-ota.sonoff.tech/releases/minizb1gp_v1.0.7.ota",
-    "url": "https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/images/Sonoff/minizb1gp_v1.0.7.ota",
-    "imageType": 71,
-    "manufacturerCode": 4742,
-    "sha512": "69d48905d3a3e64177ce41aeb98062610aa6f0ef6b04d5324e8d49352d458cf48c6e5b5d4641a8b1a8bb4d5ad56fe35c4c4da512349c0701cf771b940806ef9a",
-    "otaHeaderString": "EBL FWPLUG_MINIZB1GSP_ELECTRICAL"
-  },
   {
     "fileName": "HS1RM-E-120B452F-20260615-V17-Release.ota.ota",
     "fileVersion": 23,
@@ -10119,5 +10108,15 @@
     "manufacturerCode": 5127,
     "sha512": "6e354dd723f1f175d92baef39ab634d247116552b88c7ec616433fe94b137e140c86fb74ad6779a0d349b685daa0b8671303392c1983847a65b1c57f957fc2e8",
     "otaHeaderString": "thirdreality"
+  },
+  {
+    "fileName": "FWPLUG_MINIZB1GP_ELECTRICAL_EFR32MG21_v1.1.2.ota",
+    "fileVersion": 4354,
+    "fileSize": 323774,
+    "url": "https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/images/Sonoff/FWPLUG_MINIZB1GP_ELECTRICAL_EFR32MG21_v1.1.2.ota",
+    "imageType": 71,
+    "manufacturerCode": 4742,
+    "sha512": "aa17174b8bd95fd02575c3e9c5cbb57163cd917e0cc05244d6840ebe45b8bf0f211a795e2946a18b717667d46061196051a6ed9915df17db098481cf30497fd3",
+    "otaHeaderString": "EBL FWPLUG_MINIZB1GSP_ELECTRICAL"
   }
 ]
\ No newline at end of file
diff --git a/index1.json b/index1.json
index bd976dd..661c5c5 100644
--- a/index1.json
+++ b/index1.json
@@ -3783,5 +3783,16 @@
     "otaHeaderString": "TRV_GEN2_DUAL",
     "modelId": "RBSH-TRV1-ZB-EU",
     "releaseNotes": "New heating algorithm (like that used on the non-matter radiator thermostat II since November 2024)"
+  },
+  {
+    "fileName": "minizb1gp_v1.0.7.ota",
+    "fileVersion": 4103,
+    "fileSize": 323934,
+    "originalUrl": "https://zigbee-ota.sonoff.tech/releases/minizb1gp_v1.0.7.ota",
+    "url": "https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/images1/Sonoff/minizb1gp_v1.0.7.ota",
+    "imageType": 71,
+    "manufacturerCode": 4742,
+    "sha512": "69d48905d3a3e64177ce41aeb98062610aa6f0ef6b04d5324e8d49352d458cf48c6e5b5d4641a8b1a8bb4d5ad56fe35c4c4da512349c0701cf771b940806ef9a",
+    "otaHeaderString": "EBL FWPLUG_MINIZB1GSP_ELECTRICAL"
   }
 ]
\ No newline at end of file

@Koenkk
Koenkk merged commit d4c6159 into Koenkk:master Jul 27, 2026
1 check passed
@Koenkk

Koenkk commented Jul 27, 2026

Copy link
Copy Markdown
Owner

thanks!

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.

2 participants