I’ve got an Item of type Number:Time (Unit h) and I need to use it’s value for creating a Timer => createTimer(now.plusSeconds(timerVal))
But all I get are exceptions
I tried it using the state of the item. I did convert it to seconds - no luck. I also struggle to make sense of the exception thrown:
Could not invoke method: java.time.ZonedDateTime.plusSeconds(long) on instance: 2023-12-28T19:51:20.063208513+01:00[Europe/Berlin]