Intesis ME-AC-KNX-1-V2 - item / Air Condition Mitsubishi Electric

Hi :slight_smile:

I’m trying to set up my Air Condition for days now but I’ve no more clue how to do it…

I have a Mitsubishi Electric system and my indoor units all have the Intesis ME-AC-KNX-1-V2 Gateway built in.

I use HabPanel as my visu and added a selector template

<h4>LĂĽfterstufe</h4>
<div class="btn-group" uib-dropdown>
  <button id="single-button" type="button" class="btn btn-primary" uib-dropdown-toggle>
    {{itemValue('EG_Buero_Klima_Luefterstufe')}} <span class="caret"></span>
  </button>
  <ul class="dropdown-menu" uib-dropdown-menu role="menu" aria-labelledby="single-button">
    <li role="menuitem"><a ng-click="sendCmd('EG_Buero_Klima_Luefterstufe', 0')">Auto</a></li>
    <li role="menuitem"><a ng-click="sendCmd('EG_Buero_Klima_Luefterstufe', '1')">1</a></li>
    <li role="menuitem"><a ng-click="sendCmd('EG_Buero_Klima_Luefterstufe', '2')">2</a></li>
    <li role="menuitem"><a ng-click="sendCmd('EG_Buero_Klima_Luefterstufe', '3')">3</a></li>
    <li role="menuitem"><a ng-click="sendCmd('EG_Buero_Klima_Luefterstufe', '4')">4</a></li>
  </ul>
</div>

my item looks like this atm:

Number			EG_Buero_Klima_Luefterstufe		"Klimaanlage BĂĽro LĂĽfterstufe[%d]"				(EG_Buero)		{knx="2/6/2"}

Here is a screenshot from ETS. and the manual:

The ETS says I should use DPT 20.111, manual says “5”.

I would be very thankful for a hint in the right direction.

Ok… after writing this post I saw my mistake :confused:

it’s 1.001. oh man… it’s really hard to read a manual.

I cant see the delete option for my post here, but if someone has the same problem: I now know how to fix.