Skip to content

Releases: spacemanspiff2007/HABApp

25.12.0

08 Dec 11:59
d6e220b

Choose a tag to compare

  • Breaking: Requires at least Python 3.11
  • Added last_value to the item which contains the last known value before the current one
  • Fixed an issue where HABApp would keep disconnecting if openHAB was sending an invalid item state
  • Updated dependencies

25.07.0

28 Jul 05:02
6aedb24

Choose a tag to compare

Support for OpenHAB 5.0

25.06.2

13 Jun 06:28
578500f

Choose a tag to compare

Updated dependencies

25.06.1

04 Jun 08:41
518189f

Choose a tag to compare

Fixed introduced file load issue

25.06.0

04 Jun 04:14
539ff7c

Choose a tag to compare

  • Fixed JobInThePast issue
  • Fixed restriction for certain image types
  • Fixed issue when there is an error during rule load

25.05.0

06 May 06:01
f214ee7

Choose a tag to compare

  • Fixed scientific handling of floats
  • Fixed InstantView
  • Updated dependencies

25.04.0

28 Apr 06:20
1209896

Choose a tag to compare

  • Updated thread pool and asyncio handling
  • Dropped support for OpenHAB 3
  • Number item has a dimension property which is set if it's a UoM item
  • Added QuantityInt and QuantityFloat which is normal int/float but carries the unit in .unit
  • Added Point datatype for dealing with coordinates
  • Added StringList
  • Use websockets for openHAB connection
  • Sending events and commands to openHAB is stricter and will raise an error if the value will not be accepted
  • Removed ComplexEventValue
  • Added RingCounter, RingCounterTracker and ExpiringCache to utils
  • on_rule_loaded and on_rule_unloaded can be both sync and async
  • Changed license to EUPL

24.11.1

25 Nov 15:28
901417d

Choose a tag to compare

Fixed an issue with the logging Queue

24.11.0

22 Nov 13:42
a92eaff

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

Choose a tag to compare

Fixed a possible infinite loop during thing re-sync