xyzroe / ZigStarGW-MT

GUI wrapper designed for convenient service work with TI CC1352/CC2538/CC2652 based Zigbee sticks or gateways. Packed into single executable file
GNU General Public License v3.0
270 stars 19 forks source link

IEEE update #13

Closed gurues closed 1 year ago

gurues commented 2 years ago

Hello I did not update the IEEE. I change the current IEEE of the sonoff dongle P for the old one of my zigbee2mqtt network but it does not update it finishing without errors "All is OK. Restarting Zigbee

Thank you

xyzroe commented 2 years ago

I need more information, screenshots, a more detailed description of what you have done. You didn't provide enough.

gurues commented 2 years ago

Hello, thanks for your interest. I attach a link with photos and video https://drive.google.com/drive/folders/16NLz8deIrXXoNof4YD9eJ4qIpnNH_FvH?usp=sharing

xyzroe commented 2 years ago

You must write ieee in one time with flashing. It doesn't work if apply without flashing.

About your video - I think you upload wrong video.

gurues commented 2 years ago

Hello I write ieee in one time with flashing but it does not work, at 20% of the process the previous IEEE is resumed. I attach video (avi and mp4 you may have to download to see them) and photos.

https://drive.google.com/drive/folders/1x9tGna6qe-hYMSEukpp313N7yqskTd-f?usp=sharing

Thank you very much for worrying about my problem and greetings

xyzroe commented 2 years ago

Could you check https://github.com/JelmerT/cc2538-bsl/issues/127 ? I thinks it is yours situation.

brugk000 commented 2 years ago

Hello, I have the samen problem as @gurues with the zigstar lan gateway. IEEE is not updated during reflashing.

xyzroe commented 1 year ago

@gurues @brugk000 This problem is not Multitool problem, but architecture of 2652. We can read only one address - primary one, but when we write it uses secondary one. zigbee2mqtt currently uses only primary one.

This is nicely covered in the JelmerT's issue I linked to earlier.