/ioBroker.zwave2

Z-Wave for ioBroker. But better.

Primary LanguageTypeScriptMIT LicenseMIT

Logo

ioBroker.zwave2

node npm changelog

Number of Installations Number of Installations

Test and Release Language grade: JavaScript

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

WORK IN PROGRESS

  • Test compatibility with zwave-js 5.x.
  • The quality parameter is now set for state updates when reading (potentially stale) values from the cache

1.6.3 (2020-09-04)

  • Further performance optimization
  • Improved compatibility with devices that send invalid Multi Channel CC commands

1.6.2 (2020-09-04)

  • Reduced CPU load in large networks

1.6.1 (2020-09-01)

  • Fixed interview issues with devices that claim they support Basic CC, but don't respond

1.6.0 (2020-08-29)

  • Added the possibility to send Multilevel Sensor Reports from scripts
  • Dependency updates for bug and security fixes

License

MIT License

Copyright (c) 2019-2020 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.