| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 |
- name: Spa Heat Pump
- products:
- - id: pzp8owd7lhtpssgj
- manufacturer: Poolex
- model: Arctic Action
- entities:
- - entity: climate
- translation_only_key: pool_heatpump
- dps:
- - id: 1
- type: boolean
- name: hvac_mode
- mapping:
- - dps_val: false
- value: "off"
- - dps_val: true
- value: "auto"
- - id: 2
- type: integer
- name: temperature
- range:
- min: 5
- max: 40
- mapping:
- - constraint: temperature_unit
- conditions:
- - dps_val: f
- range:
- min: 41
- max: 104
- value_redirect: temp_set_f
- - id: 3
- type: integer
- name: current_temperature
- mapping:
- - constraint: temperature_unit
- conditions:
- - dps_val: f
- value_redirect: temp_current_f
- - id: 4
- type: string
- name: preset_mode
- mapping:
- - dps_val: heat
- value: smart_heat
- - dps_val: h_powerful
- value: quick_heat
- - dps_val: h_silent
- value: quiet_heat
- - dps_val: cool
- value: smart_cool
- - dps_val: c_powerful
- value: quick_cool
- - dps_val: c_silent
- value: quiet_cool
- - id: 13
- type: string
- name: temperature_unit
- mapping:
- - dps_val: c
- value: C
- - dps_val: f
- value: F
- - id: 14
- type: integer
- name: temp_set_f
- range:
- min: 41
- max: 104
- hidden: true
- optional: true
- - id: 15
- type: integer
- name: temp_current_f
- hidden: true
- optional: true
- - entity: select
- translation_key: temperature_unit
- category: config
- dps:
- - id: 13
- type: string
- name: option
- mapping:
- - dps_val: c
- value: celsius
- - dps_val: f
- value: fahrenheit
- - entity: binary_sensor
- class: problem
- category: diagnostic
- dps:
- - id: 21
- type: bitfield
- name: sensor
- mapping:
- - dps_val: 0
- value: false
- - value: true
- - id: 21
- type: bitfield
- name: fault_code
- - id: 21
- type: bitfield
- name: description
- mapping:
- - dps_val: 0
- value: "OK"
- - dps_val: 4
- value: "Water Flow Protection"
- - dps_val: 8
- value: "Water Flow Fault"
- - dps_val: 16
- value: "Frost Protection"
- - dps_val: 32
- value: "High Pressure Fault"
- - dps_val: 64
- value: "Low Pressure Fault"
- - dps_val: 512
- value: "Main Board - Line Control Communication Fault"
- - dps_val: 1024
- value: "Frequency Module and Main Board Communication Fault"
- - dps_val: 4096
- value: "Exhaust Over High Protection"
- - dps_val: 8192
- value: "DC Fan Fault"
- - dps_val: 32768
- value: "Inlet Water Temperature Fault"
- - dps_val: 65536
- value: "External Coil Temperature Fault"
- - dps_val: 262144
- value: "Exhaust Temperature Fault"
- - dps_val: 1048576
- value: "Frequency Module Abnormal Protection"
- - dps_val: 2097152
- value: "Ambient Temperature Fault"
- - dps_val: 8388608
- value: "Cooling Water Temperature Too Low Protection"
- - dps_val: 134217728
- value: "Outlet Water Temperature Fault"
- - dps_val: 536870912
- value: "Return Gas Temperature Fault"
- - dps_val: 4294967296
- value: "Heating Water Temperature Too High Protection"
- - dps_val: 8589934592
- value: "Outdoor Coil High Temperature Protection"
- - dps_val: 34359738368
- value: "Compressor Current Protection"
- - dps_val: 4398046511104
- value: "Internal Coil Temperature Fault"
|