NabuCasa / universal-silabs-flasher

Flashes Silicon Labs radios running EmberZNet or CPC multi-pan firmware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Write ieee fails

AndersDrevin opened this issue · comments

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.

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

And how is it done then currently?

And how is it done then currently?

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

You can also follow this steps #55 (comment)