-
-
Notifications
You must be signed in to change notification settings - Fork 626
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Features * Allow disabling the unresponsive controller recovery feature (#6480) ### Bugfixes * Do not abort timed out `Send Data` commands twice (#6484) * Ensure the default Basic CC values are only exposed if they should be, even with the compat `event` enabled (#6485) * Auto-remove failed SmartStart nodes when bootstrapping times out (#6483) * Do not attempt to poll values from nodes that are considered dead (#6470) * Fixed an issue where the send queue was blocked when recovering controller from missed Send Data callback failed (#6473) * Instead of restarting the driver, the serial port is now reopened if controller is still missing ACKs after soft-reset (#6477) * Do not attempt to recover an unresponsive controller before fully initializing (#6480) ### Config file changes * Tweak Heatit Z-TRM6 options (#6464) * Add Ring Alarm Panic Button Gen2 (#6453) * Update fingerprints for Vesternet devices (#6460) ### Changes under the hood * Added a `mock-server` hook to run code after initializing mocks (#6478) * Changed the headline in the logs from "ZWAVE-JS" to "Z-WAVE JS" (#6462) * Lint device config files as part of CI (#6471) * The `enableSoftReset` driver option is now deprecated in favor of `features.softReset` (#6480)
- Loading branch information
Showing
13 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8d499d2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AlCalzone I waited some days before write this comment.
Despite I din't find how to disable the "recover" feature (maybe it has to be implemented in the UI ?) , this version is a way more stable then previous one.
Reset is triggered not more then 3 times/hour, HA never see sensor as "unavailable" and didn't hang/freeze anymore.
You've done a very good job in less then a week!!!!