Skip to content

Releases: spacemanspiff2007/HABApp

24.11.1

25 Nov 15:28
901417d
Compare
Choose a tag to compare

Fixed an issue with the logging Queue

24.11.0

22 Nov 13:42
a92eaff
Compare
Choose a tag to compare
  • Switched to new scheduler
  • Added ValueCommandEvent. The openhab command event inherits from this event.
  • Added InstantView which simplifies dealing with timestamps

24.08.1

02 Aug 07:28
b7ce0fa
Compare
Choose a tag to compare

Fixed a possible infinite loop during thing re-sync

24.08.0

01 Aug 07:09
b24f93c
Compare
Choose a tag to compare
  • Fixed an issue with thing re-sync
  • Updated number parsing logic
  • ItemTimeSeriesEvent gets ignored
  • Removed verbose error messages when openHAB server disconnects
  • Updated dependencies
  • Reformatted some files

24.02.0

14 Feb 06:11
5ccb2d6
Compare
Choose a tag to compare
  • For openHAB >= 4.1 it's possible to wait for a minimum openHAB uptime before connecting (defaults to 60s)
  • Renamed config entry mqtt.connection.client_id to identifier (backwards compatible)
  • ItemTimeSeriesUpdatedEvent gets ignored
  • Updated dependencies
  • Updated docs

24.01.0

08 Jan 09:22
13d6615
Compare
Choose a tag to compare
  • Added HABApp.util.RateLimiter
  • Added CompressedMidnightRotatingFileHandler
  • Updated dependencies
  • Small improvement for RGB and HSB types
  • Small improvements for openHAB items
  • Added toggle for SwitchItem

23.11.0

23 Nov 07:58
a91eb84
Compare
Choose a tag to compare
  • Updated dependencies
  • Some fixes

Full Changelog: 23.09.2...23.11.0

23.09.2

24 Sep 05:27
e4b8973
Compare
Choose a tag to compare
  • Made channel type on a Thing optional
  • Fixed an issue with mqtt publish and reconnect

23.09.1

18 Sep 07:08
ff7be05
Compare
Choose a tag to compare
  • Log a warning for broken links between items and things
  • Fix CI

23.09.0

12 Sep 04:02
979b80a
Compare
Choose a tag to compare
  • Switched version number scheme to CalVer (Calendar Versioning): YEAR.MONTH.COUNTER
  • Fail fast when a value instead of a callback is passed to the event listener / scheduler
  • Completely removed types and type hints from traceback
  • Completely reworked connection logic for openHAB and mqtt
  • Added support for transformations
  • Updated dependencies:
    • Improved performance
    • Support for docker secrets and environment variables in the config file
  • Support sending scheduler datetimes to an item
  • Search in the docs finally works again
  • Updated dependencies
  • Docs work again