When using groups with dimensions the group function computes an UNDEF result when creating a group containing other groups. This does work properly for groups without dimensions.
I've tested this with openHAB 2.4.0-SNAPSHOT and it is reproducible with these files (I've added a .txt extension to be able to upload them):
When using groups with dimensions the group function computes an UNDEF result when creating a group containing other groups. This does work properly for groups without dimensions.
I've tested this with openHAB 2.4.0-SNAPSHOT and it is reproducible with these files (I've added a .txt extension to be able to upload them):
These are the items with dimensions from test.items:
As you can see in this screenshot the D_SUM item is not computed:
The D_SUM item remains undefined, see also this logging:
When I remove the dimension from D_SUM the value is again computed.