I have a list of items with text to display. All fine with oh-repeater.
The only problem I could not solve so far: Some values are in Unix time (seconds since 01-01-1970) and I would like to transfer those into some human readable form. How is this best done?
I thought about a script which is able to transform a number (unix time) into a String and return this String. But it seems that is not that easy in openhab. So how is this best done in openhab?