| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- name: IPS heatpump
- primary_entity:
- entity: climate
- dps:
- - id: 1
- name: hvac_mode
- type: boolean
- mapping:
- - dps_val: false
- value: "off"
- icon: "mdi:hvac-off"
- icon_priority: 1
- - dps_val: true
- value: "heat"
- icon: "mdi:hot-tub"
- icon_priority: 3
- - id: 2
- name: preset_mode
- type: string
- mapping:
- - dps_val: "silence"
- value: "silence"
- - dps_val: "smart"
- value: "smart"
- - dps_val: "turbo"
- value: "turbo"
- - id: 102
- name: current_temperature
- type: integer
- readonly: true
- - id: 103
- name: temperature_unit
- type: boolean
- mapping:
- - dps_val: false
- value: F
- - dps_val: true
- value: C
- - id: 105
- name: hvac_action
- type: string
- readonly: true
- mapping:
- - dps_val: warm
- constraint: hvac_mode
- conditions:
- - dps_val: false
- value: "off"
- - dps_val: true
- value: idle
- - id: 106
- name: temperature
- type: integer
- mapping:
- - constraint: temperature_unit
- conditions:
- - dps_val: false
- range:
- min: 60
- max: 115
- - dps_val: true
- range:
- min: 18
- max: 40
- range:
- min: 18
- max: 45
- - id: 107
- type: integer
- name: min_temperature
- - id: 108
- type: integer
- name: max_temperature
- - id: 115
- type: bitfield
- name: error
- mapping:
- - dps_val: 0
- value: OK
- - dps_val: 4
- value: Water Flow Protection
- icon: "mdi:water-pump-off"
- icon_priority: 2
- - id: 116
- type: bitfield
- name: error_2
- secondary_entities:
- - entity: sensor
- name: Power level
- class: power_factor
- icon: "mdi:signal"
- category: diagnostic
- dps:
- - id: 104
- name: sensor
- type: integer
- unit: "%"
- class: measurement
- readonly: true
- - entity: binary_sensor
- name: Water flow
- class: problem
- category: diagnostic
- dps:
- - id: 115
- type: bitfield
- name: sensor
- mapping:
- - dps_val: 4
- value: true
- - value: false
|