Upgrade 5.0.2 to 5.0.3, removes "the state of a member of an item group changes"

Hello,

System: RPI 5, 4GB, 64bit, OS bookworm, installed openhab 5.0.2 with openhabian

I upgraded my development system yesterday from openhab version 5.0.2 to 5.0.3, using openhabian-config option 03.

Noticed that some of my rules were no longer working. All the rules that used “the state of a member of an item group changes” were now in Status: UNINITIALIZED, HANDLER_INITIALIZING_ERROR, Missing handler ‘core.GroupStateChangeTrigger’ for module ‘1’.

With the “When” showing:

instead of the following (copied from Production system):

When I try to add the trigger back the option “group has changed” trigger is no longer present on the Dev system, OH 5.0.3

Whereas on the Production system running 5.0.2 it is present:

I do not see any changes in the release notes that indicate this type of change. Any thoughts of suggestion on how to proceed to repair or mitigate this issue? I’m somewhat reluctant to upgrade my Production system.

Thanks

In my 5.0.3 installation (same setup) I cannot reproduce this: I see all trigger options including state change of a member.

Do you have the same issue when you create a new rule?

Hi,

Same issue when creating new rule. The options available do not include “the state of a member of an item group changes”.

Shutting down openhab with sudo systemctl stop openhab and restarting it with the same command did not resolve the issue.

The issue appears to be gone after completely shutting down the PI and restarting the system.

I will mark this as solved, even though I’m not sure what happened.