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: add notification variable for tilt #6958

Merged
merged 1 commit into from
Jun 24, 2024
Merged

feat: add notification variable for tilt #6958

merged 1 commit into from
Jun 24, 2024

Conversation

AlCalzone
Copy link
Member

This PR adds a notification variable to detect whether a window/door is tilted or not. Since there's no way to detect whether a device actually supports tilt, we only create that value once a report with the tilt flag has been received. Only after that we keep updating it.

fixes: zwave-js/certification-backlog#23

@AlCalzone
Copy link
Member Author

@zwave-js-bot automerge

@zwave-js-bot zwave-js-bot enabled auto-merge (squash) June 24, 2024 11:15
@zwave-js-bot zwave-js-bot merged commit 59bda8c into master Jun 24, 2024
15 checks passed
@zwave-js-bot zwave-js-bot deleted the door-tilt branch June 24, 2024 11:21
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.

Improve handling of Door/Window state
2 participants