J-N-K

Results 271 comments of J-N-K

ESH is abandoned and everything has been re-integrated to openhab. The correct repository would be openhab/openhab2-addons. I'm not sure if that is the latest version. I have compiled a new...

I had a quick look and it is not so easy. The current implementation of `getConfigDescriptionObjects` in `AbstractDescriptionTypeConverter` checks if there is a `config-description-ref` and if so, returns with that...

@mstormi It is not known before the reprocessing that this item is not used.

See also #3173 which also shows that there is an issue with the differentiation between category and icon.

I understand your intention but since the payload is a String in openHAB, I would prefer to keep it like that. The reason is that I see the websocket as...

According to the [developer documentation](https://www.openhab.org/docs/developer/utils/events.html#the-core-events) the payload can contain "any string representation", not necessarily JSON (even though all core events do so). What should happen when the payload does not...

Since we agree that `limitToOptions=false` is the correct way to handle this, I'm closing here.

IMO the implementation should be changed to `Instant`. `.getZonedDateTime()` should then return that instant in the currently configured timezone. I can't think of a use-case where the actual timezone should...

@openhab/core-maintainers As this is a much requested feature it would be great if someone could find the time to review. About half of the changed lines are tests.