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

Update regex to support new Ubisys firmware names #2440

Merged
merged 1 commit into from
Apr 4, 2021

Conversation

zivillian
Copy link
Contributor

fixes #2439

@sjorge
Copy link
Sponsor Contributor

sjorge commented Apr 2, 2021

LGTM, updated one S1 switch to test.

Zigbee2MQTT:info  2021-04-02 20:05:08: MQTT publish: topic 'zigbee2mqtt/bridge/response/device/ota_update/check', payload '{"data":{"id":"bathroom/light/mirror/switch"},"error":"Failed to check if update available for 'bathroom/light/mirror/switch' (No image available for imageType '0x7b22' with hardware version 6)","status":"error","transaction":"022fy-3"}'
Zigbee2MQTT:error 2021-04-02 20:05:08: Failed to check if update available for 'bathroom/light/mirror/switch' (No image available for imageType '0x7b22' with hardware version 6)

Do note a subsequent check fails, as the image type has changes as per the release notes for the firmware.

Migration to ubisys Compact Firmware Upgrade 2.0: CFWU 2.0 is an encrypted, signed and compressed OTA file format. This improves security, cuts update time per device in half with positive effects on battery life for battery powered devices and reduced network bandwidth utilization, and increases available space on the device for future upgrades and new features. We are making all ubisys devices ready for the next major Zigbee release with lots of new features – stay tuned
Migration is a one-way process and devices will have a different OTA image type after the upgrade. The new image type is 0x7b22

@zivillian zivillian changed the title Update regex to support new firmware names Update regex to support new Ubisys firmware names Apr 2, 2021
Copy link
Sponsor Contributor

@sjorge sjorge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Koenkk
Copy link
Owner

Koenkk commented Apr 4, 2021

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ubisys firmware names changed
3 participants