A Java library for processing RESOL VBus data.
- 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
TBD
- All current RESOL controllers with VBus
- RESOL DL2 Datalogger
- RESOL DL3 Datalogger
- RESOL VBus/LAN interface adapter
- RESOL VBus.net
- RESOL VBus Google Group
- RESOL VBus Protocol Specification
- RESOL VBus Packet List
- RESOL VBus Recording File Format
- RESOL VBus Specification File Format v1
- RESOL VBus over TCP Specification
- RESOL DL2 (v2) & DL3 Data Download API
- Fix NPE in
Specification#formatText()
.
- Add
EmDeviceEmulator#setResistorValueByNrAndBasSettings
.
- Correctly close previous TCP socket on reconnects in
TcpConnection
. - Fix some threading issues:
- Prevent CME on
Connection#setConnectionState
.
- Prevent CME on
- Update dependencies.
- Add
StreamConnection
class. - Add example using serial port.
- Prepare for release into central Maven repo
- Fix tests and documentation
- Replace Apache Commons
Hex
class with minimal stub. - Fix bugs in
getValueIdByIdHash
andgetValueIdHashById
. - Copy listeners to prevent
ConcurrentModificationException
. - Add an example that uses two
EmDeviceEmulator
instances. - Rename
Em1DeviceEmulator
toEmDeviceEmulator
. - 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.
- Add
SpecificationFile.getLanguageForLocale
. - Update VSF file to version 9 / 20180312.
- fix off-by one in forged boolean-like-enums
- Change
convertToDate
to uselong
instead ofdouble
. - 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
andEnumVariant
support toSpecification
. - Add
Enum
andEnumVariant
support toSpecificationFile
. - Add access to all know units.
- Fix reading whole specification file.
- Fix VBusLAN adapter device info parsing bug.
- Add support for VSF (VBus Specification File).
- Adapt to recent change from
___.via.vbus.net
to___.vbus.io
. - Some bug fixes.
Initial release
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.
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.