J-N-K

Results 271 comments of J-N-K

@kaikreuzer Any chance for this to make it into 3.4?

@ccutrer As I said above: It's very difficult to create a generic transformation profile, even if I would prefer to do that. The reason is that the transformations have different...

If this shall now be a generic transformation profile, then that is a completely different PR. And good UI support is why I created it the way it is now.

This is clearly a step backward. Currently the file-based transformations are provided by a `ConfigOptionProvider` to the profile. That is not possible any longer if we merge all in one...

I have just tried to reproduce the issue to supply an upstream-patch, but your fix doesn't solve it for me. It complains about a lot of other places, too. If...

I think upgrading to client/4.5.14 and core/4.4.13 should be safe, I did look at the release notes and there are no breaking changes as far as I can see.

I don't fully understand what log is really required here. If you only want to see log messages from the binding, the logger configuration should set default logging to error...

As a general question: Wouldn't it make sense to use the converters introduced in https://github.com/openhab/openhab-core/pull/3355?

The reason is that `AbstractKNXThingHandler.dispose()` calls `AbstractKNXThingHandler.detachFromClient()` which has the following code ``` if (pollingJob != null) { pollingJob.cancel(true); pollingJob = null; } ``` The `pollingJob` calls `pollDeviceStatus` which is...

I'm working on a similar problem (https://github.com/openhab/openhab-core/pull/3503). While conversion of currencies (we use symmetrical only, but the issue is similar) works fine, product units (like `EUR/kWh`) don't work. The reason...