You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.