You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am in posses of several ubisys devices some C4, S2, S1.
I was super please that the OTA update page was populated with these device, unfortunately it seems that the ota update is not working correctly.
First the link to the change logs is wrong, i already open a MR for this on the other repository.
Second i was looking into the OTA page and it seems that the regex is not completely correct, i checked my device
the important bit is the .ota. the OTA page is instead using a regex that filter for a .ota1.
i verified that the link that is listed in the page is still working http://fwu.ubisys.de/smarthome/OTA/release/index
and it is and I can find the firmware 10F2-7B49-0100-0100-0250044D-ubisys-c4-qpg6105.ota.zigbee in the downloaded page from the previous link so the link is updated and it is working.
I would like to help.
I am a developer and i can chew some regular expressions. I am unfortunately not so much skilled in TS and the framework used.
And i need some direction and information, links would be also ok.
Also i am not a super expert of firmwares, from the comments in the source page in this repo it seems that ubisys changed something in the versioning of their firmware and now there are both firmware with .ota. and .ota1. particle in it (literally 3 characters in that regex).
so my questions are:
is it safe to adjust the regex to pick up the firmwares with the .ota. for devices like mine?
once the match is found is flashing working as intended?
it a way i can test all of this before bricking my entire house :) ??
is there any documentation on how this framework works, (like a start up guide? the entire site assume that you understand well how this work, I don't :( and for one person that is not familiar i find the entire try to help overwhelming)
Hi,
I am in posses of several ubisys devices some C4, S2, S1.
I was super please that the OTA update page was populated with these device, unfortunately it seems that the ota update is not working correctly.
First the link to the change logs is wrong, i already open a MR for this on the other repository.
Second i was looking into the OTA page and it seems that the regex is not completely correct, i checked my device
going here: https://www.ubisys.de/en/support/firmware/
and then selecting the link for the C4 that I have: https://www.ubisys.de/wp-content/uploads/10F2-7B49-0100-0100-0250044D-ubisys-c4-qpg6105.ota.zigbee
the important bit is the
.ota.
the OTA page is instead using a regex that filter for a.ota1.
i verified that the link that is listed in the page is still working http://fwu.ubisys.de/smarthome/OTA/release/index
and it is and I can find the firmware
10F2-7B49-0100-0100-0250044D-ubisys-c4-qpg6105.ota.zigbee
in the downloaded page from the previous link so the link is updated and it is working.I would like to help.
I am a developer and i can chew some regular expressions. I am unfortunately not so much skilled in TS and the framework used.
And i need some direction and information, links would be also ok.
Also i am not a super expert of firmwares, from the comments in the source page in this repo it seems that ubisys changed something in the versioning of their firmware and now there are both firmware with
.ota.
and.ota1.
particle in it (literally 3 characters in that regex).so my questions are:
.ota.
for devices like mine?this is the page where the bug resides imho:
zigbee-herdsman-converters/src/lib/ota
The text was updated successfully, but these errors were encountered: