Skip to content

Releases: mvalla/openwebnet4j

0.6.0

16 Oct 13:31
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release

Added

  • Support for CEN and CEN+ (WHO=15/25)

0.5.3

04 Jul 17:02
Compare
Choose a tag to compare
0.5.3 Pre-release
Pre-release

Changed

  • CamelCase for all enums
  • new method name requestActuatorsStatus
  • renamed to SCS_THERMO_SENSOR and SCS_THERMO_ZONE

Added

  • PROGRAM and HOLIDAY to Thermo WHAT

0.5.2

27 May 22:41
Compare
Choose a tag to compare
0.5.2 Pre-release
Pre-release

Changed

  • CamelCase for enums in Thermo message
  • updated VALVE_OR_ACTUATOR_STATUS (14, 15, 16) [0.5.1]

0.5.0

26 May 17:24
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

Fixed

  • ignored unsupported frames in response instead of returning error

Added

  • Initial support for Thermoregulation (WHO=4)
    NOTE for this release only Thermostats in standalone installations have been tested

Changed

  • removed test-jar causing bundle conflict

0.4.1

27 Mar 15:19
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-release

Fixed

  • OpenConnector.sendCommandSynch is now synchronized to avoid cmd fails while opening a new CMD connection (fixes #12)

Changed

  • update groupId and POM for publication to Maven Central via OSSRH (fixes #13)

0.4.0

17 Feb 19:33
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

Added

  • Initial support for Energy Management (WHO=18)
  • Spotless check and JavaDoc maven plugins

Fixed

  • Add support for OPEN password nonce with any number of digits (fixes #1 again)

Changed

  • const to FORMAT_DIMENSION_REQUEST and FORMAT_DIMENSION_WRITING_1P_1V
  • const SCS_ENERGY_CENTRAL_UNIT to SCS_ENERGY_METER

0.3.4

06 Jan 23:36
Compare
Choose a tag to compare
0.3.4 Pre-release
Pre-release

Fixed

  • [zigbee] Disconnect serial port if USB dongle returns NACK during connection (fixes #7)
  • [zigbee] Fixed (again) fixInvertedUpDownBug() not converting commands
  • removed warn logs when reconnecting command connection

Changed

  • renamed dimmer levels in Lighting WHAT enum

0.3.3

02 Jan 22:01
Compare
Choose a tag to compare
0.3.3 Pre-release
Pre-release

Fixed

  • [zigbee] Fixed fixInvertedUpDownBug() not converting commands

Added

  • [zigbee] Handling of disconnection/reconnection of ZigBee USB Gateway from USB port
  • Frame length and bad char checks to BaseOpenMessage
  • added isCurrentlyOwned()/is serial port checks in USBConnector

Changed

  • Bumped nrjavaserial to 5.2.1

0.3.2-1

21 Nov 15:12
Compare
Choose a tag to compare
0.3.2-1 Pre-release
Pre-release

Fixed

  • Import-Package in bundle manifest to accept gnu.io versions [3.12,6)
  • Updated dependencies versions

0.3.2

17 Nov 17:28
Compare
Choose a tag to compare
0.3.2 Pre-release
Pre-release

Added

  • message, message.event, keepalive, and handshake sub-logs in BUSConnector
  • checkFirmwareVersion() check to USBConnector
  • [zigbee] fixInvertedUpDownBug() to invert UP/DOWN for older ZigBee USB gateways

Fixed

  • [zigbee] Response to device info 2-UNITS for buggy older ZigBee USB gateways
  • [zigbee] Discovery of 2-UNITS Zigbee switch modules
  • Improved message parsing for late parsing and sub-parts and related tests; changed isCommand() to abstract
  • [zigbee] Improved USBConnector for concurrent events and request/response interleaving