NEWS
Test Adapter vbus-gw v0.1.x Latest
-
Aktuelle Test Version 0.2.0 Veröffentlichungsdatum 29.01.2025 Github Link https://github.com/pdbjjens/ioBroker.vbus-gw.git npm Link https://www.npmjs.com/package/iobroker.vbus-gw vbus-gw adapter for ioBroker
Allows TCP access to serial port based VBus devices
This ioBroker Adapter is based on work by Daniel Wippermann.
https://github.com/danielwippermann/resol-vbus/tree/master/examples/serial-to-tcpOverview
There are two types of VBus hardware adapters:TCP based: DL2, DL3, KM2, VBus/LAN
Serial port based: VBus/USB, USB port of DeltaSol SLT and other controllers
This ioBroker adapter connects to one or more serial port based hardware adapters and exposes them over TCP. This allows:- transmitting VBus data over longer distances than USB or serial ports would normally permit
- accessing serial port based adapters from applications that only support TCP based ones
Configuration
See README on GitHub
Changelog
See README on GitHub
-
v0.0.7 was released on 2024-02-24.
Changes:
(pdbjjens) Fix: VBus write fixed
(pdbjjens) Fix: Password logging removedNote: This adapter version has been released to ioBroker latest repository and can be installed from there from now on.
I hope you may find this adapter useful and I am looking forward to your testing feedback.
-
The 2024H2 maintenance release v0.1.0 was released on 2024-08-13.
Changelog:
(pdbjjens) Change: node>=18, js-contoller>=5 and admin>=6 required
(pdbjjens) New: Updated dependencies
(pdbjjens) New: Ensure that vbus-gw is started before myvbus or resol -
0.2.0 (2025-01-29) - 2025H1 maintenance release
(pdbjjens) Change: Migration to ESLint 9
(pdbjjens) New: Accept serial port paths /dev/serial/by-id/usb-xxxxxxxxxxxxxxxxxxx or /dev/serial/by-path/platform-xxxxxxxxxxxxxxxxxxx
(pdbjjens) Change: Responsive Design optimizations