espressif / esp-zigbee-sdk

Espressif Zigbee SDK
Apache License 2.0
151 stars 26 forks source link

How to update OTA firmware with Home Assistant (zigbee) (TZ-1029) #393

Open mundevx opened 1 month ago

mundevx commented 1 month ago

Question

Hi, I need some help in OTA update of zigbee device through Home Assistant. How i can do this? I read many documents, i tried and failed to execute OTA update from Home Assistant.

Additional context.

No response

mundevx commented 1 month ago

Any update?

lhespress commented 1 month ago

@mundevx Can you describe it in detail? eg: which device you used through Home Assistant? which firmware you want to OTA?

mundevx commented 1 month ago

i am using espressif zigbee light example with OTA client.

lhespress commented 1 month ago

@mundevx Did you try https://github.com/espressif/esp-zigbee-sdk/tree/main/examples/esp_zigbee_ota example?

mundevx commented 1 month ago

yes, i tried this example. This for OTA server and client and its working fine. But in my case, OTA server is Home assistant, who will update the firmware through GUI. I combine espressif zigbee Light example with OTA client example. Now, how i can update firmware through Home Assistant.

lhespress commented 1 month ago

@mundevx Could you try again use OTA client example with Home assistant? BTW, could you share how to select firmware through GUI? I want to check it locally.

mundevx commented 1 month ago

@lhespress, I also need answer for this.

lhespress commented 1 month ago

@mundevx What coordinator do you have? Do you confirm whether support OTA cluster or not?

mundevx commented 1 month ago

@lhespress , i am using Home assistant as coordinator? OTA cluster is supported in Home Assistant.

lhespress commented 1 month ago

@mundevx I mean which Zigbee coordinator hardware work on Home assistant, eg: deCONZ, EmberZNet or other hardware.

mundevx commented 1 month ago

@lhespress , i am working on EmberZNet hardware.

lhespress commented 3 weeks ago

@mundevx