| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203 |
- name: Air conditioner
- products:
- - id: nn2ooaacswz6uyi0
- manufacturer: Kaisai
- model: Pro Heat+ AC
- entities:
- - entity: climate
- dps:
- - id: 1
- name: hvac_mode
- type: boolean
- mapping:
- - dps_val: false
- value: "off"
- - dps_val: true
- constraint: mode
- conditions:
- - dps_val: "0"
- value: auto
- - dps_val: "1"
- value: cool
- - dps_val: "2"
- value: dry
- - dps_val: "3"
- value: fan_only
- - dps_val: "4"
- value: heat
- - id: 4
- name: mode
- type: string
- hidden: true
- - id: 2
- name: temperature
- type: integer
- unit: C
- range:
- min: 1600
- max: 3100
- mapping:
- - scale: 100
- step: 50
- - id: 3
- name: current_temperature
- type: integer
- unit: C
- mapping:
- - scale: 100
- - id: 5
- name: fan_mode
- type: string
- mapping:
- - constraint: auto_fan
- conditions:
- - dps_val: true
- value: auto
- - dps_val: "1"
- constraint: auto_fan
- conditions:
- - dps_val: false
- value: quiet
- - dps_val: "2"
- constraint: auto_fan
- conditions:
- - dps_val: false
- value: low
- - dps_val: "3"
- constraint: auto_fan
- conditions:
- - dps_val: false
- value: medium_low
- - dps_val: "4"
- constraint: auto_fan
- conditions:
- - dps_val: false
- value: medium
- - dps_val: "5"
- constraint: auto_fan
- conditions:
- - dps_val: false
- value: medium_high
- - dps_val: "6"
- constraint: auto_fan
- conditions:
- - dps_val: false
- value: high
- - dps_val: "7"
- constraint: auto_fan
- conditions:
- - dps_val: false
- value: turbo
- - id: 7
- name: auto_fan
- type: boolean
- hidden: true
- - id: 31
- name: swing_mode
- type: string
- mapping:
- - dps_val: "0"
- value: "off"
- - dps_val: "1"
- value: vertical
- - dps_val: "2"
- value: up
- - dps_val: "3"
- value: down
- - dps_val: "9"
- value: up_fixed
- - dps_val: "10"
- value: up_offset_fixed
- - dps_val: "11"
- value: middle_fixed
- - dps_val: "12"
- value: down_offset_fixed
- - dps_val: "13"
- value: down_fixed
- - id: 34
- name: swing_horizontal_mode
- type: string
- mapping:
- - dps_val: "0"
- value: "off"
- - dps_val: "1"
- value: horizontal
- - dps_val: "2"
- value: left
- - dps_val: "3"
- value: center
- - dps_val: "4"
- value: right
- - dps_val: "9"
- value: left_fixed
- - dps_val: "10"
- value: left_offset_fixed
- - dps_val: "11"
- value: center_fixed
- - dps_val: "12"
- value: right_offset_fixed
- - dps_val: "13"
- value: right_fixed
- - id: 8
- name: preset_mode
- type: boolean
- optional: true
- mapping:
- - dps_val: false
- value: none
- - dps_val: true
- value: eco
- - dps_value: null
- value: none
- hidden: true
- - entity: sensor
- name: Outdoor temperature
- class: temperature
- dps:
- - id: 116
- name: sensor
- type: integer
- unit: C
- optional: true
- mapping:
- - scale: 100
- - entity: sensor
- class: energy
- dps:
- - id: 127
- name: sensor
- type: integer
- unit: kWh
- class: total_increasing
- optional: true
- mapping:
- - scale: 100
- - entity: sensor
- name: External fan speed
- dps:
- - id: 117
- name: sensor
- type: integer
- unit: rpm
- optional: true
- - entity: sensor
- name: Compressor frequency
- class: frequency
- dps:
- - id: 119
- name: sensor
- type: integer
- unit: Hz
- optional: true
- - entity: binary_sensor
- name: Filter blockage
- class: problem
- dps:
- - id: 110
- name: sensor
- type: boolean
- optional: true
|