|
|
@@ -0,0 +1,175 @@
|
|
|
+name: Water heat pump
|
|
|
+products:
|
|
|
+ - id: 74jzzoqr2ghxyu1p
|
|
|
+ name: Powerworld PW58410
|
|
|
+primary_entity:
|
|
|
+ entity: water_heater
|
|
|
+ dps:
|
|
|
+ - id: 1
|
|
|
+ type: boolean
|
|
|
+ name: operation_mode
|
|
|
+ mapping:
|
|
|
+ - dps_val: false
|
|
|
+ value: "off"
|
|
|
+ - dps_val: true
|
|
|
+ constraint: work_mode
|
|
|
+ conditions:
|
|
|
+ - dps_val: wth
|
|
|
+ value: Hot water
|
|
|
+ - dps_val: heat
|
|
|
+ value: Heating
|
|
|
+ - dps_val: cool
|
|
|
+ value: Cooling
|
|
|
+ - dps_val: wth_heat
|
|
|
+ value: Hot water + heating
|
|
|
+ - dps_val: wth_cool
|
|
|
+ value: Hot water + cooling
|
|
|
+ - id: 5
|
|
|
+ type: string
|
|
|
+ name: work_mode
|
|
|
+ hidden: true
|
|
|
+ - id: 6
|
|
|
+ type: string
|
|
|
+ name: temperature_unit
|
|
|
+ mapping:
|
|
|
+ - dps_val: f
|
|
|
+ value: F
|
|
|
+ - value: C
|
|
|
+ - id: 110
|
|
|
+ type: integer
|
|
|
+ name: temperature
|
|
|
+ range:
|
|
|
+ min: 0
|
|
|
+ max: 99
|
|
|
+ - id: 118
|
|
|
+ type: string
|
|
|
+ optional: true
|
|
|
+ name: parameter_group_1
|
|
|
+ - id: 119
|
|
|
+ type: string
|
|
|
+ optional: true
|
|
|
+ name: parameter_group_2
|
|
|
+ - id: 120
|
|
|
+ type: string
|
|
|
+ optional: true
|
|
|
+ name: parameter_group_3
|
|
|
+ - id: 121
|
|
|
+ type: string
|
|
|
+ optional: true
|
|
|
+ name: parameter_group_4
|
|
|
+ - id: 122
|
|
|
+ type: string
|
|
|
+ optional: true
|
|
|
+ name: parameter_group_5
|
|
|
+ - id: 123
|
|
|
+ type: string
|
|
|
+ optional: true
|
|
|
+ name: parameter_group_6
|
|
|
+ - id: 124
|
|
|
+ type: string
|
|
|
+ optional: true
|
|
|
+ name: parameter_group_7
|
|
|
+ - id: 126
|
|
|
+ type: string
|
|
|
+ optional: true
|
|
|
+ name: parameter_group_8
|
|
|
+ - id: 140
|
|
|
+ type: string
|
|
|
+ optional: true
|
|
|
+ name: power_statistics
|
|
|
+secondary_entities:
|
|
|
+ - entity: climate
|
|
|
+ translation_key: heater
|
|
|
+ dps:
|
|
|
+ - id: 2
|
|
|
+ type: string
|
|
|
+ name: preset_mode
|
|
|
+ mapping:
|
|
|
+ - dps_val: smart
|
|
|
+ value: comfort
|
|
|
+ - dps_val: strong
|
|
|
+ value: boost
|
|
|
+ - dps_val: mute
|
|
|
+ value: sleep
|
|
|
+ - id: 5
|
|
|
+ type: string
|
|
|
+ name: hvac_mode
|
|
|
+ mapping:
|
|
|
+ - dps_val: wth
|
|
|
+ value: "off"
|
|
|
+ - dps_val: heat
|
|
|
+ value: heat
|
|
|
+ hidden: true
|
|
|
+ - dps_val: cool
|
|
|
+ value: cool
|
|
|
+ hidden: true
|
|
|
+ - dps_val: wth_heat
|
|
|
+ value: heat
|
|
|
+ - dps_val: wth_cool
|
|
|
+ value: cool
|
|
|
+ - id: 6
|
|
|
+ type: string
|
|
|
+ name: temperature_unit
|
|
|
+ mapping:
|
|
|
+ - dps_val: f
|
|
|
+ value: F
|
|
|
+ - value: C
|
|
|
+ - id: 111
|
|
|
+ type: integer
|
|
|
+ optional: true
|
|
|
+ name: temperature
|
|
|
+ range:
|
|
|
+ min: 0
|
|
|
+ max: 99
|
|
|
+ mapping:
|
|
|
+ - constraint: hvac_mode
|
|
|
+ conditions:
|
|
|
+ - dps_val: [cool, wth_cool]
|
|
|
+ value_redirect: cool_temp
|
|
|
+ - id: 112
|
|
|
+ type: integer
|
|
|
+ name: cool_temp
|
|
|
+ optional: true
|
|
|
+ hidden: true
|
|
|
+ range:
|
|
|
+ min: 0
|
|
|
+ max: 99
|
|
|
+ - entity: select
|
|
|
+ translation_key: temperature_unit
|
|
|
+ category: config
|
|
|
+ dps:
|
|
|
+ - id: 6
|
|
|
+ type: string
|
|
|
+ name: option
|
|
|
+ mapping:
|
|
|
+ - dps_val: c
|
|
|
+ value: celsius
|
|
|
+ - dps_val: f
|
|
|
+ value: fahrenheit
|
|
|
+ - entity: binary_sensor
|
|
|
+ class: problem
|
|
|
+ category: diagnostic
|
|
|
+ dps:
|
|
|
+ - id: 15
|
|
|
+ type: bitfield
|
|
|
+ name: sensor
|
|
|
+ mapping:
|
|
|
+ - dps_val: 0
|
|
|
+ value: false
|
|
|
+ - value: true
|
|
|
+ - id: 15
|
|
|
+ type: bitfield
|
|
|
+ name: fault_code
|
|
|
+ - id: 199
|
|
|
+ type: integer
|
|
|
+ optional: true
|
|
|
+ name: custom_fault_bit
|
|
|
+ - entity: button
|
|
|
+ name: Factory reset
|
|
|
+ class: restart
|
|
|
+ category: config
|
|
|
+ dps:
|
|
|
+ - id: 125
|
|
|
+ type: boolean
|
|
|
+ optional: true
|
|
|
+ name: button
|