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

feat: enable hardware watchdog on 700/800 series controllers #6954

Merged
merged 3 commits into from
Jun 24, 2024

Conversation

AlCalzone
Copy link
Member

@AlCalzone AlCalzone commented Jun 23, 2024

I was told that Z/IP Gateway enables the hardware watchdog on 700/800 series controllers. Unlike on 500 series, we don't have to feed it ourselves. This should help with the lockup issue, as the controller is automatically restarted when it fails to feed the watchdog.

This feature is enabled by default, unless the ZWAVEJS_DISABLE_WATCHDOG env variable is set, or the features.watchdog driver option is set to false.

@AlCalzone AlCalzone marked this pull request as ready for review June 24, 2024 08:41
@AlCalzone
Copy link
Member Author

@zwave-js-bot automerge

@zwave-js-bot zwave-js-bot enabled auto-merge (squash) June 24, 2024 08:42
@zwave-js-bot zwave-js-bot merged commit 43735f8 into master Jun 24, 2024
17 checks passed
@zwave-js-bot zwave-js-bot deleted the watchdog branch June 24, 2024 08:48
AlCalzone added a commit that referenced this pull request Jun 24, 2024
We were informed by Silicon Labs that 700/800 series controllers have a hardware watchdog that can reset the controller when it becomes unresponsive. This feature is now enabled by default in Z-Wave JS and should prevent the controller from hanging indefinitely.

In case this causes new issues, the feature can be disabled by setting the environment variable `ZWAVEJS_DISABLE_WATCHDOG` to any non-empty value, or by setting the driver option `features.watchdog` to `false`.

Please let us know if this actually helps or not.

### Features
* Enable hardware watchdog on 700/800 series controllers (#6954)
* Add method to query supported RF regions (#6957)
* Add notification variable for Door/Window tilt state (#6958)

### Bugfixes
* Fixed an issue where value metadata for unknown notification events with known notification types would only be created if the CC version was exactly 2 (#6959)
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.

None yet

2 participants