iobroker.zwave2

A better Z-Wave integration for ioBroker

Usage no npm install needed!

<script type="module">
  import iobrokerZwave2 from 'https://cdn.skypack.dev/iobroker.zwave2';
</script>

README

Logo

ioBroker.zwave2

node npm changelog

Number of Installations Number of Installations

Test and Release Language grade: JavaScript Translation status

Z-Wave for ioBroker. But better.

Z-Wave 2 is a brand new Z-Wave implementation for ioBroker. It is based on zwave-js, which was written from the ground up for your benefit.

Unless ioBroker.zwave it does not require OpenZWave. This means that the installation and updates are fast, and no compilation of static libraries and other complicated steps are necessary.

Furthermore, some devices just don't work in the original adapter, e.g. the Fibaro Roller Shutter 3.

Easy usage in ioBroker was kept in mind during the whole development. For example, some devices reuse configuration parameters to configure many different things. In this adapter, most of them are split into separate states and no complicated math is necessary: | Config params in ioBroker.zwave2 | vs | Config params in ioBroker.zwave | | --- | --- | --- | | | vs | |


Documentation and usage


Changelog

Older changes

2.4.5 (2022-02-20)

  • Update zwave-js to 8.11.6
  • After healing, battery-powered nodes are sent back to sleep again
  • Added a workaround for thermostats that don't advertise all their supported thermostat modes. When such a thermostat enters such an "unsupported" mode, the mode is now dynamically added to the list of supported modes.
  • New and updated configuration files, see Z-Wave JS releases for details

2.4.3 (2022-01-18)

  • Updated translations
  • Updated zwave-js from 8.9.1 to 8.11.2. Check out the releases for a detailed overview over the new and changed configuration files.
  • Add support for Humidity Control Mode CC
  • Add support for Humidity Control Operating State CC
  • Add support for Humidity Control Setpoint CC
  • Work around an issue where some devices could not be interviewed due to an incorrect Version CC response.
  • Fixed an issue where Supervision Get requests were not answered for sleeping nodes
  • Re-interviewing sleeping nodes now only resets the known information when the node wakes up
  • The colors dependency was recently corrupted on purpose. This patch updates all dependencies that depended on an affected version, directly or indirectly.

2.4.2 (2021-12-23)

  • Fix: Additional node-related commands now respect and update the node status
  • Fixed an issue where the communication could get stuck after aborting a command
  • New and updated configuration files, see here and here

2.4.2-beta.1 (2021-12-17)

  • Fixed the check for incomplete or incorrect value IDs

2.4.2-beta.0 (2021-12-16)

  • Experimental: The handling of messages has been rewritten from scratch and simplified. This may cause some unintended behavior.
  • Avoid interruption of the communication with a node by other nodes requesting responses from the controller
  • Improved reliability of encrypted communication
  • Battery-powered devices are nore sent to sleep more reliably
  • Fixed encoding of some configuration parameters
  • Fix: Limit allowed Node.js versions to 12.22.2+, 14.13.0+, 16+ and forbid installation on development Node.js versions
  • Fixed some crashes
  • Fixed an issue where healing the network would fail due to a too low timeout
  • Improved detection of sticks that do not support soft reset
  • New and updated configuration files, see here and here

License

MIT License

Copyright (c) 2019-2022 AlCalzone

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.