pdbjjens / ioBroker.vbus-gw

Allows TCP access to serial port based VBus devices
MIT License
0 stars 1 forks source link
resol serial-to-tcp vbus

ioBroker.vbus-gw

Logo

NPM version Current version in stable repository Number of Installations Downloads Tests: Test and Release

NPM

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-tcp
Copyright and license see section "License"

Overview

There are two types of VBus hardware adapters:

This ioBroker adapter connects to one or more serial port based hardware adapters and exposes them over TCP. This allows:

Configuration

Configurable items are:

Known issues

Changelog

0.1.0 (2024-08-13) - 2024H2 maintenance release

0.0.7 (2024-02-24)

0.0.6 (2024-01-23)

0.0.5 (2024-01-21)

0.0.4 (2023-10-03)

License

MIT License
Copyright (c) 2024 Jens-Peter Jensen jjensen@t-online.de
Copyright (c) 2013-present, Daniel Wippermann.

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.