Интеграция в openHAB

Типовая конфигурация Thing для Haier SmartAir2

UID: mqtt:topic:mqtt:hvac1
label: HVAC1
thingTypeUID: mqtt:topic
configuration: {}
bridgeUID: mqtt:broker:mqtt
channels:
  - id: enable
    channelTypeUID: mqtt:switch
    label: On/Off
    description: ""
    configuration:
      commandTopic: hvac/h1/hvac/set/enable
      stateTopic: hvac/h1/hvac/enable
      off: "false"
      on: "true"
  - id: mode_health
    channelTypeUID: mqtt:switch
    label: Health Mode
    description: ""
    configuration:
      commandTopic: hvac/h1/hvac/set/mode_health
      stateTopic: hvac/h1/hvac/mode_health
      off: "false"
      on: "true"
  - id: mode_fast
    channelTypeUID: mqtt:switch
    label: Fast Mode
    description: ""
    configuration:
      commandTopic: hvac/h1/hvac/set/mode_fast
      stateTopic: hvac/h1/hvac/mode_fast
      off: "false"
      on: "true"
  - id: mode_quiet
    channelTypeUID: mqtt:switch
    label: Quiet Mode
    description: ""
    configuration:
      commandTopic: hvac/h1/hvac/set/mode_quiet
      stateTopic: hvac/h1/hvac/mode_quiet
      off: "false"
      on: "true"
  - id: display_enable
    channelTypeUID: mqtt:switch
    label: Display On/Off
    description: ""
    configuration:
      commandTopic: hvac/h1/hvac/set/display_enable
      stateTopic: hvac/h1/hvac/display_enable
      off: "false"
      on: "true"
  - id: temperature
    channelTypeUID: mqtt:number
    label: Room Temperature
    description: ""
    configuration:
      stateTopic: hvac/h1/hvac/temperature
  - id: target_temperature
    channelTypeUID: mqtt:number
    label: Target Temperature
    description: ""
    configuration:
      commandTopic: hvac/h1/hvac/set/target_temperature
      min: 16
      stateTopic: hvac/h1/hvac/target_temperature
      max: 30
  - id: mode
    channelTypeUID: mqtt:string
    label: Mode
    description: ""
    configuration:
      commandTopic: hvac/h1/hvac/set/mode
      allowedStates: off,auto,heat,dry,fan,cool
      stateTopic: hvac/h1/hvac/mode
  - id: fan_mode
    channelTypeUID: mqtt:string
    label: Fan Mode
    description: ""
    configuration:
      commandTopic: hvac/h1/hvac/set/fan_mode
      allowedStates: low,medium,high,auto
      stateTopic: hvac/h1/hvac/fan_mode
  - id: swing_mode
    channelTypeUID: mqtt:string
    label: Swing Mode
    description: ""
    configuration:
      commandTopic: hvac/h1/hvac/set/swing_mode
      allowedStates: off,vertical,horizontal,both
      stateTopic: hvac/h1/hvac/swing_mode