All Projects → AlCalzone → ioBroker.zwave2

AlCalzone / ioBroker.zwave2

Licence: MIT license
Z-Wave for ioBroker. Better. Faster. Stronger.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to ioBroker.zwave2

ioBroker.vis-inventwo
Individualisierbare VIS Widgets für den ioBroker
Stars: ✭ 38 (+72.73%)
Mutual labels:  adapter, smarthome, iobroker
ioBroker.homepilot20
Rademacher Homepilot 2.0 (version >= 5.0.39)
Stars: ✭ 19 (-13.64%)
Mutual labels:  adapter, smarthome, iobroker
ioBroker.telegram
Use Telegram service to communicate with ioBroker
Stars: ✭ 51 (+131.82%)
Mutual labels:  smarthome, iobroker
Iobroker.js Controller
ioBroker controller
Stars: ✭ 238 (+981.82%)
Mutual labels:  smarthome, iobroker
ioBroker.sonos
Control and monitor SONOS player from ioBroker
Stars: ✭ 33 (+50%)
Mutual labels:  smarthome, iobroker
Iobroker.docker
Official Docker Image for ioBroker
Stars: ✭ 133 (+504.55%)
Mutual labels:  smarthome, iobroker
Iobroker.admin
user interface for configuration and administration
Stars: ✭ 207 (+840.91%)
Mutual labels:  smarthome, iobroker
Iobroker.javascript
Script engine for JavaScript and Blockly
Stars: ✭ 244 (+1009.09%)
Mutual labels:  smarthome, iobroker
ioBroker.email
Send emails from ioBroker
Stars: ✭ 15 (-31.82%)
Mutual labels:  smarthome, iobroker
blackmagic-espidf
Blackmagic Wireless SWD Debug probe hosted on esp-idf SDK (for ESP8266) with UART on Telnet port and HTTP using xterm.js
Stars: ✭ 165 (+650%)
Mutual labels:  adapter, wireless
ioBroker.heatingcontrol
heating control incl. simple actor handling
Stars: ✭ 43 (+95.45%)
Mutual labels:  smarthome, iobroker
Iobroker.ical
Allows read information from google calender and from iCal into ioBroker.
Stars: ✭ 28 (+27.27%)
Mutual labels:  smarthome, iobroker
Iobroker.discovery
This adapter tries to discover all known devices
Stars: ✭ 20 (-9.09%)
Mutual labels:  smarthome, iobroker
Iobroker.zigbee
Zigbee communcation with Hue, Xiaomi, Lighttify... via TI CC253x USB stick
Stars: ✭ 208 (+845.45%)
Mutual labels:  smarthome, iobroker
Iobroker
Automate your life!
Stars: ✭ 826 (+3654.55%)
Mutual labels:  smarthome, iobroker
Iobroker.vis
Visualisation for ioBroker platform.
Stars: ✭ 242 (+1000%)
Mutual labels:  smarthome, iobroker
ioBroker.dwd
Fetches weather warnings from "Deutscher Wetterdienst" (germany only)
Stars: ✭ 19 (-13.64%)
Mutual labels:  smarthome, iobroker
ioBroker.trashschedule
Calculates trash pickup dates by using an ical calendar
Stars: ✭ 20 (-9.09%)
Mutual labels:  smarthome, iobroker
ioBroker.epson stylus px830
Zustand Druckerpatronen im EPSON Stylus PX830 für ioBroker auslesen
Stars: ✭ 18 (-18.18%)
Mutual labels:  adapter, iobroker
create-adapter
Command line utility to create customized ioBroker adapters
Stars: ✭ 39 (+77.27%)
Mutual labels:  adapter, iobroker

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

3.0.5 (2023-01-28)

Updated zwave-js to 10.5.4. This includes the following changes:

  • Fixed a memory leak caused by a dependency
  • Fixed an issue where multiple re-interview tasks for sleeping nodes could be queued and would be executed in parallel
  • Fixed an issue where firmware updates could use a too large fragment size after upgrading to v10, causing the update to fail
  • Several improvements related to Security S2
  • New and updated configuration files, see Z-Wave JS releases for details

3.0.4 (2022-09-21)

Updated zwave-js to 10.2.0. This includes the following changes:

  • Fixed an issue where the possible states for Notification values could be incomplete
  • Fixed an issue where setting the time on some devices would always use UTC, even this should be done with local time
  • New and updated configuration files, see Z-Wave JS releases for details

3.0.3 (2022-09-06)

Fixed some more communication issues. If a device isn't working properly after upgrading to 3.x, try to re-interview it.

3.0.2 (2022-08-30)

  • Fixed some crashes and communication issues

3.0.1 (2022-08-27)

  • Fixed crashes related to missing or incorrectly loaded dependencies

License

MIT License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].