KNX Airzone setup

Hello everyone,

I am trying to integrate the Airzone managed AC, with the help of AI I managed to create few things but something looks odd and we don’t have all the info. Thank you in advance

Here is my current setup:

climate:
  # --- RDC: individual room zones ---
  - name: "Clim RDC - Zone Cuisine"
    on_off_address: "2/2/0"
    on_off_state_address: "2/2/1"
    target_temperature_address: "2/2/2"
    target_temperature_state_address: "2/2/3"
    temperature_address: "3/1/10"

  - name: "Clim RDC - Zone Salon"
    # ETS also defines 2/3/9 'Temperature ambiante' for this zone, but it has no linked device/DPT in the project (unused) - using the room sensor 3/1/5 instead.
    on_off_address: "2/3/0"
    on_off_state_address: "2/3/1"
    target_temperature_address: "2/3/2"
    target_temperature_state_address: "2/3/3"
    temperature_address: "3/1/5"

  - name: "Clim RDC - Zone Cellier"
    on_off_address: "2/4/0"
    on_off_state_address: "2/4/1"
    target_temperature_address: "2/4/2"
    target_temperature_state_address: "2/4/3"
    temperature_address: "3/1/8"

  # Clim RDC - Zone Entree moved out of climate: (see note above climate:) - no current-
  # temperature sensor exists anywhere in ETS for this zone. Its on_off is in switch: and its
  # setpoint is in number: below, using the same addresses (2/5/0, 2/5/1, 2/5/2, 2/5/3).
  # --- Etage: individual room zones ---
  # Clim Etage - Zone non identifiee (5/2) moved out of climate: (see note above climate:) -
  # no current-temperature sensor exists anywhere in ETS for this zone either. Its on_off is in
  # switch:, its mode is in select:, and its setpoint/fan speed are in number: below, using the
  # same addresses (5/2/0, 5/2/1, 5/2/2, 5/2/3, 5/2/9, 5/2/10, 5/2/11, 5/2/12). 
  - name: "Clim Etage - Zone Chambre Paul"
    on_off_address: "5/4/0"
    on_off_state_address: "5/4/1"
    target_temperature_address: "5/4/2"
    target_temperature_state_address: "5/4/3"
    temperature_address: "3/1/0"

  - name: "Clim Etage - Zone Chambre Raphael + SdB"
    # temperature_address 3/1/4 has zero linked communication objects in ETS and never fired in
    # a 42-minute live capture - likely not actually wired yet. 
    on_off_address: "5/5/0"
    on_off_state_address: "5/5/1"
    target_temperature_address: "5/5/2"
    target_temperature_state_address: "5/5/3"
    temperature_address: "3/1/4"

select:
  - name: "Clim RDC - Systeme Cuisine-Entree-Cellier - Mode"
    address: "2/0/10"
    state_address: "2/0/11"
    payload_length: 1
    options:
      - option: "Heat"
        payload: 1
      - option: "Cool"
        payload: 3

  - name: "Clim RDC - Systeme Salon - Mode"
    address: "2/1/10"
    state_address: "2/1/11"
    payload_length: 1
    options:
      - option: "Heat"
        payload: 1
      - option: "Cool"
        payload: 3

  - name: "Clim Etage - Systeme Chambres enfants - Mode"
    address: "5/1/9"
    state_address: "5/1/10"
    payload_length: 1
    options:
      - option: "Heat"
        payload: 1
      - option: "Cool"
        payload: 3

  - name: "Clim Etage - Zone non identifiee (5/2) - Mode"
    address: "5/2/9"
    state_address: "5/2/10"
    payload_length: 1
    options:
      - option: "Heat"
        payload: 1
      - option: "Cool"
        payload: 3

  

  - name: "Clim RDC - Zone Cuisine - Niveau mode froid"
    # Zero linked communication objects in ETS for this address - flagged unwired, same as elsewhere in this file.
    address: "2/2/4"
    state_address: "2/2/5"
    payload_length: 1
    options:
      - option: "Heat stage A"
        payload: 1
      - option: "Heat stage B"
        payload: 2
      - option: "Cool stage A"
        payload: 3
      - option: "Cool stage B"
        payload: 4
      - option: "Heat/Cool changeover"
        payload: 5

  - name: "Clim RDC - Zone Cuisine - Niveau mode chaud"
    # Zero linked communication objects in ETS for this address - flagged unwired, same as elsewhere in this file.
    address: "2/2/6"
    state_address: "2/2/7"
    payload_length: 1
    options:
      - option: "Heat stage A"
        payload: 1
      - option: "Heat stage B"
        payload: 2
      - option: "Cool stage A"
        payload: 3
      - option: "Cool stage B"
        payload: 4
      - option: "Heat/Cool changeover"
        payload: 5

  - name: "Clim RDC - Zone Salon - Niveau mode froid"
    address: "2/3/4"
    state_address: "2/3/5"
    payload_length: 1
    options:
      - option: "Heat stage A"
        payload: 1
      - option: "Heat stage B"
        payload: 2
      - option: "Cool stage A"
        payload: 3
      - option: "Cool stage B"
        payload: 4
      - option: "Heat/Cool changeover"
        payload: 5

  - name: "Clim RDC - Zone Salon - Niveau mode chaud"
    address: "2/3/6"
    state_address: "2/3/7"
    payload_length: 1
    options:
      - option: "Heat stage A"
        payload: 1
      - option: "Heat stage B"
        payload: 2
      - option: "Cool stage A"
        payload: 3
      - option: "Cool stage B"
        payload: 4
      - option: "Heat/Cool changeover"
        payload: 5

  - name: "Clim RDC - Zone Cellier - Niveau mode froid"
    # Zero linked communication objects in ETS for this address - flagged unwired, same as elsewhere in this file.
    address: "2/4/4"
    state_address: "2/4/5"
    payload_length: 1
    options:
      - option: "Heat stage A"
        payload: 1
      - option: "Heat stage B"
        payload: 2
      - option: "Cool stage A"
        payload: 3
      - option: "Cool stage B"
        payload: 4
      - option: "Heat/Cool changeover"
        payload: 5

  - name: "Clim RDC - Zone Cellier - Niveau mode chaud"
    # Zero linked communication objects in ETS for this address - flagged unwired, same as elsewhere in this file.
    address: "2/4/6"
    state_address: "2/4/7"
    payload_length: 1
    options:
      - option: "Heat stage A"
        payload: 1
      - option: "Heat stage B"
        payload: 2
      - option: "Cool stage A"
        payload: 3
      - option: "Cool stage B"
        payload: 4
      - option: "Heat/Cool changeover"
        payload: 5

  - name: "Clim RDC - Zone Entree - Niveau mode froid"
    # Zero linked communication objects in ETS for this address - flagged unwired, same as elsewhere in this file.
    address: "2/5/4"
    state_address: "2/5/5"
    payload_length: 1
    options:
      - option: "Heat stage A"
        payload: 1
      - option: "Heat stage B"
        payload: 2
      - option: "Cool stage A"
        payload: 3
      - option: "Cool stage B"
        payload: 4
      - option: "Heat/Cool changeover"
        payload: 5

  - name: "Clim RDC - Zone Entree - Niveau mode chaud"
    # Zero linked communication objects in ETS for this address - flagged unwired, same as elsewhere in this file.
    address: "2/5/6"
    state_address: "2/5/7"
    payload_length: 1
    options:
      - option: "Heat stage A"
        payload: 1
      - option: "Heat stage B"
        payload: 2
      - option: "Cool stage A"
        payload: 3
      - option: "Cool stage B"
        payload: 4
      - option: "Heat/Cool changeover"
        payload: 5

  - name: "Clim Etage - Zone non identifiee (5/2) - Niveau mode froid"
    # Zero linked communication objects in ETS for this address - flagged unwired, same as elsewhere in this file.
    address: "5/2/4"
    state_address: "5/2/5"
    payload_length: 1
    options:
      - option: "Heat stage A"
        payload: 1
      - option: "Heat stage B"
        payload: 2
      - option: "Cool stage A"
        payload: 3
      - option: "Cool stage B"
        payload: 4
      - option: "Heat/Cool changeover"
        payload: 5

  - name: "Clim Etage - Zone non identifiee (5/2) - Niveau mode chaud"
    # Zero linked communication objects in ETS for this address - flagged unwired, same as elsewhere in this file.
    address: "5/2/6"
    state_address: "5/2/7"
    payload_length: 1
    options:
      - option: "Heat stage A"
        payload: 1
      - option: "Heat stage B"
        payload: 2
      - option: "Cool stage A"
        payload: 3
      - option: "Cool stage B"
        payload: 4
      - option: "Heat/Cool changeover"
        payload: 5

  - name: "Clim Etage - Zone Chambre Paul - Niveau mode froid"
    address: "5/4/4"
    state_address: "5/4/5"
    payload_length: 1
    options:
      - option: "Heat stage A"
        payload: 1
      - option: "Heat stage B"
        payload: 2
      - option: "Cool stage A"
        payload: 3
      - option: "Cool stage B"
        payload: 4
      - option: "Heat/Cool changeover"
        payload: 5

  - name: "Clim Etage - Zone Chambre Paul - Niveau mode chaud"
    address: "5/4/6"
    state_address: "5/4/7"
    payload_length: 1
    options:
      - option: "Heat stage A"
        payload: 1
      - option: "Heat stage B"
        payload: 2
      - option: "Cool stage A"
        payload: 3
      - option: "Cool stage B"
        payload: 4
      - option: "Heat/Cool changeover"
        payload: 5

  - name: "Clim Etage - Zone Chambre Raphael + SdB - Niveau mode froid"
    address: "5/5/4"
    state_address: "5/5/5"
    payload_length: 1
    options:
      - option: "Heat stage A"
        payload: 1
      - option: "Heat stage B"
        payload: 2
      - option: "Cool stage A"
        payload: 3
      - option: "Cool stage B"
        payload: 4
      - option: "Heat/Cool changeover"
        payload: 5

  - name: "Clim Etage - Zone Chambre Raphael + SdB - Niveau mode chaud"
    address: "5/5/6"
    state_address: "5/5/7"
    payload_length: 1
    options:
      - option: "Heat stage A"
        payload: 1
      - option: "Heat stage B"
        payload: 2
      - option: "Cool stage A"
        payload: 3
      - option: "Cool stage B"
        payload: 4
      - option: "Heat/Cool changeover"
        payload: 5

number:
  - name: "Clim RDC - Zone Entree - Consigne"
    # No current-temperature sensor exists anywhere in ETS for this zone - see note above climate:.
    address: "2/5/2"
    state_address: "2/5/3"
    type: temperature

  - name: "Clim Etage - Zone non identifiee (5/2) - Consigne"
    # No current-temperature sensor exists anywhere in ETS for this zone - see note above climate:.
    address: "5/2/2"
    state_address: "5/2/3"
    type: temperature

  - name: "Clim Etage - Zone non identifiee (5/2) - Ventilation"
    address: "5/2/11"
    state_address: "5/2/12"
    type: percent
    mode: slider

binary_sensor:
  - name: "Clim RDC - Erreur Cuisine-Entree-Cellier (systeme)"
    state_address: "2/0/12"

  - name: "Clim RDC - Erreur Salon (systeme)"
    state_address: "2/1/12"

  - name: "Clim RDC - Erreur Zone Cuisine"
    state_address: "2/2/9"

  - name: "Clim Etage - Erreur Chambres enfants (systeme)"
    state_address: "5/1/13"