| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239 |
- name: Madimack Elite V3 pool heatpump
- primary_entity:
- entity: climate
- dps:
- - id: 1
- name: power
- type: boolean
- mapping:
- - dps_val: false
- value: "off"
- icon: "mdi:hvac-off"
- icon_priority: 1
- hidden: true
- - id: 2
- name: hvac_mode
- type: string
- mapping:
- - dps_val: auto
- icon: "mdi:refresh-auto"
- icon_priority: 1
- constraint: power
- conditions:
- - dps_val: false
- value_redirect: power
- - dps_val: true
- value: heat_cool
- - dps_val: cold
- icon: "mdi:snowflake"
- icon_priority: 2
- constraint: power
- conditions:
- - dps_val: false
- value_redirect: power
- value: "off"
- - dps_val: true
- value: cool
- - dps_val: heating
- icon: "mdi:hot-tub"
- icon_priority: 3
- constraint: power
- conditions:
- - dps_val: false
- value_redirect: power
- - dps_val: true
- value: heat
- - id: 4
- name: temperature
- type: integer
- mapping:
- - constraint: temperature_unit
- conditions:
- - dps_val: f
- range:
- min: 60
- max: 104
- range:
- min: 18
- max: 40
- # ^ in reality, the range is different for cool and auto
- - id: 5
- name: preset_mode
- type: string
- mapping:
- - dps_val: silence
- value: Silence
- - dps_val: power
- value: Perfect
- - dps_val: boost
- value: Power
- - id: 6
- name: temperature_unit
- type: string
- mapping:
- - dps_val: f
- value: F
- - dps_val: c
- value: C
- - id: 21
- type: integer
- name: max_temperature
- readonly: true
- - id: 22
- type: integer
- name: min_temperature
- readonly: true
- - id: 102
- name: current_temperature
- type: integer
- readonly: true
- - id: 15
- name: unknown_15
- type: integer
- readonly: true
- - id: 101
- name: unknown_101
- type: integer
- readonly: true
- - id: 107
- name: unknown_107
- type: boolean
- readonly: true
- secondary_entities:
- - entity: sensor
- category: diagnostic
- name: Power level
- class: power_factor
- dps:
- - id: 20
- type: integer
- name: sensor
- unit: "%"
- readonly: true
- - entity: sensor
- category: diagnostic
- name: Evaporator coil pipe temperature
- class: temperature
- dps:
- - id: 23
- type: integer
- name: sensor
- readonly: true
- - id: 6
- name: unit
- type: string
- mapping:
- - dps_val: f
- value: F
- - dps_val: c
- value: C
- - entity: sensor
- category: diagnostic
- name: Exhaust gas temperature
- class: temperature
- dps:
- - id: 24
- name: sensor
- type: integer
- readonly: true
- - id: 6
- name: unit
- type: string
- mapping:
- - dps_val: f
- value: F
- - dps_val: c
- value: C
- - entity: sensor
- category: diagnostic
- name: Outlet water temperature
- class: temperature
- dps:
- - id: 25
- name: sensor
- type: integer
- readonly: true
- - id: 6
- name: unit
- type: string
- mapping:
- - dps_val: f
- value: F
- - dps_val: c
- value: C
- - entity: sensor
- category: diagnostic
- name: Ambient temperature
- class: temperature
- dps:
- - id: 26
- name: sensor
- type: integer
- readonly: true
- - id: 6
- name: unit
- type: string
- mapping:
- - dps_val: f
- value: F
- - dps_val: c
- value: C
- - entity: sensor
- category: diagnostic
- name: Return gas temperature
- class: temperature
- dps:
- - id: 103
- name: sensor
- type: integer
- readonly: true
- - id: 6
- name: unit
- type: string
- mapping:
- - dps_val: f
- value: F
- - dps_val: c
- value: C
- - entity: sensor
- category: diagnostic
- name: Cooling coil pipe temperature
- class: temperature
- dps:
- - id: 104
- name: sensor
- type: integer
- readonly: true
- - id: 6
- name: unit
- type: string
- mapping:
- - dps_val: f
- value: F
- - dps_val: c
- value: C
- - entity: sensor
- category: diagnostic
- name: Cooling plate temperature
- class: temperature
- dps:
- - id: 105
- name: sensor
- type: integer
- readonly: true
- - id: 6
- name: unit
- type: string
- mapping:
- - dps_val: f
- value: F
- - dps_val: c
- value: C
- - entity: sensor
- category: diagnostic
- name: EEV opening
- dps:
- - id: 106
- name: sensor
- type: integer
- readonly: true
|