Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Moes BRT-100-TRV not reporting after OTA update #7941

Closed
wizu opened this issue Jul 4, 2021 · 76 comments
Closed

Moes BRT-100-TRV not reporting after OTA update #7941

wizu opened this issue Jul 4, 2021 · 76 comments
Labels
problem Something isn't working

Comments

@wizu
Copy link

wizu commented Jul 4, 2021

What happened

Z2M showed me, that my TRV have an OTA update available, so I've updated it's firmware.
https://www.zigbee2mqtt.io/devices/BRT-100-TRV.html#moes-brt-100-trv
After successful upgrade I couldn't control it any more. I've removed it from Z2M and added again serveral times, but it didn't help.
Not it only reports:
{
"child_lock": "UNLOCK",
"eco_mode": "OFF",
"linkquality": 34,
"update": {
"state": "idle"
}
}
and there is nothing abnormal in the logs, about this device.
Changing child lock from Z2M works, but nothing more.

Debug info

Zigbee2MQTT version: 1.20.0 commit: 41b67fd
Adapter hardware: CC2538 + CC2592
Adapter firmware version: zStack30x 20200211

@wizu wizu added the problem Something isn't working label Jul 4, 2021
@CVKBaca
Copy link

CVKBaca commented Jul 10, 2021

I have the same problem. TVR does not respond after firmware upgrade but nothing abnormal in the logs..

Zigbee2mqtt version: 1.20.0-1
adapter: CC2652RB development stick with zigbee2mqtt firmware

@vladi1234
Copy link

Hi, whether thermostat itself works? And what firmware version now shows thermostat?

@wizu
Copy link
Author

wizu commented Jul 12, 2021

Termostat works ok and show firmware U1, or UI

@vladi1234
Copy link

Does z2m pairing work correctly?

@wizu
Copy link
Author

wizu commented Jul 12, 2021

Yes, I have tried that several times and it worked every time, but no difference.

@vladi1234
Copy link

I need more information.

Bildschirmfoto vom 2021-07-12 22-46-23

I need result.

@CVKBaca
Copy link

CVKBaca commented Jul 12, 2021 via email

@wizu
Copy link
Author

wizu commented Jul 12, 2021

Read result of 'genBasic': {"appVersion":87,"zclVersion":3,"stackVersion":0,"hwVersion":1,"manufacturerName":"_TZE200_b6wax7g0","modelId":"TS0601","dateCode":"","powerSource":3}

@vladi1234
Copy link

Read result of 'genBasic': {"zclVersion":3,"appVersion":64,"stackVersion":0,"hwVersion":1,"manufacturerName":"_TZE200_b6wax7g0","modelId":"TS0601","dateCode":"","powerSource":3}

On my thermostat "appVersion" is: 64. I did not update.

@CVKBaca
Copy link

CVKBaca commented Jul 12, 2021

image

@vladi1234
Copy link

Moes BRT-100-TRV thermostat does not have a firmware update yet.
I think the thermostat got the wrong firmware update from Tuya.

Look here:
Koenkk/zigbee-OTA@8c90178

@wizu
Copy link
Author

wizu commented Jul 12, 2021

Is there a way to get it back to old firmware? @Koenkk

@vladi1234
Copy link

Tuya and Moes have the same "modelId": "TS0601".
That is not right.
We have to speak to @Koenkk that he differentiates according to "manufacturerName": "_ TZE200_b6wax7g0" and not according to "modelId": "TS0601".

@vladi1234
Copy link

Tuya and Moes also have the same "manufacturer code": 4098,

@vladi1234
Copy link

{
	"id": 17,
	"type": "EndDevice",
	"ieeeAddr": "0xcc86ecfffebxxxxx",
	"nwkAddr": 53108,
	"manufId": 4098,
	"manufName": "_TZE200_b6wax7g0",
	"powerSource": "Battery",
	"modelId": "TS0601",
	"epList": [
		1
	],
	"endpoints": {
		"1": {
			"profId": 260,
			"epId": 1,
			"devId": 81,
			"inClusterList": [
				0,
				4,
				5,
				61184
			],
			"outClusterList": [
				25,
				10
			],
			"clusters": {
				"genBasic": {
					"attributes": {
						"65503": "�f|(\u0012�f|(\u0012",
						"65506": 31,
						"65508": 0,
						"modelId": "TS0601",
						"manufacturerName": "_TZE200_b6wax7g0",
						"powerSource": 3,
						"zclVersion": 3,
						"stackVersion": 0,
						"hwVersion": 1,
						"dateCode": "",
						"appVersion": 64
					}
				},
				"genDeviceTempCfg": {
					"attributes": {}
				},
				"genLevelCtrl": {
					"attributes": {}
				},
				"msTemperatureMeasurement": {
					"attributes": {}
				}
			},
			"binds": [
				{
					"cluster": 0,
					"type": "endpoint",
					"deviceIeeeAddress": "0x00124b0022812735",
					"endpointID": 1
				},
				{
					"cluster": 61184,
					"type": "endpoint",
					"deviceIeeeAddress": "0x00124b0022812735",
					"endpointID": 1
				}
			],
			"configuredReportings": [],
			"meta": {}
		}
	},
	"appVersion": 64,
	"stackVersion": 0,
	"hwVersion": 1,
	"dateCode": "",
	"zclVersion": 3,
	"interviewCompleted": true,
	"meta": {},
	"lastSeen": 1626155319566
}

@github-actions
Copy link
Contributor

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days

@github-actions github-actions bot added the stale Stale issues label Aug 13, 2021
@wizu
Copy link
Author

wizu commented Aug 13, 2021

problem still exists

@github-actions github-actions bot removed the stale Stale issues label Aug 14, 2021
@CVKBaca
Copy link

CVKBaca commented Aug 17, 2021

I confirm the same problem. I also found out that after the OTA firmware update, it is no longer possible to set the device to pairing mode. I tried to reset the device manually via the AE function and entering a value "01", but even that didn't help.

@bruvv
Copy link

bruvv commented Aug 26, 2021

#5748 (reply in thread) crosslinking this too.

@vladi1234
Copy link

vladi1234 commented Aug 26, 2021

Explanation of problem:

Moes BRT-100-TRV thermostat doesn't have its own firmware update yet.
Our Moes BRT-100-TRV thermostat got the wrong firmware update from unknown Tuya thermostat.

Because both manufacturers Tuya and Moes have the same "modelId" and "manufacturerCode".
Tuya "modelId": "TS0601", "manufacturerCode": 4098
Moes "modelId": "TS0601", "manufacturerCode": 4098

zigbee-OTA only recognizes according to "modelId" and "manufacturer code". This means that all Tuya and Moes termostats get the wrong upgrade. Specifically this "https://github.com/Koenkk/zigbee-OTA/raw/master/images/Tuya/1615190575-si32_zg_uart_connect_sleep_ZS5_ty_OTA_1.1.7.bin" file.

zigbee-OTA / index.json

    },
    {
        "fileVersion": 87,
        "fileSize": 234174,
        "manufacturerCode": 4098,     <-------------<<<<<<<<<<<<<<<
        "imageType": 5634,
        "sha512": "1113486a67403d922fc4a462b7477e0a0986fa8862a89b74ab8c5eac7b4ecb31c30f1da9ae1bbc1d6d50ae1fed66d38c37a1834ab71fd384c0555002783aba13",
        "url": "https://github.com/Koenkk/zigbee-OTA/raw/master/images/Tuya/1615190575-si32_zg_uart_connect_sleep_ZS5_ty_OTA_1.1.7.bin",
        "path": "images/Tuya/1615190575-si32_zg_uart_connect_sleep_ZS5_ty_OTA_1.1.7.bin"
    },
    {

That is not right!!!

I've already asked the right people about it, but I haven't received an answer yet.
I would like to know which thermostats are these files for?
Koenkk/zigbee-OTA#43 (comment)

@Koenkk must change "zigbee-OTA" so that it differentiates according to "manufacturerName": "_ TZE200_b6wax7g0" and not just according to "modelId": "TS0601" and "manufacturerCode": 4098

@Koenkk
Copy link
Owner

Koenkk commented Aug 26, 2021

@vladi1234 disabled the OTA update for now. (Koenkk/zigbee-OTA@4af6b2a)

@MattWestb
Copy link

The interesting is wot image type the TRV was reporting before the update and wot is reporting after then requesting one new OTA file.

"imageType": 5634, is the image type in the OTA file and shall being matches with the device is reporting or its being one "converting" of the device type by the file.

The model name is not in the file locked only manufacture code and image type for the OTA file.
Some device is using the same OTA image but have different device name like IKEA On/Off and Open /Close buttons is having the same firmware with the same image type and manufacture code but have different data setting in the device and is having different model names in the basic cluster (and completely different clusters and function).

@vladi1234
Copy link

Hello!

The OTA update for unknown TS0601_thermostat is deactivated for the time being!

That's fine, so you can't break thermostats anymore!

But, there are already thermostats that have received faulty updates (defective).

You can try to read firmware from good thermostats.

And then restore firmware on broken thermostats.

The question: Who can try to read firmware?

@MattWestb
Copy link

You need one SWD / J-Link probe (if its one EFR32MG21 chip you need one real J-Link) for reading the flash of the Zigbee module and if can dumping the internal flash pleas also dumping the "user data" that can having device specific setting for the device.

One working method: https://github.com/MattWestb/IKEA-TRADFRI-ICC-A-1-Module/tree/master/Flashing-MG

I have dumped the tuya ZBGW (ist one EFR32MG1B) and one tuya LED Strip controller with EFR32MG21 and they was not debug locked so dumping was working OK :-))

@vladi1234
Copy link

Any information about fix of this issue? I wanted to implement these TRVs in whole house, fortunately I bought only one but at the moment after a while the device is loosing any communication and I can't update the firmware (as I don't have a standalone tuya gateway)...

@sokol07 Which TRV do you mean?

@sokol07
Copy link

sokol07 commented Oct 5, 2021

Good question, I've bought it as "GTZ04 (Moes TS0601)" but it is listed in Z2M as _TZE200_cwnjrr72.
The OTA update is, as mentioned earlier, impossible due to the "No image available for imageType '5634'", which I guess means that the OTA is still disabled for this model?

@vladi1234
Copy link

vladi1234 commented Oct 5, 2021

Good question, I've bought it as "GTZ04 (Moes TS0601)" but it is listed in Z2M as _TZE200_cwnjrr72. The OTA update is, as mentioned earlier, impossible due to the "No image available for imageType '5634'", which I guess means that the OTA is still disabled for this model?

OTA update is currently deactivated for this TRV.

#7941 (comment)

That can still take a while.

@sokol07
Copy link

sokol07 commented Oct 5, 2021

Yeah, I've read the topic, I now about the deactivation, I was just curious if you have any forecast about fixing this issue - is it "while" like 2 weeks or more lika 2 months?

@vladi1234
Copy link

On November 1st, PR will be merged.

@sokol07
Copy link

sokol07 commented Oct 8, 2021

Thank you for update!

@vladi1234
Copy link

@wizu worked for you with OTA update?

@wizu
Copy link
Author

wizu commented Nov 1, 2021

@vladi1234 yes, I have updated one of my TRV and it looks like it is working ok. Tommorow I will try to update the rest of them

@vladi1234
Copy link

@wizu Super! Thanks!

@oopiicaa
Copy link

oopiicaa commented Nov 1, 2021

I can confirm too, upgrade went through okay, everyrhing seems to work.

@vladi1234
Copy link

Thanks!

@Coollision
Copy link

Coollision commented Nov 10, 2021

Hi sorry to poke a closed thread, but I recently acquired a Moes thermostat (HY368 _TZE200_cwnjrr72).
first thing I did was an ota update, and now it only reports its temp (also acts) once an hour even when heating so yeah small room == major overheating. is there a way arround this or a fix? currently it reports version 87

@amarce
Copy link

amarce commented Nov 11, 2021

Hi,

The update is not appearing for me, I keep getting the error "No image available for imageType '5634'"

Mine is reported as _TZE200_b6wax7g0 and the firmware build date appears empty under the OTA section.

I'm using the version of zigbee2mqtt that comes with the last home assistant, should I update it or something?

appVersion is 64 BTW, I don't know if it's the last one:

'genBasic': {"appVersion":64}

Thanks a lot!

@vladi1234
Copy link

"No image available for imageType '5634'"

No image available Is correct, because Moes BRT-100-TRV "_TZE200_b6wax7g0" thermostat doesn't have its own firmware update yet.

"appVersion" 64 is the last current version.

@amarce
Copy link

amarce commented Nov 11, 2021

Hi Vladi,

Understood.

Thanks a lot for the reply!

nukusinji added a commit to nukusinji/zigbee-OTA that referenced this issue Aug 18, 2022
commit 6e9fd56
Author: Ryan Kim(True-World) <[email protected]>
Date:   Thu Aug 18 01:15:32 2022 +0900

    add csm-300z v2 OTA (Koenkk#148)

    * add csm-300z v2

    * add ota file

commit f4c7cec
Author: Otnow <[email protected]>
Date:   Sun Aug 14 23:04:17 2022 +0300

    Add and update OTA files for some Xiaomi devices (Koenkk#147)

commit ff6e43f
Author: Peter A. Bigot <[email protected]>
Date:   Wed Aug 3 23:59:49 2022 -0700

    Remove _TZE200_hue3yfsn firmware (Koenkk#146)

    Upstream issues 104 through 107 cause problems.  Drop the firmware involved.

commit a7483c2
Author: Dávid Nagy <[email protected]>
Date:   Fri Jul 29 17:07:56 2022 +0200

    Add HC-SLM-1 OTA (Koenkk#143)

    * add home control as zigbee binary

    * added manufacture name, revert additional changes

    * Delete package-lock.json

    * Update index.json

    Co-authored-by: root <[email protected]>
    Co-authored-by: Koen Kanters <[email protected]>

commit 74d6c15
Author: Otnow <[email protected]>
Date:   Sun Jul 17 23:20:01 2022 +0300

    Update OTA file for Xiaomi `QBKG31LM` (Koenkk#142)

commit 81262e5
Author: Otnow <[email protected]>
Date:   Sun Jul 17 23:17:45 2022 +0300

    Add OTA file for Xiaomi `ZNCZ12LM` (Koenkk#141)

commit 60842bc
Author: Otnow <[email protected]>
Date:   Sun Jul 17 23:17:36 2022 +0300

    Update OTA file for Xiaomi `SP-EUC01` (Koenkk#140)

commit c1d3601
Author: Otnow <[email protected]>
Date:   Sun Jul 17 23:17:20 2022 +0300

    Update OTA file for Xiaomi `ZNCZ04LM` (Koenkk#139)

commit 91de0ee
Author: Otnow <[email protected]>
Date:   Mon Jul 11 18:31:29 2022 +0300

    Add OTA file for Xiaomi `RTCGQ14LM` (Koenkk#137)

commit 54410a4
Author: ChrisHae <[email protected]>
Date:   Wed Jul 6 17:22:42 2022 +0200

    Changed FLS-PP old firmware version ota file to new version (Koenkk#132)

    * Added new FLS-PP firmware version

    * Delete olf FLS-PP firmware ota file

    * Updated index.js with new FLS-PP firmware version

commit 494a381
Author: renoutg <[email protected]>
Date:   Wed Jul 6 17:01:37 2022 +0200

    Add GL-D-006P OTA (Koenkk#135)

    Co-authored-by: Renout Gerrits <[email protected]>

commit 2682c3f
Author: TheJulianJES <[email protected]>
Date:   Fri Jul 1 23:20:42 2022 +0200

    Updated Hue images (Koenkk#133)

commit e9d897d
Author: TheJulianJES <[email protected]>
Date:   Mon Jun 27 19:26:05 2022 +0200

    Added older Hue Adore image (Koenkk#131)

commit 5eadb30
Author: alxbator <[email protected]>
Date:   Sat Jun 18 10:54:29 2022 +0300

    Update OTA file for ZNCLDJ11LM and remove old one for ZNGZDJ11LM (Koenkk#128)

    * Add OTA file for ZNCLDJ11LM

    * Remove prev OTA files for ZNCLDJ11LM and ZNGZDJ11LM

    Co-authored-by: alxbator <>

commit 07811ac
Author: PietPetrus <[email protected]>
Date:   Fri Jun 17 16:58:49 2022 +0200

    Tuya/Telink OTA TS011F _TZ3000_ky0fq4ho v1.0.13 (Koenkk#129)

    * Tuya/Telink OTA TS011F _TZ3000_ky0fq4ho v1.0.13

    * Update index.json

    * Revert "Update index.json"

    This reverts commit b85efea.

commit 24d7239
Author: Koen Kanters <[email protected]>
Date:   Thu Jun 16 19:07:09 2022 +0200

    Add GL-G-001P ota. Koenkk/zigbee2mqtt#12841

commit e55e4b9
Author: Otnow <[email protected]>
Date:   Thu Jun 16 17:57:11 2022 +0300

    Update OTA file for Xiaomi RTCZCGQ11LM (Koenkk#127)

commit c5a5cce
Author: alxbator <[email protected]>
Date:   Thu Jun 16 17:52:45 2022 +0300

    Add OTA file for ZNGZDJ11LM (Koenkk#126)

    Co-authored-by: alxbator <>

commit b6c8127
Author: Koen Kanters <[email protected]>
Date:   Tue Jun 7 18:01:55 2022 +0200

    Revert "Add Gledopto GL-C-008P firmware preinstalled on recent models (Koenkk#124)" (Koenkk#125)

    This reverts commit 40871b5.

commit 40871b5
Author: Martin Böh <[email protected]>
Date:   Sat Jun 4 14:03:23 2022 +0200

    Add Gledopto GL-C-008P firmware preinstalled on recent models (Koenkk#124)

commit 9c2cee9
Author: guozi7788 <[email protected]>
Date:   Sat May 21 15:57:33 2022 +0800

    Add the new image of ZBMINI-L (Koenkk#123)

    * 1.Add the new image of ZBMINI-L

    * 1.Update the Info of ZBMINI-L in the index.json

    Co-authored-by: Howjie.Zhou <[email protected]>

commit cb439c5
Author: Martin Böh <[email protected]>
Date:   Tue May 17 16:53:52 2022 +0200

    Add some fixed Gledopto telink firmwares, z2m#11202 (Koenkk#121)

commit 5e1341f
Author: MDW <[email protected]>
Date:   Mon May 16 17:05:00 2022 +0200

    Add lixee (third party link) (Koenkk#120)

    * Add lixy (third party link)

    * Remove 'local' path for ZLinky

commit 0cdb428
Author: Koen Kanters <[email protected]>
Date:   Mon May 16 16:45:19 2022 +0200

    Handle redirects. Koenkk#114

commit 19e73f7
Author: MDW <[email protected]>
Date:   Mon May 16 16:15:55 2022 +0200

    Add Ubisys images (Koenkk#117)

    * Add ubisys

    * Add images from https://www.ubisys.de/en/support/firmware/

commit ef189d3
Author: Francisco Javier <[email protected]>
Date:   Mon May 16 15:58:48 2022 +0200

    Add OTA file for Aqara SSM-U01 (Koenkk#116)

commit 55dbb99
Author: MDW <[email protected]>
Date:   Mon May 16 15:40:03 2022 +0200

    Rename Eurotronic into Jennic because the manfid is not Eurotronic specific (Koenkk#118)

commit ade0ae2
Author: TheJulianJES <[email protected]>
Date:   Wed May 11 19:15:08 2022 +0200

    Updated Hue image (Koenkk#113)

commit 4bb6973
Author: TheJulianJES <[email protected]>
Date:   Thu May 5 09:10:12 2022 +0200

    Updated Hue image (Koenkk#112)

commit 207a548
Author: TheJulianJES <[email protected]>
Date:   Sun Apr 17 19:13:12 2022 +0200

    Added new Hue image: ConfLightBLE-PortableV3 (Koenkk#110)

commit 8c076f8
Author: TheJulianJES <[email protected]>
Date:   Wed Apr 13 16:52:44 2022 +0200

    Add new Hue images, improve order (Koenkk#109)

    * Add new Hue images

    * Improve order for Hue images

commit f51ed04
Author: David Beitey <[email protected]>
Date:   Sun Apr 10 18:02:48 2022 +1000

    Add linter to automatically validate changes (Koenkk#108)

commit 47d0495
Author: David Beitey <[email protected]>
Date:   Sun Apr 10 18:01:45 2022 +1000

    Fix JSON structure in index.json (Koenkk#107)

    This fixes Koenkk/zigbee2mqtt#12126 because the JSON was an invalid structure

commit 9b82ae9
Author: Vladimir <[email protected]>
Date:   Sat Apr 9 18:04:16 2022 +0200

    TV02-Zigbee OTA-update version 2.0.4 (Koenkk#106)

    * Update add.js

    * Update index.json

    * Update index.json

    * Update add.js

    * Update index.json

    * Update index.json

    * Update index.json

    * Update index.json

    * Update index.json

    * Update index.json

    * Add files via upload

    * Update index.json

    * Delete TV02-Zigbee_MCU Module_2.0.4_164155152229641863dfc.bin

    * Add files via upload

    * Update index.json

    * Update index.json

commit 6c60725
Author: Otnow <[email protected]>
Date:   Wed Apr 6 17:54:53 2022 +0300

    Add OTA file for JT-BZ-01AQ/A (Koenkk#105)

commit f79a851
Author: alxbator <[email protected]>
Date:   Fri Apr 1 17:53:46 2022 +0300

    Add OTA file for ZNDDMK11LM (Koenkk#102)

    Co-authored-by: alxbator <>

commit 322fb62
Author: Otnow <[email protected]>
Date:   Wed Mar 30 18:02:39 2022 +0300

    Add OTA file for JY-GZ-01AQ (Koenkk#101)

commit 49cdf2d
Author: Otnow <[email protected]>
Date:   Tue Mar 8 21:10:52 2022 +0300

    Add OTA file for RTCZCGQ11LM (Koenkk#100)

commit 126f99b
Author: hb020 <[email protected]>
Date:   Sat Mar 5 10:08:57 2022 +0100

    update for Aqara TVOC sensor (VOCKQJK11LM) (Koenkk#99)

    * update of lumi.airmonitor.acn01

    * update for Aqara TVOC sensor (VOCKQJK11LM)

commit 0fdb548
Author: TheJulianJES <[email protected]>
Date:   Sun Feb 27 13:46:43 2022 +0100

    Fix lumi.curtain.acn002 update (Koenkk#98)

commit 186f83a
Author: Schwick <[email protected]>
Date:   Fri Feb 25 19:39:21 2022 +0100

    Updated firmware for lumi.curtain.acn002 to version 1427 (Koenkk#97)

commit adb377d
Author: Henrik Nilsson <[email protected]>
Date:   Thu Feb 24 16:53:25 2022 +0100

    Add old firmware of Hue Go (LLC020) (Koenkk#96)

    This makes it possible to update from older versions.

commit 4091095
Author: z-x-f <[email protected]>
Date:   Thu Feb 24 02:11:49 2022 +0800

    Update DLKZMK11LM OTA file (Koenkk#95)

    Version: 39

commit 0a4ce70
Author: zvldz <[email protected]>
Date:   Sat Feb 12 10:41:07 2022 +0200

    Add Neo NAS-WR01B(TS011F_plug) OTA file (Koenkk#94)

    Co-authored-by: zvldz <[email protected]>

commit 0d1566f
Author: TheJulianJES <[email protected]>
Date:   Sun Feb 6 13:58:46 2022 +0100

    Updated Hue images (Koenkk#93)

commit 7643c1b
Author: zvldz <[email protected]>
Date:   Fri Jan 28 18:08:27 2022 +0200

    Add QBKG40LM and QBKG41LM ota files (Koenkk#90)

    * Add lumi.switch.b1nc01(QBKG40LM) and lumi.switch.b2nc01(QBKG41LM) ota files

    * Add modelId for lumi.switch.b2nacn01, lumi.switch.b1nacn01 and lumi.switch.n0acn2

    Co-authored-by: zvldz <[email protected]>
    Co-authored-by: Koen Kanters <[email protected]>

commit 22ac482
Author: z-x-f <[email protected]>
Date:   Sat Jan 29 00:01:24 2022 +0800

    Add QBKG31LM OTA file (Koenkk#92)

commit ab3e5eb
Author: zvldz <[email protected]>
Date:   Thu Jan 27 17:21:29 2022 +0200

    Update lumi.ctrl_ln1.aq1(QBKG11LM) and lumi.ctrl_ln2.aq1(QBKG12LM) (Koenkk#89)

    * Update lumi.ctrl_ln1.aq1(QBKG11LM) and lumi.ctrl_ln2.aq1(QBKG12LM) ota files

    * Delete lumi.ctrl_ln1.aq1_20201206_v0092.ota

    * Delete lumi.ctrl_ln2.aq1_20201106_v0092.ota

    Co-authored-by: root <[email protected]>
    Co-authored-by: Koen Kanters <[email protected]>

commit 407c5c6
Author: Otnow <[email protected]>
Date:   Mon Jan 24 18:30:53 2022 +0300

    Added OTA files for RTCGQ12LM and RTCGQ13LM (Koenkk#88)

commit 14a80d1
Author: zvldz <[email protected]>
Date:   Sun Jan 23 14:47:04 2022 +0200

    Update lumi.plug(ZNCZ02LM) ota file (Koenkk#87)

    * Update lumi.plug(ZNCZ02LM) ota file

    * Delete OTA_lumi.plug_V90_20191220_E2AB53.20200106152408.ota

    Co-authored-by: zvldz <[email protected]>
    Co-authored-by: Koen Kanters <[email protected]>

commit d946ddf
Author: hb020 <[email protected]>
Date:   Sat Jan 22 10:58:31 2022 +0100

    update of lumi.airmonitor.acn01 (Koenkk#86)

commit b6d0578
Author: bsheepdiy <[email protected]>
Date:   Fri Jan 21 16:16:16 2022 +0100

    Firmware for Legrand Netamo devices (Koenkk#85)

commit e97d84b
Author: zvldz <[email protected]>
Date:   Wed Jan 19 12:32:47 2022 +0200

    Added new OTA lumi.relay.c2acn01 (Koenkk#84)

    Co-authored-by: root <[email protected]>

commit c23ebde
Author: Koen Kanters <[email protected]>
Date:   Thu Jan 13 19:08:12 2022 +0100

    Revert "Firmware for EasyAccess/Home Control/Wattle Door Locks HC-SLM-1 (Koenkk#78)"

    This reverts commit 640dd5a.

commit 2fd2906
Author: Koen Kanters <[email protected]>
Date:   Sun Jan 9 20:51:24 2022 +0100

    Add older firmware images for Hue devices. Koenkk/zigbee2mqtt#8719

commit 05b1b83
Author: Marius <[email protected]>
Date:   Tue Jan 4 09:04:12 2022 +0100

    new hue smartplug firmware (Koenkk#80)

commit 640dd5a
Author: heinekmadsen <[email protected]>
Date:   Mon Jan 3 09:41:20 2022 +0100

    Firmware for EasyAccess/Home Control/Wattle Door Locks HC-SLM-1 (Koenkk#78)

    * Firmware for EasyAccess/Home Control/Wattle Door Locks

    * Added modelId

    * Update index.json

    * Delete index.json.bak

    Co-authored-by: Koen Kanters <[email protected]>

commit 266d16b
Author: David Beitey <[email protected]>
Date:   Mon Jan 3 17:55:02 2022 +1000

    Update Philips Hue smart plug firmware (Koenkk#79)

    * Update Philips Hue smart plug firmware to 1.93.1

    * Update Philips Hue smart plug firmware to 1.93.5

    * Update Philips Hue smart plug firmware to 1.93.6

commit 5acb22a
Author: Marius <[email protected]>
Date:   Fri Dec 31 11:09:16 2021 +0100

    new hue firmware (Koenkk#76)

commit b306729
Author: z-x-f <[email protected]>
Date:   Fri Dec 31 02:32:04 2021 +0800

    Add QBKG34LM OTA file (Koenkk#75)

    Co-authored-by: Koen Kanters <[email protected]>

commit 516123f
Author: z-x-f <[email protected]>
Date:   Tue Dec 21 01:23:58 2021 +0800

    Add QBCZ15LM OTA file (Koenkk#74)

    * Add QBCZ15LM OTA file

    * Update index.json

    Co-authored-by: Koen Kanters <[email protected]>

commit a53edfd
Author: z-x-f <[email protected]>
Date:   Wed Dec 15 00:26:03 2021 +0800

    Update QBCZ14LM OTA file (Koenkk#71)

    * Update QBCZ14LM OTA files

    Version: 50

    * add modelID

    Co-authored-by: Koen Kanters <[email protected]>

commit 32d8cf6
Author: z-x-f <[email protected]>
Date:   Wed Dec 15 00:24:57 2021 +0800

    Update ZNCZ15LM OTA file (Koenkk#72)

    * Update ZNCZ15LM OTA file

    Version: 32

    * Add modelID

commit 70d4cf6
Author: z-x-f <[email protected]>
Date:   Wed Dec 15 00:01:43 2021 +0800

    Update QBKG19LM OTA file (Koenkk#73)

    Version: 26

commit 7f3800d
Author: Char-r <[email protected]>
Date:   Fri Dec 10 09:27:21 2021 +0100

    Added new Danfoss Ally firmware 1.18 (Koenkk#70)

    * Added new Danfoss Ally firmware 1.18

    * Delete 1246-0100-01080108.0002_(DF4ECCE1).ota

    Co-authored-by: Koen Kanters <[email protected]>

commit 620bcfb
Author: z-x-f <[email protected]>
Date:   Fri Dec 10 01:14:08 2021 +0800

    Update QBKG20LM OTA files (Koenkk#69)

    * Update QBKG20LM OTA files

    * Delete 20210426151721_OTA_lumi.switch.b2nacn01_0.0.0_0025_20210416_A81FC5.ota

    Co-authored-by: Koen Kanters <[email protected]>

commit 7090ff1
Author: TheJulianJES <[email protected]>
Date:   Wed Dec 8 08:37:59 2021 +0100

    Updated Hue images (Koenkk#68)

commit 715490e
Author: Koen Kanters <[email protected]>
Date:   Tue Nov 30 19:11:05 2021 +0100

    Add new hue firmwares. Koenkk#67

commit 4cc4014
Author: Whiterat <[email protected]>
Date:   Mon Nov 29 18:06:34 2021 +0000

    Add lumi.curtain.acn002 v0.0.0_1425 (Koenkk#66)

    * Add lumi.curtain.acn002 v0.0.0_1425

    Change log simply shows "Optimize the Homekit experience"

    * Add modelId

    Add modelId attr to lumi.curtain.acn002

commit 3229070
Author: Koen Kanters <[email protected]>
Date:   Fri Nov 19 19:34:07 2021 +0100

    Revert "Add GL-C-006P firmware (Koenkk#64)"

    This reverts commit d492f90.

commit d492f90
Author: Sineos <[email protected]>
Date:   Wed Nov 17 22:48:32 2021 +0100

    Add GL-C-006P firmware (Koenkk#64)

    Version: 10276801
    Date: 2021-07-19

commit b2a3f09
Author: Koen Kanters <[email protected]>
Date:   Wed Nov 17 19:39:27 2021 +0100

    Add modelId for GL-D-005P. Koenkk#60

commit e7138f0
Author: Koen Kanters <[email protected]>
Date:   Tue Nov 16 18:56:36 2021 +0100

    Fix manufacturerName removed by updateall.js. Koenkk#62

commit 0431775
Author: zvldz <[email protected]>
Date:   Tue Nov 16 13:21:19 2021 +0200

    Added OTA for lumi.switch.n0agl1 (Koenkk#61)

    Co-authored-by: root <[email protected]>

commit fafa171
Author: TheJulianJES <[email protected]>
Date:   Tue Nov 16 12:20:26 2021 +0100

    Update Hue images (Koenkk#63)

commit db0ead7
Author: cemonneau <[email protected]>
Date:   Thu Nov 11 20:12:06 2021 +0100

    Fix image parsing when the upgrade file identifier is not at position 0 (Koenkk#59)

commit 0d90c97
Author: zvldz <[email protected]>
Date:   Thu Nov 11 21:04:30 2021 +0200

    Added new OTA for ctrl_ln1.aq1 and ctrl_ln2.aq1 (Koenkk#58)

    Co-authored-by: zvldz <[email protected]>

commit 01d304d
Author: InsaneGriever <[email protected]>
Date:   Wed Nov 10 21:36:12 2021 +0300

    Add GL-D-005P OTA file (Koenkk#57)

    * Add GL-D-005P OTA file

    * Add GL-D-005P OTA file

commit e4cfe36
Author: z-x-f <[email protected]>
Date:   Sat Nov 6 00:02:01 2021 +0800

    Add DLKZMK11LM OTA file (Koenkk#56)

commit 8185119
Author: Vladimir <[email protected]>
Date:   Mon Nov 1 19:02:06 2021 +0100

    In the case of Tuya end Moes, additional identification is carried out through the manufacturerName. (Koenkk#50)

    * Update add.js

    * Update index.json

    * Update index.json

    * Update add.js

    * Update index.json

    * Update index.json

    * Update index.json

    * Update index.json

commit 223eb4e
Author: z-x-f <[email protected]>
Date:   Sat Oct 30 14:50:40 2021 +0800

    Add QBKG19LM OTA file (Koenkk#54)

commit 0c609af
Author: z-x-f <[email protected]>
Date:   Thu Oct 21 01:16:00 2021 +0800

    add qbkg20lm ota file (Koenkk#52)

commit 576e062
Author: Ole Myhre <[email protected]>
Date:   Sat Oct 2 10:51:52 2021 +0200

    Added OTA for EMIZB-132, version 4.0.1 (Koenkk#51)

commit 2ee5d02
Author: TheJulianJES <[email protected]>
Date:   Fri Sep 3 20:48:31 2021 +0200

    Update Hue images (Koenkk#47)

commit 4af6b2a
Author: Koen Kanters <[email protected]>
Date:   Thu Aug 26 19:47:52 2021 +0200

    Disable TS0601_thermostat update. Koenkk/zigbee2mqtt#7941

commit ecd0ea9
Author: TheStigh <[email protected]>
Date:   Mon Jun 28 17:49:07 2021 +0200

    Added OTA for Develco SMSZB-120, fw 4.02 (Koenkk#46)

    Co-authored-by: Stigh <[email protected]>

commit 3c18d00
Author: Koen Kanters <[email protected]>
Date:   Wed May 12 18:28:22 2021 +0200

    Remove OTA for lumi.relay.c2acn01 (LLKZMK11LM). Koenkk/zigbee2mqtt#7112

commit 8c90178
Author: Artem Sedykh <[email protected]>
Date:   Wed May 12 19:21:37 2021 +0300

    TS0601_thermostat firmware v1.1.7 (Koenkk#43)

commit 9e2a256
Author: kds69 <[email protected]>
Date:   Wed May 12 18:17:05 2021 +0200

    Add OTA for LUPUS LS12128 (Koenkk#42)

    * Add manufacturer 10132: ClimaxTechnology, Add OTA for LUPUS LS12128, update all

    -Add.js: add manufacturer 10132: ClimaxTechnology (resold by LUPUS)
    -Add OTA for LUPUS LS12128 image
    -update add.js, index.json, images (updateall.js)

    * Update add.js

    * Update add.js

    * Create 12128_OTA_3.18.ZIGBEE

    Co-authored-by: Koen Kanters <[email protected]>

commit 3a44e44
Author: Pedro Lamas <[email protected]>
Date:   Wed Apr 7 17:50:53 2021 +0100

    Adds OTA image for GL-B-007P and GL-B-008P (Koenkk#39)

commit c97b398
Author: Ilya Kirov <[email protected]>
Date:   Tue Apr 6 18:51:20 2021 +0300

    Xiaomi/Aqara OTA-firmware (Koenkk#38)

    * fix for relative path (for windows). no throw error when no file.

    Co-authored-by: Киров Илья <[email protected]>

commit 41b4f68
Author: TheStigh <[email protected]>
Date:   Sat Mar 27 19:43:51 2021 +0100

    Added manufacturer 4919 - Datek and OTA file for HAN adapter v0.4 (Koenkk#36)

commit 0014500
Author: Ilya Kirov <[email protected]>
Date:   Sun Mar 14 18:55:42 2021 +0300

    Revert "Xiaomi/Aqara OTA-firmware (Koenkk#28)" (Koenkk#34)

    This reverts commit 293b99e.

commit 6e5d393
Author: Koen Kanters <[email protected]>
Date:   Sat Mar 13 10:48:02 2021 +0100

    Fix GL-C-008P OTA. Koenkk#30
@henkiejan1
Copy link

Hi, i got yesterday this TRV and Zigbee2MQTT report also there is a update available from version 67 to 192. And more importantly it will not brick the device? Is there someone who could say it's safe to upgrade? I upgraded my Tuya TS011F powerplugs also from 67 to 192 without anyproblems. But a thermostat is not a power plug. ;)

@sgilyin
Copy link

sgilyin commented Oct 5, 2023

Hi, i got yesterday this TRV and Zigbee2MQTT report also there is a update available from version 67 to 192. And more importantly it will not brick the device? Is there someone who could say it's safe to upgrade? I upgraded my Tuya TS011F powerplugs also from 67 to 192 without anyproblems. But a thermostat is not a power plug. ;)

DO NOT INSTALL THIS!!!
Today my thermostat was broken after this ota update ;-(

@ilvits
Copy link

ilvits commented Oct 17, 2023

Today my thermostat was broken too...

@HrzM83
Copy link

HrzM83 commented Oct 24, 2023

One more broken... @Koenkk please disable OTA for these TRVs!

@Koenkk
Copy link
Owner

Koenkk commented Oct 25, 2023

@HrzM83 will be disabled in the 1 November update.

@falconslag
Copy link

Hello,

I've got 2 of my TVR (Moes BRT-100-TRV) which got updated to version192 and I cannot pair them too.

I've contacted Moes Support but I don't expect much from them.

How can I ensure none of my other TVR have the same issue?
I only know 1 is at version 67 with the update button available.
All others display nothing except "idle":
"update": {
"state": "idle"
},

I uderstand the OTA will be disabled the 1st November, but it may be useful for us if a downgraded firmware can be pushed to our TVR (Ex: Version 67) to ensure we won't be blocked in the future when we change battery for example.

And for those which do not pair using standard procedure, if someone can find any combinaison that work, he will be welcome.

Regards

@jonathh21
Copy link

Has anyone the ability to check if this is still an issue or are these devices destined to obsolete themselves with no updates?

Thanks

@falconslag
Copy link

Hi Jonath21,

I still have 3 of these which cannot be paires after the update and I can't find a way to downgrade them.

BUT as they were new, I manage to have them replaced for free.

If someone has got skill and component to play with them, I can see to send one for testing.

Regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
problem Something isn't working
Projects
None yet
Development

No branches or pull requests