Thank-you @rlkoshak. Appreciate your feedback.
I read through Model your home with items & link channels which gave me a good understanding of how I should model my items in a hierarchy. Like you mentioned, Equipment should be a member of Location. I’ve refactored my items and link channels to follow this model.
I have a use case I’m trying to understand how to implement optimally. In my model, I have lights in the various Location groups on the Ground Floor. Let’s say I want to turn all the lights on the Ground Floor off with one command. Can I create a new Equipment Group with the light items from the various locations added to it? Then simply call the new Equipment group to turn off all the lights? Or is there a better way to do this while keeping with the Model recommendation.
Thanks for your help.
Cheers,
Randy