Releases: mvalla/openwebnet4j
Releases · mvalla/openwebnet4j
0.6.0
0.5.3
0.5.2
0.5.0
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
0.4.0
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
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
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
0.3.2
Added
message
,message.event
,keepalive
, andhandshake
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