openHAB-Alignment-Tool icon indicating copy to clipboard operation
openHAB-Alignment-Tool copied to clipboard

ChannelColumn not working correctly anymore

Open CWempe opened this issue 4 years ago • 2 comments

There seems to be a regression with ChannelColumn in v2.1.6.

In v2.0.0 each Binding parameter (like mqtt's < and >) where moved to new lines. See https://github.com/MaxBec/openHAB-Alignment-Tool/issues/31.

But it does not anymore for this simple example:

Number  aaa  "bbb"  {mqtt=">[mosquitto:ddd:command:*:default],<[mosquitto:ddd:state:default]"}

CWempe avatar Apr 30 '21 20:04 CWempe

Hi Christoph,

thank you for the report. Do you have further information on the strings i can to expect. Do they always start with >[ and end with ]?

maxbec avatar May 01 '21 08:05 maxbec

In my case, yes. I guess this is specific foo the old mqtt1 binding I still use (with OH2.5). https://v2.openhab.org/addons/bindings/mqtt1/

I am slowly migration to the new mqtt binding where most of the "complex" configuration is in the thing configuration files. The item configuration is rather simple for that.

It might not be worth to support this old binding configuration. But on the other hand it did work in a older version.

CWempe avatar May 01 '21 15:05 CWempe