HABApp 24

@Spaceman_Spiff

Is there is a way or starting point to iterate through all OpenhabItems or Items, e.g. a set, dictionary or any iterator? I would want to use their names and types in order to find zombie items or items that do not follow a naming scheme.

self.get_items

You can pass OpenhabItem as type which will exclude the things and only return openHAB items.

1 Like