Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: attempt to recover jammed controller by soft-resetting #6900

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

AlCalzone
Copy link
Member

This PR implements the workaround for jammed controllers mentioned in the SDK 7.21.3 release notes. When a 700/800 series controller fails to transmit continuously (status = Jammed), we now soft-reset the controller and try transmitting once after the soft-reset. If that attempt also fails, we return to normal operation as previously and hope for the best.

Fixes: #6814

@AlCalzone
Copy link
Member Author

@zwave-js-bot automerge

@zwave-js-bot zwave-js-bot enabled auto-merge (squash) June 6, 2024 09:17
@zwave-js-bot zwave-js-bot merged commit 219c4b5 into master Jun 6, 2024
15 checks passed
@zwave-js-bot zwave-js-bot deleted the restart-jammed-controller branch June 6, 2024 09:22
AlCalzone added a commit that referenced this pull request Jun 6, 2024
This release implements the workaround mentioned by Silicon Labs in their SDK 7.21.3 release notes. Jammed 700/800 series controllers (fail to transmit continuously) are now restarted when this situation is detected, which hopefully resolves the issue temporarily.

Unfortunately I have no way to reproduce the situation other than simulated tests, so please let us know if this actually helps or not.

### Bugfixes
* Set `supportsLongRange` to `false` on controllers known not to support LR ever (#6894)
* Attempt to recover jammed controller by soft-resetting (#6900)

### Config file changes
* Add fingerprint `0x0004:0xffff` to "Yale YRD210" (#6899)

### Changes under the hood
* Migrate pack PR action to github-script (#6897)
@zackbcom
Copy link
Contributor

@AlCalzone from what I can tell this has been working pretty good. I have to reset it way less often.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add soft-reset to recovery routine from jammed controller
3 participants