zwave-js / firmware-updates

The firmware update service for Z-Wave JS at https://firmware.zwave-js.io
https://zwave-js.github.io/firmware-updates/
MIT License
30 stars 32 forks source link

Add Aeotec ZW111-C EU firmware version 2.4 #101

Closed larstobi closed 10 months ago

larstobi commented 11 months ago

Add firmware upgrade for Aeotec Nano Dimmer ZW111-C EU version 2.04.

Firmware page: https://aeotec.freshdesk.com/support/solutions/articles/6000198943-how-to-update-nano-dimmer-z-wave-firmware-

larstobi commented 11 months ago

Is it the integrity of the zip-file or the .exe file that we want as the sha256 sum?

AlCalzone commented 11 months ago

Z-Wave JS doesn't support zip files for firmware updates currently, so we'd need a link to the file contained in the ZIP. If you run the URL through npx @zwave-js/firmware-integrity <url>, it will give you the correct integrity - if the file is in a supported format.

larstobi commented 11 months ago

Z-Wave JS doesn't support zip files for firmware updates currently, so we'd need a link to the file contained in the ZIP.

Aha. Since the file must be hosted by the manufacturer, and since the manufacturer has posted the file as a .zip file, then we cannot get this firmware to work with firmware-updates.

Aeotec-ccheng commented 11 months ago

I'll see if i can grab the OTZ files, those can be used instead of the zip files we supply on that article. Hopefully should be able to get these files earlier next week after christmas (may not hear back until after new years).

Aeotec-ccheng commented 11 months ago

https://aeotec.freshdesk.com/a/solutions/articles/6000198943 OTZ files posted in this link here @larstobi

Specifically for EU Frequency, this should be the link here: https://aeotec.freshdesk.com/helpdesk/attachments/6189873103

Remember to generate a new SHA key.

larstobi commented 11 months ago

Excellent! Thanks, will update the PR.

Aeotec-ccheng commented 11 months ago

@AlCalzone this one should be good now. I'll make some for AU and US frequency once i get back to office on Jan 2nd.

AlCalzone commented 10 months ago

Oh, I just saw the PR by @Aeotec-ccheng includes this one.