Basic UI group count refreshes? Am I missing a setting?

Hi all,

All set up with OH2 now, fantastically customisable and worked through most challenges now.

Question on Basic UI … when a group state changes e.g. a set of lights, the symbol changes from green to red or visa versa but the group count in brackets does not auto update on the web page (it is all correct following an F5 refresh). Same on all my groups.

It works on the iOS app and the Classic UI just not in the Basic UI so am I missing a setting somewhere or is this capability not in the Basic UI?

I have a pretty standard group setup in my .items file:

Group:Switch:OR(ON, OFF) Lights “All Lights [(%d)]”

Thanks all,

Dizlem

The Basic UI uses a new (incremental) page update mechanism, that’s why it behaves differently than e.g. the Classic UI or iOS app.
What you describe is probably simply a bug - so I’d suggest you enter an issue at https://github.com/eclipse/smarthome/issues.

Cheers,
Kai

Thanks Kai.

Done: https://github.com/eclipse/smarthome/issues/2478