| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243 |
- name: Pool heat pump
- products:
- - id: k5vqutj2llzox1gg
- name: Evotherm ETI series
- primary_entity:
- entity: climate
- translation_key: pool_heatpump
- dps:
- - id: 1
- name: hvac_mode
- type: boolean
- mapping:
- - dps_val: false
- value: "off"
- - dps_val: true
- constraint: preset_mode
- conditions:
- - dps_val: Cooling_Smart
- value: cool
- - dps_val: Heating_Smart
- value: heat
- - dps_val: Auto
- value: heat_cool
- - dps_val: ["Heating_Powerful", "Heating_Silent"]
- value: heat
- hidden: true
- - dps_val: ["Cooling_Powerful", "Cooling_Silent"]
- value: cool
- hidden: true
- - id: 2
- name: preset_mode
- type: string
- mapping:
- - dps_val: Auto
- value: auto
- - dps_val: Heating_Powerful
- value: quick_heat
- - dps_val: Heating_Smart
- value: smart_heat
- - dps_val: Heating_Silent
- value: quiet_heat
- - dps_val: Cooling_Powerful
- value: quick_cool
- - dps_val: Cooling_Smart
- value: smart_cool
- - dps_val: Cooling_Silent
- value: quiet_cool
- - id: 5
- name: work_mode
- type: string
- optional: true
- - id: 15
- name: fault_code
- type: bitfield
- - id: 16
- name: current_temperature
- type: integer
- mapping:
- - scale: 10
- - id: 17
- name: hvac_action
- type: string
- mapping:
- - dps_val: Running
- constraint: preset_mode
- conditions:
- - dps_val: ["Cooling_Powerful", "Cooling_Smart", "Cooling_Silent"]
- value: cooling
- - value: heating
- - dps_val: Defrosting
- value: preheating
- - constraint: hvac_mode
- conditions:
- - dps_val: false
- value: "off"
- - value: idle
- - id: 101
- name: temperature
- type: integer
- unit: C
- range:
- min: 50
- max: 550
- mapping:
- - scale: 10
- constraint: preset_mode
- conditions:
- - dps_val: ["Cooling_Powerful", "Cooling_Smart", "Cooling_Silent"]
- value_redirect: cold_temp
- - dps_val: Auto
- value_redirect: auto_temp
- - id: 102
- name: cold_temp
- type: integer
- unit: C
- range:
- min: 50
- max: 350
- mapping:
- - scale: 10
- hidden: true
- - id: 103
- name: new_fault_1
- type: bitfield
- - id: 104
- name: auto_temp
- type: integer
- unit: C
- range:
- min: 50
- max: 400
- mapping:
- - scale: 10
- hidden: true
- - id: 107
- name: new_fault_2
- type: bitfield
- - id: 109
- name: unit_type
- type: bitfield
- - id: 110
- name: new_driver_fault_1
- type: bitfield
- - id: 111
- name: new_driver_fault_2
- type: bitfield
- - id: 117
- name: frequency
- type: string
- - id: 118
- name: fault_2
- type: bitfield
- - id: 119
- name: fault_3
- type: bitfield
- - id: 120
- name: driver_fault_1
- type: bitfield
- secondary_entities:
- - entity: select
- name: Temperature unit
- icon: "mdi:temperature-celsius"
- category: config
- dps:
- - id: 6
- type: string
- name: option
- mapping:
- - dps_val: c
- value: Celsius
- - dps_val: f
- value: Fahrenheit
- - entity: binary_sensor
- name: Fault
- class: problem
- category: diagnostic
- dps:
- - id: 17
- type: string
- name: sensor
- mapping:
- - dps_val: Fault
- value: true
- - value: false
- - entity: sensor
- name: Heating coil temperature
- class: temperature
- category: diagnostic
- dps:
- - id: 23
- type: integer
- name: sensor
- unit: C
- class: measurement
- mapping:
- - scale: 10
- - entity: sensor
- name: Exhaust temperature
- class: temperaturee
- category: diagnostic
- dps:
- - id: 24
- type: integer
- name: sensor
- unit: C
- class: measurement
- mapping:
- - scale: 10
- - entity: sensor
- name: Water discharge temperature
- class: temperature
- category: diagnostic
- dps:
- - id: 25
- type: integer
- name: sensor
- unit: C
- class: measurement
- mapping:
- - scale: 10
- - entity: sensor
- class: temperature
- dps:
- - id: 26
- type: integer
- name: sensor
- unit: C
- class: measurement
- mapping:
- - scale: 10
- - entity: sensor
- name: Return temperature
- class: temperature
- category: diagnostic
- dps:
- - id: 121
- type: integer
- name: sensor
- unit: C
- class: measurement
- optional: true
- mapping:
- - scale: 10
- - entity: sensor
- name: Cooling coil temperature
- class: temperature
- category: diagnostic
- dps:
- - id: 123
- type: integer
- name: sensor
- unit: C
- class: measurement
- mapping:
- - scale: 10
- - entity: sensor
- name: EEV opening
- category: diagnostic
- dps:
- - id: 125
- type: integer
- name: sensor
- unit: P
|