NabuCasa / universal-silabs-flasher

Flashes Silicon Labs radios running EmberZNet or CPC multi-pan firmware
GNU General Public License v3.0
74 stars 13 forks source link

Write ieee fails #64

Open AndersDrevin opened 5 months ago

AndersDrevin commented 5 months ago

Write ieee command fails on sonoff dongle-e. If I change row 320 in flasher.py from "if not await ezsp.can_write_custom_eui64" to "if not await ezsp.can_rewrite_custom_eui64" it works.

puddly commented 5 months ago

This command is deprecated and will be removed. Setting the IEEE address is done with other methods in newer SDK releases.

Taraman17 commented 3 months ago

And how is it done then currently?

pmarques commented 2 months ago

And how is it done then currently?

I just hacked flasher.py and commented out the entire if condition/block.

pmarques commented 2 months ago

You can also follow this steps https://github.com/NabuCasa/universal-silabs-flasher/issues/55#issuecomment-1872267142