-
-
Notifications
You must be signed in to change notification settings - Fork 429
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expiration Timer on Groups never expires when Group State Changes due to an Item State change #1989
Comments
Fixes openhab#1989 Signed-off-by: Stefan Triller <github@stefantriller.de>
The reason for this is that the |
And for the record, the above example is wrong. the function is missing in the group definition:
With my fix, the group will expire as expected:
|
Yes, that is correct. I wrote it.down in a second on my phone. All the better that you got it sorted. Thanks. |
Fixes #1989 Signed-off-by: Stefan Triller <github@stefantriller.de>
Fixes #1989 Signed-off-by: Stefan Triller <github@stefantriller.de>
Fixes openhab#1989 Signed-off-by: Stefan Triller <github@stefantriller.de> GitOrigin-RevId: caaf1c7
This issue has been mentioned on openHAB Community. There might be relevant details there: https://community.openhab.org/t/grouipitem-with-expire-metadata/160635/3 |
It is now possible to set an expiration Timer on a Group Item. This timer expires if you send a command to the group or update its state. But the timer never expires when the Group State Changes due to an Item State change.
The text was updated successfully, but these errors were encountered: