| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291 |
- name: Heat pump
- products:
- - id: 9xvzf8c0bg33eenj
- name: Vivax ACP-12CH35REWI / Tadiran Apollo
- - id: keycnvksyhjcrg8t
- name: Thermor Nagano HEWRQU1
- primary_entity:
- entity: climate
- dps:
- - id: 1
- type: boolean
- name: hvac_mode
- mapping:
- - dps_val: false
- value: "off"
- - dps_val: true
- constraint: mode
- conditions:
- - dps_val: auto
- value: heat_cool
- - dps_val: cold
- value: cool
- - dps_val: wet
- value: dry
- - dps_val: hot
- value: heat
- - dps_val: wind
- value: fan_only
- - id: 2
- type: integer
- name: temperature
- range:
- min: 16
- max: 30
- mapping:
- - constraint: temperature_unit
- conditions:
- - dps_val: f
- range:
- min: 64
- max: 86
- value_redirect: temp_set_f
- - id: 3
- type: integer
- name: current_temperature
- mapping:
- - scale: 2
- constraint: temperature_unit
- conditions:
- - dps_val: f
- scale: 1
- value_redirect: temp_current_f
- - id: 4
- type: string
- name: mode
- hidden: true
- - id: 5
- type: string
- name: fan_mode
- mapping:
- - dps_val: auto
- value: auto
- - dps_val: low
- value: low
- - dps_val: high
- value: medium
- - dps_val: strong
- value: high
- - id: 8
- type: boolean
- name: preset_mode
- mapping:
- - dps_val: true
- value: eco
- - dps_val: false
- value: comfort
- - id: 12
- type: boolean
- name: aux_heat
- - id: 18
- type: integer
- name: current_humidity
- - id: 19
- type: string
- name: temperature_unit
- mapping:
- - dps_val: c
- value: C
- - dps_val: f
- value: F
- - id: 23
- type: integer
- name: temp_current_f
- optional: true
- hidden: true
- - id: 24
- type: integer
- name: temp_set_f
- range:
- min: 64
- max: 86
- optional: true
- hidden: true
- # Undocumented but in log
- - id: 102
- type: integer
- name: pm25
- - id: 105
- type: string
- name: air_quality
- - id: 107
- type: boolean
- name: strong
- - id: 111
- type: boolean
- name: new_style
- - id: 113
- type: string
- name: sense
- - id: 114
- type: boolean
- name: self_cleaning
- - id: 116
- type: integer
- name: fault_code
- # next two look obviously swing (logged values ud_00 and lr_00),
- # but full mappings not available to map to swing mode
- # from #1183, seems to be ud_00, ud_01, ud_02, ud_03, ud_04, ud_0c (last one is swing, others are pos)
- - id: 117
- type: string
- name: swing_mode
- mapping:
- - dps_val: ud_0c
- constraint: horizontal_swing
- conditions:
- - dps_val: lr_0c
- value: both
- - dps_val: lr_00
- value: vertical
- - value: vertical
- - dps_val: ud_00
- constraint: horizontal_swing
- conditions:
- - dps_val: lr_0c
- value: horizontal
- - dps_val: lr_00
- value: "off"
- - value: "off"
- - constraint: horizontal_swing
- conditions:
- - dps_val: lr_0c
- value: horizontal
- - value: "off"
- - id: 118
- type: string
- name: horizontal_swing
- # From Tadiran Apollo
- - id: 101
- type: boolean
- name: mood_lighting
- optional: true
- - id: 103
- type: integer
- name: co2
- optional: true
- - id: 104
- type: integer
- name: volatile_organic_compounds
- optional: true
- - id: 110
- type: boolean
- name: heating_10c
- optional: true
- - id: 112
- type: integer
- name: power
- optional: true
- - id: 119
- type: boolean
- name: cleaning_56c
- optional: true
- secondary_entities:
- - entity: switch
- name: Emergency heat
- icon: "mdi:fire"
- dps:
- - id: 12
- type: boolean
- name: switch
- - entity: light
- name: Display
- icon: "mdi:numeric"
- category: config
- dps:
- - id: 13
- type: boolean
- name: switch
- - entity: select
- name: Temperature unit
- icon: "mdi:temperature-celsius"
- category: config
- dps:
- - id: 19
- type: string
- name: option
- mapping:
- - dps_val: c
- value: Celsius
- - dps_val: f
- value: Fahrenheit
- - entity: switch
- name: Quiet
- category: config
- icon: "mdi:music-off"
- dps:
- - id: 108
- type: boolean
- name: switch
- # Boolean dps 16 = Beep and 109 = Sleep documented but missing from log
- - entity: switch
- name: Sleep
- category: config
- icon: "mdi:power-sleep"
- dps:
- - id: 109
- type: boolean
- name: switch
- optional: true
- - entity: switch
- name: Health
- category: config
- icon: "mdi:shield-bug"
- dps:
- - id: 106
- type: boolean
- name: switch
- optional: true
- - entity: select
- name: Vertical swing
- category: config
- icon: "mdi:arrow-up-down-bold"
- dps:
- - id: 117
- type: string
- name: option
- mapping:
- - dps_val: ud_00
- value: Top
- - dps_val: ud_01
- value: Upper
- - dps_val: ud_02
- value: Middle
- - dps_val: ud_03
- value: Lower
- - dps_val: ud_04
- value: Bottom
- - dps_val: ud_0c
- value: Swing
- - entity: select
- name: Horizontal swing
- category: config
- icon: "mdi:arrow-up-down-bold"
- dps:
- - id: 117
- type: string
- name: option
- mapping:
- - dps_val: lr_00
- value: Leftmost
- - dps_val: lr_01
- value: Left
- - dps_val: lr_02
- value: Middle
- - dps_val: lr_03
- value: Right
- - dps_val: lr_04
- value: Rightmost
- - dps_val: lr_0c
- value: Swing
- - entity: binary_sensor
- name: Fault
- class: problem
- category: diagnostic
- dps:
- - id: 116
- type: bitfield
- name: sensor
- mapping:
- - dps_val: 0
- value: false
- - value: true
|