Skip to content

Commit 048115c

Browse files
committed
update
1 parent a74aeee commit 048115c

File tree

4 files changed

+5
-19
lines changed

4 files changed

+5
-19
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ Currently supported devices:
1919
[LKTMZL02](https://pvvx.github.io/LKTMZL02),
2020
[ZG-227Z](https://pvvx.github.io/ZG-227Z),
2121
[ZY-ZTH02](https://pvvx.github.io/ZY-ZTH02),
22-
[ZY-ZTH02Pro](https://pvvx.github.io/ZY-ZTH02Pro).
22+
[ZY-ZTH02Pro](https://pvvx.github.io/ZY-ZTH02Pro),
23+
[ZY-ZTH03Pro](https://pvvx.github.io/TS0201_TZ3000_v1w2k9dd).
2324

2425
* Work with modification:
2526
[ZTH01](https://pvvx.github.io/TS0601_TZE200_zth01/),
@@ -32,6 +33,8 @@ Please direct questions regarding use and configuration in [ZHA](https://www.hom
3233

3334
### Warning(!): Firmware version 0.1.2.6 is built on a new version of SDK from Telink. Requires reset of all previous settings and new binding. Old values from previous versions remembered by the device are incompatible.
3435

36+
* For new LYWSD03MMC variants released since 03.2025 there is no Zigbee firmware (not supported yet).
37+
3538
New versions check that the configuration written to the device is compatible with the one updated for the new SDK (i.e. compatible with version 0.1.2.5). If it is not compatible, all settings, including bindings, are deleted. In this case, the Zigbee coordinator sees a device with the same IEEE number and a "rebinding" is performed.
3639

3740
* Due to high consumption, limited transmit power of +2 dBm is used. A moderately discharged CR2032 battery cannot withstand higher power.

bin/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,5 @@
5656
| 31 | 0x021F | [LKTMZL02(TS0201_TZ3210)](https://pvvx.github.io/LKTMZL02) | [BLE](https://github.com/pvvx/ATC_MiThermometer) & [ZigBeeTLc](https://github.com/pvvx/ZigbeeTLc) |
5757
| 33 | 0x0221 | [ZTH05(TS0601_TZE204)](https://pvvx.github.io/TS0601_TZE204) | [BLE](https://github.com/pvvx/ATC_MiThermometer) & [ZigBeeTLc](https://github.com/pvvx/ZigbeeTLc) |
5858
| 37 | 0x0225 | [ZY-ZTH02](https://pvvx.github.io/ZY-ZTH02) TS0201_TZ3000_v1w2k9dd without LCD | [BLE](https://github.com/pvvx/ATC_MiThermometer) & [ZigBeeTLc](https://github.com/pvvx/ZigbeeTLc) |
59+
| 38 | 0x0226 | [ZY-ZTH02Pro](https://pvvx.github.io/ZY-ZTH02Pro), [ZY-ZTH03Pro](https://pvvx.github.io/TS0201_TZ3000_v1w2k9dd) TS0201_TZ3000_v1w2k9dd LCD | [BLE](https://github.com/pvvx/ATC_MiThermometer) & [ZigBee](https://github.com/pvvx/ZigbeeTLc) |
5960
| 39 | 0x0227 | [ZG-227Z](https://pvvx.github.io/ZG-227Z) TS0601_TZE200_a8sdabtg | [BLE](https://github.com/pvvx/ATC_MiThermometer) & [ZigBeeTLc](https://github.com/pvvx/ZigbeeTLc) |

make_z/TlsrPgm.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,6 @@
2222

2323
FLASH_SECTOR_SIZE = 4096
2424

25-
class FatalError(RuntimeError):
26-
def __init__(self, message):
27-
RuntimeError.__init__(self, message)
28-
29-
@staticmethod
30-
def WithResult(message, result):
31-
message += " (result was %s)" % hexify(result)
32-
return FatalError(message)
33-
3425
def signal_handler(signal, frame):
3526
print()
3627
print('Keyboard Break!')

make_zb/TlsrPgm.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,6 @@
2222

2323
FLASH_SECTOR_SIZE = 4096
2424

25-
class FatalError(RuntimeError):
26-
def __init__(self, message):
27-
RuntimeError.__init__(self, message)
28-
29-
@staticmethod
30-
def WithResult(message, result):
31-
message += " (result was %s)" % hexify(result)
32-
return FatalError(message)
33-
3425
def signal_handler(signal, frame):
3526
print()
3627
print('Keyboard Break!')

0 commit comments

Comments
 (0)