| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190 |
- name: Pool heatpump
- products:
- - id: qhrpnqjhakrn3jvv
- name: Poolex Qline Q-7
- # unknown id: Poolsana InverPower
- primary_entity:
- entity: climate
- icon: "mdi:pool-thermometer"
- translation_key: pool_heatpump
- dps:
- - id: 1
- type: boolean
- name: hvac_mode
- mapping:
- - dps_val: false
- value: "off"
- - dps_val: true
- constraint: preset_mode
- conditions:
- - dps_val: Boost_Heat
- value: heat
- - dps_val: Silent_Heat
- value: heat
- - dps_val: ECO_Heat
- value: heat
- - dps_val: Boost_Cool
- value: cool
- - dps_val: Silent_Cool
- value: cool
- - dps_val: ECO_Cool
- value: cool
- - id: 2
- type: integer
- name: temperature
- range:
- min: 20
- max: 40
- mapping:
- - constraint: temperature_unit
- conditions:
- - dps_val: f
- range:
- min: 68
- 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: Boost_Heat
- value: quick_heat
- - dps_val: Silent_Heat
- value: quiet_heat
- - dps_val: ECO_Heat
- value: smart_heat
- - dps_val: ECO_Cool
- value: smart_cool
- - dps_val: Silent_Cool
- value: quiet_cool
- - dps_val: Boost_Cool
- value: quick_cool
- - id: 11
- type: string
- name: hvac_action
- mapping:
- - dps_val: heating
- value: heating
- - dps_val: cooling
- value: cooling
- - constraint: hvac_mode
- conditions:
- - dps_val: false
- value: "off"
- - dps_val: true
- value: idle
- - 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: 68
- max: 104
- hidden: true
- optional: true
- - id: 15
- type: integer
- name: temp_current_f
- hidden: true
- optional: true
- - id: 21
- type: integer
- name: unknown_21
- secondary_entities:
- - entity: water_heater
- icon: "mdi:pool-thermometer"
- deprecated: climate
- category: config
- dps:
- - id: 1
- type: boolean
- name: operation_mode
- mapping:
- - dps_val: false
- value: "off"
- - dps_val: true
- value: heatpump
- - id: 2
- type: integer
- name: temperature
- range:
- min: 5
- max: 80
- mapping:
- - constraint: temperature_unit
- conditions:
- - dps_val: f
- range:
- min: 41
- max: 176
- 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: 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: 176
- hidden: true
- optional: true
- - id: 15
- type: integer
- name: temp_current_f
- hidden: true
- optional: true
- - entity: select
- name: Temperature unit
- icon: "mdi:temperature-celsius"
- category: config
- dps:
- - id: 13
- type: string
- name: option
- mapping:
- - dps_val: c
- value: Celsius
- - dps_val: f
- value: Fahrenheit
- - entity: binary_sensor
- name: Status
- class: running
- category: diagnostic
- dps:
- - id: 11
- type: string
- name: sensor
- mapping:
- - dps_val: heating
- value: true
- - value: false
|