Skip to content

v6.2.0

Compare
Choose a tag to compare
@nobbi1991 nobbi1991 released this 06 Oct 13:25
· 175 commits to main since this release
edfdd70

Version 6.2.0 - 06.10.2024

Features

  • added rule habapp_rules.system.notification.SendStateChanged which can be used to send a mail or telegram message if the state of an item changes
  • added rule habapp_rules.actors.heating.KnxHeating which can be used to set the target temperature of a KNX heating actor which only supports temperature offsets
  • added temperature difference item of habapp_rules.sensors.sun.SensorTemperatureDifference to filtered_signal_groups
  • added rule habapp_rules.actors.power.CurrentSwitch which can be used to enable a switch item if current is above a threshold
  • added rule habapp_rules.system.watchdog.Watchdog which can be used to check if an item was updated in time

Bugfix

  • fixed bug in habapp_rules.actors.light.LightSwitchExtended and habapp_rules.actors.light.LightDimmerExtended which did not re-trigger the timer if a door was opened.
  • fixed bug in all rules of habapp_rules.actors.light where a timer with time=None was used if a light function is not active. Now, the time is changed to 0 sec if a function is not configured.