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"
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:
Configurable items are:
The TCP port on which the service is listening for incoming connections.
Default is port: 7053, which should not be changed.
The http port on which the service is listening for discovery requests.
Default is port: 80, alternatively port 3000 can be selected.
The password of the VBus gateway.
Allows access to all serial port connected VBus devices. Default is "vbus".
A list of serial ports to connect to with the following parameters for each serial port:
channel: The vbus channel to which the serial port is assigned.
If you only want to connect to a single serial port it is recommended to configure that to use channel 0, since most applications will by default try and connect that channel 0.
path: The path to the serial port like '/dev/tty.usbmodem141301' or 'COM5'
baudrate: The baudrate of the serial port. Default is 9600, which normally does not need to be changed.
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.