Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Added the v.1.3.0 OTA image for TRVZB #699

Merged
merged 4 commits into from
Feb 21, 2025
Merged

Conversation

lcheng33775823
Copy link
Contributor

No description provided.

Copy link
Contributor

Detected changes in files outside of images directory. This is not allowed for a pull request with OTA files.

@Koenkk
Copy link
Owner

Koenkk commented Feb 19, 2025

Please do not modify the index.json

Copy link
Contributor

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

diff --git a/images/Sonoff/trvzb_v1.2.1.ota b/images/Sonoff/trvzb_v1.2.1.ota
deleted file mode 100755
index 79454ff..0000000
Binary files a/images/Sonoff/trvzb_v1.2.1.ota and /dev/null differ
diff --git a/index.json b/index.json
index c9e9665..b7555bd 100644
--- a/index.json
+++ b/index.json
@@ -6300,16 +6300,6 @@
     "sha512": "e722a7058439abba22f2d392f9308c0eb22dcb89ad32c3409983b74a28724713e9709cd2b6b61622dac57487227d2f902dd38291b9116a87b9fc52981669cf46",
     "otaHeaderString": "vers: ZigBee:00001006\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"
   },
-  {
-    "fileName": "trvzb_v1.2.1.ota",
-    "fileVersion": 4609,
-    "fileSize": 328138,
-    "url": "https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/images/Sonoff/trvzb_v1.2.1.ota",
-    "imageType": 8199,
-    "manufacturerCode": 4742,
-    "sha512": "fbc751c738cf8c15e088bc5f91f9a0d039d16d09d689ede3c131ac36f2cdf63bf15f3e10cbf775a1896c57e81aeae6425abb893cb5b36e99465c1c7738ec9f39",
-    "otaHeaderString": "vers:00001201,00001200\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"
-  },
   {
     "fileName": "zbmicro_v1.0.5.ota",
     "fileVersion": 4101,
@@ -7417,5 +7407,15 @@
     "manufacturerCode": 5127,
     "sha512": "9b19db5305b3fb3f3d569690ac5d75aeb68f53841b45ab5e9226798b744d9d90bc12a6dfd3bdf6e8d30c26d3415bb208c79ed007458884c42df9487436b8c2e7",
     "otaHeaderString": "Telink OTA Sample Usage\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"
+  },
+  {
+    "fileName": "trvzb_v1.3.0.ota",
+    "fileVersion": 4864,
+    "fileSize": 329856,
+    "url": "https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/images/Sonoff/trvzb_v1.3.0.ota",
+    "imageType": 8199,
+    "manufacturerCode": 4742,
+    "sha512": "9bb3374caba58ac72d4ffb1f601a4b35ec7ffa74a45bb03ff9892919929399ea4484fafd681f27368646650929dd7a56c6bf230c4d39971658d21b89c382073e",
+    "otaHeaderString": "vers:00001300,00001204\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"
   }
 ]
\ No newline at end of file
diff --git a/index1.json b/index1.json
index a3075b6..25c6c69 100644
--- a/index1.json
+++ b/index1.json
@@ -1519,5 +1519,15 @@
     "sha512": "af9e91687a1fadfe2b222db1ef540e66d6d34f50780c66693c6f630ac32225dc100459956d79f72f169d60d7e5d66aae7f5c54a9678131852dda83d087632f33",
     "otaHeaderString": "Telink OTA Sample Usage\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000",
     "originalUrl": "https://tr-zha.s3.amazonaws.com/z2m_firmware/GarageDoorSensor_PROD_OTA_V29_v1.00.29.ota"
+  },
+  {
+    "fileName": "trvzb_v1.2.1.ota",
+    "fileVersion": 4609,
+    "fileSize": 328138,
+    "url": "https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/images1/Sonoff/trvzb_v1.2.1.ota",
+    "imageType": 8199,
+    "manufacturerCode": 4742,
+    "sha512": "fbc751c738cf8c15e088bc5f91f9a0d039d16d09d689ede3c131ac36f2cdf63bf15f3e10cbf775a1896c57e81aeae6425abb893cb5b36e99465c1c7738ec9f39",
+    "otaHeaderString": "vers:00001201,00001200\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"
   }
 ]
\ No newline at end of file

@lcheng33775823
Copy link
Contributor Author

Thank you for your reminder, I have made the corresponding modifications.

@Koenkk Koenkk merged commit 63b4157 into Koenkk:master Feb 21, 2025
1 check passed
@Koenkk
Copy link
Owner

Koenkk commented Feb 21, 2025

Thanks!

@GigiPompieru
Copy link

is there a changelog available? I could not find anywhere what the new firmware brings.

@leperroy
Copy link

Same, is there any changelog ? Could not find anywhere on internet.

@GigiPompieru
Copy link

GigiPompieru commented Feb 22, 2025

I updated two TRVs, I see nothing new in Z2M.
I'm guessing they added support for even more external temperature sensors via the official app/hub.

@KleyosMajere
Copy link

KleyosMajere commented Feb 22, 2025

There is no changelog about this firmware. Can we have any update on this firmware version please?

@targetblank
Copy link

@lcheng33775823 Can you provide a changelog, please?

@jpbede
Copy link

jpbede commented Feb 23, 2025

Based on Koenkk/zigbee-herdsman-converters#8837 I would say the ability to set the temperature accuracy.

@GigiPompieru
Copy link

Screenshot_20250223_121100_Home Assistant
not available in Z2m, not yet anyway.

@jpbede
Copy link

jpbede commented Feb 23, 2025

not available in Z2m, not yet anyway.

Yes, the function has not yet been added to Z2M.

@TallDaikon
Copy link

5 of my 6 TRVZB had a smooth firmware upgrade
1 did not react anymore to any commands via Z2M and needed to be restartet (taking off batteries).

@photomoose
Copy link

External temperature sensor support was available in firmware version 1.2.1 but only recently introduced to Z2M in Koenkk/zigbee-herdsman-converters#8873

Version 1.3.0 looks like it adds support for controlling the hysteresis of the TRV, with Z2M support being introduced in Koenkk/zigbee-herdsman-converters#8837

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants