Skip to content

Latest commit

 

History

History
173 lines (106 loc) · 5.21 KB

README.md

File metadata and controls

173 lines (106 loc) · 5.21 KB

resol-vbus-java

A Java library for processing RESOL VBus data.

Features

  • Connects to various RESOL devices
  • Processes live VBus data streams
  • Discovers LAN-enabled RESOL devices on the local network
  • Allows to send parameterization commands to a controller

Documentation

TBD

Supported Devices & Services

Technical Information & Specifications

Contributors

  • @karolinschlegel

Changelog

0.10.0 (2022-03-27)

  • Add OventropRegumaqX45ConfigurationOptimizer.
  • Add ConfigurationOptimizer#setConfiguration.

0.9.0 (2022-02-12)

  • Update VSF file.

0.8.0 (2021-06-13)

  • Fix NPE in Specification#formatText().

0.7.0 (2021-01-23)

  • Add EmDeviceEmulator#setResistorValueByNrAndBasSettings.

0.6.0 (2021-01-04)

  • Correctly close previous TCP socket on reconnects in TcpConnection.
  • Fix some threading issues:
    • Prevent CME on Connection#setConnectionState.
  • Update dependencies.

0.5.0 (2020-09-27)

  • Add StreamConnection class.
  • Add example using serial port.

0.4.0 (2020-09-08)

  • Prepare for release into central Maven repo
    • Fix tests and documentation

0.3.0 (2019-01-16)

  • Replace Apache Commons Hex class with minimal stub.
  • Fix bugs in getValueIdByIdHash and getValueIdHashById.
  • Copy listeners to prevent ConcurrentModificationException.
  • Add an example that uses two EmDeviceEmulator instances.
  • Rename Em1DeviceEmulator to EmDeviceEmulator.
  • Add Em1DeviceEmulator and tests.
  • Change BaseDeviceEmulator#update to return preferred sleep time.
  • Add BaseDeviceEmulator class and tests.
  • Add documentation to LittleEndianBuffer.
  • Add TestablePropertyChangeListener.
  • Add TestableConnection class.
  • Add LittleEndianBuffer and tests.
  • Add aggregator example.

0.2.0 (2018-03-24)

  • Add SpecificationFile.getLanguageForLocale.
  • Update VSF file to version 9 / 20180312.
  • fix off-by one in forged boolean-like-enums
  • Change convertToDate to use long instead of double.
  • Add PacketFieldValue#getRawValueDate() method.
  • Add Formatter#convertToDate().
  • Add PacketFieldValue#isBooleanLikeEnum().
  • Forge enum for boolean-like errors.
  • Add PacketFieldSpec#getEnum().
  • Revert changes in constructor of PacketFieldSpec.
  • Fix bug that caused the locale to be ignored for dates.
  • Add Enum and EnumVariant support to Specification.
  • Add Enum and EnumVariant support to SpecificationFile.
  • Add access to all know units.
  • Fix reading whole specification file.
  • Fix VBusLAN adapter device info parsing bug.

0.1.0 (2017-12-28)

  • Add support for VSF (VBus Specification File).
  • Adapt to recent change from ___.via.vbus.net to ___.vbus.io.
  • Some bug fixes.

0.0.1

Initial release

Legal Notices

RESOL, VBus, VBus.net and others are trademarks or registered trademarks of RESOL - Elektronische Regelungen GmbH.

All other trademarks are the property of their respective owners.

License

Copyright (C) 2008-2016, RESOL - Elektronische Regelungen GmbH.

Copyright (C) 2016-2018, 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.