UI Update not updating for motion sensor (working for door)

Just when I thought I was getting OH I got stumped. I have the MIOS plug in which generated some CONTACT items:

Contact  SlidingDoorTripped "Sliding Door [MAP(en.map):%s]" <contact> (GDevices,GRoom3) {mios="unit:house,device:14/service/SecuritySensor1/Tripped"}
Contact  FamilyMDTripped "Family MD Tripped [MAP(en.map):%s]" <contact> (GDevices,GRoom3) {mios="unit:house,device:18/service/SecuritySensor1/Tripped"}

One is for a door sensor and the other a motion sensor. I added them both to my sitemap:

Text item=SlidingDoorTripped
Text item=SlidingDoorLastTrip
Text item=FamilyMDTripped
Text item=FamilyMDLastTrip

When the door open, the BasicUI automatically updates the value and the date, however this doesn’t work for the motion detector. I have 2 other doors and one other MD and they all follow the same pattern, the doors update automatically and the motions don’t.

I can see in the log:
FamilyMDTripped changed from CLOSED to OPEN

Which looks the same as the door. I also, if I time it right, can refresh the screen and see the MD change values, it just doesn’t do it automatically which kills the value.

I’m stumped.

Well this issue seems to have fixed itself after a server restart.