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
Increase startup reset wait to 2 seconds (#714)
When connecting over a TCP serial socket (e.g. the silabs-multiprotocol
add-on), the NCP reset frame can take ~1.5s to arrive after the remote
reuses the socket from a previous instance. The 1s wait causes a
spurious retry on every startup; bumping to 2s lets the reset land
within the first attempt.
Extend `EmberStatus` -> `sl_Status` mapping (#707)
* Fix final few uses of EmberStatus
* Map out as many EmberStatus -> sl_Status mappings as possible
Revert `TABLE_ENTRY_ERASED` change
Move retrying out of `connect` and into `startup_reset` (#696)
* Move retrying out of `connect` and into `startup_reset`
* Constant tweaking
* Better debug logging for long CANCEL sequences
* Fix tests
Backup/restore routing table and allow specifying TX power during for…
…mation (#690)
* Restore the routing table on startup
* Account for new zigpy changes
* Read the route table size
* Rename `RouteRecordStatus` constants
* Bump zigpy to 0.85.0
* Add unit tests
* Re-add accidentally removed code
* Clean up