pvvx / ZigbeeTLc

Custom firmware for Zigbee 3.0 IoT devices on the TLSR825x chip
Other
321 stars 15 forks source link

Device didn't respond to OTA request #71

Open nchieffo opened 4 months ago

nchieffo commented 4 months ago

Running on Z2M and an update notification arrived (the Z2M OTA index marked with version 18886657 https://github.com/Koenkk/zigbee-OTA/blob/master/index.json )

{ "fileVersion": 18886657, "fileSize": 128034, "manufacturerCode": 4417, "imageType": 522, "sha512": "2eb14d1218e38879189c459ca209d1d36094ba481a222777665fe1e3bad57c46230ea1119d3827a0a626fe8a70a24c235e885e85a59f8aa084555f95a36b2b2f", "url": "https://github.com/Koenkk/zigbee-OTA/raw/master/images/Telink/1141-020a-01203001-Z03MMC.zigbee", "path": "images/Telink/1141-020a-01203001-Z03MMC.zigbee" },

This is what I see after 1-2 mins

2024-03-06 19:27:51Update of 'MiTemp Ingresso' failed (OTA: Device didn't respond to OTA request)

Tried multiple times without success

My LYWSD03MMC is currently on version 3001-0118

zoilomora commented 1 month ago

The same happens to me. Were you able to solve it?

pvvx commented 1 month ago

https://github.com/pvvx/ZigbeeTLc/blob/master/bin/index.json

    {
        "fileVersion": 18952193,
        "fileSize": 127298,
        "manufacturerCode": 4417,
        "imageType": 522,
        "sha512": "7dbb388c19b2d80d184069243141771f938d560b16ca41b1cfc6daf9151ddb2038becdec8010ee2b24763ebdb92f96efb54f51f0e81764ab3e399a52a43c6725",
        "url": "https://github.com/pvvx/ZigbeeTLc/raw/master/bin/1141-020a-01213001-Z03MMC.zigbee"
    },

zigbeetlc_v0121.js

zoilomora commented 1 month ago

@pvvx I have been able to forcefully update the firmware.

Now without having any external converters it detects the device name LYWSD03MMC-z:

image

Thank you very much!