| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279 |
- name: Cooper and Hunter air conditioner
- products:
- - id: a38i3yjbj4b4r9o0
- name: Cooper and Hunter Nordic Evo NG
- primary_entity:
- entity: climate
- translation_key: aircon_extra
- dps:
- - id: 1
- name: hvac_mode
- type: boolean
- mapping:
- - dps_val: false
- value: "off"
- icon: "mdi:hvac-off"
- - dps_val: true
- constraint: mode
- conditions:
- - dps_val: auto
- icon: "mdi:hvac"
- value: heat_cool
- - dps_val: cold
- icon: "mdi:snowflake"
- value: cool
- - dps_val: hot
- icon: "mdi:fire"
- value: heat
- - dps_val: wet
- icon: "mdi:water-off"
- value: dry
- - dps_val: wind
- icon: "mdi:fan"
- value: fan_only
- - id: 2
- name: temperature
- type: integer
- range:
- min: 16
- max: 31
- mapping:
- - step: 1
- constraint: mode
- conditions:
- - dps_val: wet
- invalid: true
- - dps_val: wind
- invalid: true
- - id: 150
- name: current_temperature
- type: integer
- mapping:
- - scale: 10
- #step: 5
- - id: 4
- name: mode
- type: string
- hidden: true
- - id: 5
- name: fan_mode
- type: string
- mapping:
- - dps_val: auto
- value: auto
- - dps_val: quiet
- value: quiet
- - dps_val: fan1
- value: low
- - dps_val: fan2
- value: medlow
- - dps_val: fan3
- value: medium
- - dps_val: fan4
- value: medhigh
- - dps_val: fan5
- value: high
- - id: 31
- name: swing_mode
- type: string
- mapping:
- - dps_val: "off"
- value: "off"
- - dps_val: "on"
- value: "on"
- - dps_val: "angle1" #Topmost
- value: "topmost"
- - dps_val: "angle2" #Top
- value: "top"
- - dps_val: "angle3" #Middle
- value: "middle"
- - dps_val: "angle4" #Down
- value: "down"
- - dps_val: "angle5" #Downmost
- value: "downmost"
- - id: 19
- name: temperature_unit
- type: string
- mapping:
- - dps_val: f
- value: F
- - dps_val: c
- value: C
- - id: 17
- name: humidity
- type: integer
- optional: true
- unit: "%"
- range:
- min: 40
- max: 90
- mapping:
- - step: 5
- constraint: mode
- conditions:
- - dps_val: auto
- invalid: true
- - dps_val: cold
- invalid: true
- - dps_val: hot
- invalid: true
- - dps_val: wind
- invalid: true
- - id: 152
- name: current_humidity
- type: integer
- unit: "%"
- class: measurement
- mapping:
- - scale: 10
- secondary_entities:
- - entity: switch
- name: Power
- category: config
- icon: "mdi:power"
- dps:
- - id: 1
- name: switch
- type: boolean
- - entity: switch
- name: Eco
- category: config
- icon: "mdi:flower"
- dps:
- - id: 8
- name: switch
- type: boolean
- - entity: switch
- name: Dry
- category: config
- icon: "mdi:sun-wireless"
- dps:
- - id: 9
- name: switch
- type: boolean
- constraint: mode
- conditions:
- - dps_val: auto
- invalid: true
- - dps_val: wind
- invalid: true
- - dps_val: hot
- invalid: true
- - entity: switch
- name: Ioniser
- category: config
- icon: "mdi:sun-wireless"
- dps:
- - id: 11
- name: switch
- type: boolean
- - entity: light
- name: Display
- category: config
- class: light
- icon: "mdi:television-ambient-light"
- dps:
- - id: 13
- name: switch
- type: boolean
- - entity: lock
- name: Child lock
- category: config
- icon: "mdi:lock"
- dps:
- - id: 14
- name: lock
- type: boolean
- - entity: switch
- name: Beep
- category: config
- icon: "mdi:bell"
- dps:
- - id: 16
- name: switch
- type: boolean
- - entity: switch
- name: Sleep
- category: config
- icon: "mdi:power-sleep"
- dps:
- - id: 25
- name: switch
- type: boolean
- optional: true
- - entity: switch
- name: Health
- category: config
- icon: "mdi:shield-bug"
- dps:
- - id: 26
- name: switch
- type: boolean
- optional: true
- - entity: switch
- name: Horizontal Swing
- category: config
- icon: "mdi:arrow-left-right-bold"
- dps:
- - id: 34
- name: switch
- type: string
- mapping:
- - dps_val: "on"
- value: true
- - dps_val: "off"
- value: false
- - entity: binary_sensor
- name: Defrosting
- category: diagnostic
- icon: "mdi:snowflake"
- dps:
- - id: 181
- name: sensor
- type: boolean
- optional: true
- - entity: switch
- name: Anti-frost
- category: config
- icon: "mdi:snowflake"
- dps:
- - id: 180
- name: switch
- type: boolean
- optional: true
- - entity: sensor
- name: AC Voltage
- category: diagnostic
- class: voltage
- dps:
- - id: 104
- name: sensor
- type: integer
- unit: "V"
- class: measurement
- - entity: sensor
- name: AC Current
- category: diagnostic
- class: current
- dps:
- - id: 106
- name: sensor
- type: integer
- unit: "A"
- class: measurement
- force: true
- mapping:
- - scale: 10
- - entity: sensor
- name: Outdoor Temperature
- category: diagnostic
- class: temperature
- dps:
- - id: 108
- name: sensor
- type: integer
- unit: "°C"
- class: measurement
- mapping:
- - scale: 10
|