ioBroker.zwavews

August 20, 2026 ยท View on GitHub

ioBroker.zwavews

NPM version Downloads Number of Installations Current version in stable repository

NPM

Tests:
Test and Release CodeQL

zwave-WS adapter for ioBroker

The zwavews adapter connects a zwave-js-ui to ioBroker and creates corresponding data points for devices, values, and statuses. This allows Z-Wave devices to be conveniently used in visualizations, logic, and automations.

Features

  • Real-time communication: Instantly receives updates of device values and statuses via WebSocket.
  • Auto-Discovery: Automatically creates and updates the device and state structure in ioBroker from the zwave-js-ui nodes.
  • Device Management: View battery levels, connection status, and detailed device metrics right from the ioBroker interface.
  • Firmware Updates: Observe firmware update progress directly via the adapter's logs and states.
  • State Control: Send commands and update values natively through the ioBroker object tree.
  • Support for WebSocket: You can connect to zwave-js-ui using WebSocket.

Adapter Documentation

It is necessary to install zwave-js-ui (it is possible to migrate the zwave2 Devices to zwave-js-ui. Copy json cache file from /opt/iobroker/iobroker-data/zwave2/ into Z-Wave JS UI's store directory. then start zwave-js-ui) and activate WS communication.
Switching from the zwave2 adapter is easy because all information is stored on the coordinator.
You only need to wake up the battery-powered devices once so that zwave-js-ui can read them again or migrate it from zwave2.

grafik

Activate WS Server Settings in zwave-js-ui we use the Home Assistant Settings for this:

grafik

Changelog

1.1.0 (2026-08-20)

  • (arteck) fix reconnect ws
  • (arteck) add re-interview button
  • (arteck) fix admin

1.0.4 (2026-07-23)

  • (arteck) reconnect optimization
  • (arteck) notification handling
  • (arteck) fix energy values

1.0.3 (2026-07-15)

  • (arteck) fix thermostat set point

1.0.2 (2026-07-15)

  • (arteck) fix notification messages (check you scripts)

1.0.1 (2026-07-15)

  • (arteck) fix bulb set color
  • (arteck) add delete null states button into adapter settings

Older changelogs can be found there

License

MIT License

Copyright (c) 2026 Arthur Rupp arteck@outlook.com,

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.