Skip to content

Releases: spacemanspiff2007/HABApp

Version 0.16.1

03 Nov 04:33
9905a5a
Compare
Choose a tag to compare
  • Added ThingFirmwareStatusInfoEvent (fixes #175)
  • Bugfix for scheduler (fixes #174 )
  • Added github actions

Version 0.16.0

26 Oct 08:59
26c4c61
Compare
Choose a tag to compare
  • Support for OpenHAB 3
  • bumped dependencies

Version 0.15.4

19 Oct 14:22
2a4836a
Compare
Choose a tag to compare
  • Reworked items file creation, made the file nicer and fixed a crash (#fixes 171)
  • Changing an item through the rest api new gets properly reflected in HABApp (#fixes 170)
  • Added some tests and modified the build pipeline

Version 0.15.3

09 Oct 11:05
b9ddb59
Compare
Choose a tag to compare
  • Added possibility to set metadata when using textual thing configuration
  • Fixed a race condition which resulted in item.watch... not working properly
  • added multiline support for the log_functions
  • Shutdown should not hang any more if no items exist on the oh side
  • Fixes for z-wave config entries with bitmasks and without bitmask (#168)

Release 0.15.2

01 Oct 17:39
20f6bbe
Compare
Choose a tag to compare
  • Both values for ValueChangeEvent are properly unpacked
  • Bumped library versions
  • Fixed a bug where the configuration for a link was not set properly
  • The test client does log all rest communication in the testcase

Release 0.15.1

30 Aug 09:51
020578c
Compare
Choose a tag to compare
  • Parameters can be used in operations without having to access the value property
  • Log info gets printed properly when changing thing parameters
  • Changed example and readme (fixes #161)

Version 0.15.0

27 Jul 15:12
c087ebc
Compare
Choose a tag to compare
  • removed the plugin for thing configuration
  • created a plugin which can automatically do thing configuration, create things and link them to channels
  • created pending future class and made the item_watch use it
  • better logging of the event bus for str values
  • added INFO to HABApp topics
  • fixed #159
  • added tests and docs
  • Automatic unloading for MultiMode which are added in rules

Version 0.14.1

05 Jul 04:22
e124fca
Compare
Choose a tag to compare

0.14.1

  • Added Number:Dimensionless as a unit of measurement
  • made z-wave table more robust

Version 0.14.0

01 Jul 13:18
e984df4
Compare
Choose a tag to compare
  • completely reworked openhab connection
  • updated docs
  • added plugin that shows an overview for Things and Z-Wave

Version 0.13.2

18 Jun 04:27
f639e3d
Compare
Choose a tag to compare
  • Changed default value in HABApp configuration for "wait_for_openhab" to "True"
  • Improved readability of exceptions in the logs
  • Updated packages astral, pytz, tzlocal, stackprinter and ujson