KNX DPT 20.105 HVAC/Aircon Panasonic Etherea and IntesisBox PA-AC-KNX-1i

I think I finally have a solution in OH2

There following issues appeared

Issue #1 - Dealing with DPT 20.105
Frank explained the way how OH treats DPT 20.105. Different than expected.

Issue #2 - ETS5 device configuration
It´s a generic application, so I had to find out the proper configuration of my air conditioning system. E.g., Indoor unit has fan mode=no". Tested it out by writing and then reading the mode, for instance. I also tested mode settings with the remote control.

Issue #3 - Bus reply strings are not identical to Intesis handbook
My air conditioning system should theoretically have a mode “Dry” and exactly use this string. But it used “Dehumidification” instead. Took a while to understand, why a sent out mode didn´t show up in the sitemap selection.

My solution looks like this for interface

Panasonic Etherea AC units to KNX Interface with Binary Inputs - 1 unit
PA-AC-KNX-1i, 4 binary inputs
new Item #INKNXPAN001I000

Unbenannt

Thing

Thing device AirCon_EG_AZ "Klimaanlage EG AZ" [
            address="1.1.19",
            autoReconnectPeriod=30
        ] {
            Type string : A_EG_AZ_Aircon_ControlMode "Klima EG AZ Control Mode" [ga="20.105:7/0/3+<7/1/2"]
        }

Item

String A_EG_AZ_Aircon_ControlMode "Klima EG AZ Control Mode" (AirCon_EG_AZ) {channel="knx:device:tunnel:AirCon_EG_AZ:A_EG_AZ_Aircon_ControlMode"}

Sitemap

Selection item=A_EG_AZ_Aircon_ControlMode label="Aircon Control Mode [%s]" mappings=[Auto="Auto", Heat="Heat", Cool="Cool", Dehumidification="Dehumidification"]