Design Pattern: Time of Last Update

You have to go about it the other way.
Create your free-standing DateTime Item first, then link that to the channel.

1 Like

Thank you :slight_smile: - this worked.

My motion sensor reports to a contact item. Can I have the last OPEN state with this design pattern? I guess I cannot use timestamp-update, as the motion sensor sends it’s state in regular intervals, even without change.

I am trying to use this design pattern for my sensor battery similar to OP. The channel is linked to the item (Battery_LastUpdate) as shown below,

You would notice that the item shows an ‘Err’ above and also does the same in Model. I dont understand this since in ‘Items’ it shows the correct date,

The item is defined like so,

Maybe this may help?

1 Like

Thanks, that did the trick.

It is much easier with picture examples that you can adapt.
Glad it worked for you. Thanks for the like!

4 posts were split to a new topic: Time of last update = 1970