"SOLVED"-How to use Group Functions to show open/closed doors

Hi all,

I really can’t get the Group OR (open, closed) function to work, so any help is greatly appreciated.
I am trying to set up my first Basic UI and have seen some of you have a “Door” summary in your sitemap, showing “open” if 1 or more of the doors in the submenu are open. I am trying to do the same thing but nothing is showing in my UI (neither open or closed). The doors in the submenu are working correctly and showing open/closed (via the Mios binding).

I’ve got the following in the items file:

Group:Contact:OR(OPEN, CLOSED)   gDoor          "Door"            <door>          (Home)

and this in the sitemap:

Group item=gDoor 

I will be very thankful if some of you have any ideas as to what I am doing wrong?
Cheers,

Post the Item-definition please.

You mean like this?

Contact  GarageTripped "Garage Door [MAP(en.map):%s]" <contact> (GDevices,Garage,gDoor) {mios="unit:house,device:32/service/SecuritySensor1/Tripped"}
Group:Contact:OR(OPEN, CLOSED) gDoor "Door[%s]" <door> (Home)

Aah so close:)
Fantastic - it is working! You made my day - thank you!