/ioBroker.zwave2

Z-Wave for ioBroker. Better. Faster. Stronger.

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

1.8.12 (2021-02-23)

  • Implemented Scene Actuator Configuration CC and Scene Controller Configuration CC
  • Fixed an issue where sleeping nodes could block the send queue when it is not yet known whether they support Wake Up CC
  • Fixed a crash that could happen while logging a message while the driver is not ready yet
  • Fixed a crash that could happen while trying to bootstrap a device that does not respond after inclusion
  • The state value in Thermostat Fan Mode CC is now readonly
  • Configuration parameters may now have a unit
  • Tons of new and improved device configuration files
  • Unsolicited reports are no longer incorrectly mapped to all endpoints

1.8.11 (2021-02-14)

  • Implemented Thermostat Fan Mode CC and Thermostat Fan State CC
  • Fixed several sources of crashes
  • Fixed incorrect detection of secure nodes
  • Certain .hex firmware files are now parsed correctly
  • Added support for .bin firmware files
  • Avoid an infinite interview loop when devices don't advertise the end of the parameter list correctly
  • Sleeping nodes are now immediately marked as ready when restarting from cache
  • Unsolicited reports are no longer mapped from the root endpoint to endpoint 1 if that endpoint does not support the CC
  • Tons of new and improved device configuration files

1.8.10 (2021-02-03)

  • The startup should now be faster, especially if there are many sleeping devices
  • Fixed an issue where devices were incorrectly displayed as secure
  • Improved support for devices that use the legacy Alarm CC
  • Several improvements for Zooz and GE devices

1.8.9 (2021-01-31)

  • Labels for the Meter CC were improved to be unique
  • Many config files were added and updated
  • Improved compatibility with some devices, notably ID Lock 150, Vision Security ZD2102-5, HomeSeer WD200+
  • currentValue and similar values are now updated immediately when a set-type command succeeds. Verification is done after a short delay.

1.8.8 (2021-01-24)

  • Fixed an issue where communication with sleeping secure nodes could get stuck
  • After changing a value, the verification of the new value happens with a larger delay to avoid capturing intermediate and outdated values
  • Several hundred device configuration files were added

License

MIT License

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