|
|
@@ -0,0 +1,149 @@
|
|
|
+name: Heat pump water heater
|
|
|
+products:
|
|
|
+ - id: svhcpdyj8gvgagyg
|
|
|
+ manufacturer: Rinnai
|
|
|
+ model: Heat pump hot water system
|
|
|
+entities:
|
|
|
+ - entity: water_heater
|
|
|
+ dps:
|
|
|
+ - id: 2
|
|
|
+ type: string
|
|
|
+ name: operation_mode
|
|
|
+ mapping:
|
|
|
+ - dps_val: STANDARD
|
|
|
+ value: heat_pump
|
|
|
+ default: true
|
|
|
+ - dps_val: ECO
|
|
|
+ value: eco
|
|
|
+ - dps_val: HYBRID
|
|
|
+ value: performance
|
|
|
+ - dps_val: ELECTRIC
|
|
|
+ value: electric
|
|
|
+ - dps_val: VACATION
|
|
|
+ value: away
|
|
|
+ - id: 3
|
|
|
+ type: integer
|
|
|
+ name: current_temperature
|
|
|
+ unit: C
|
|
|
+ - id: 5
|
|
|
+ type: integer
|
|
|
+ name: temperature
|
|
|
+ unit: C
|
|
|
+ range:
|
|
|
+ min: 25
|
|
|
+ max: 75
|
|
|
+ - entity: switch
|
|
|
+ name: Power
|
|
|
+ dps:
|
|
|
+ - id: 1
|
|
|
+ type: boolean
|
|
|
+ name: switch
|
|
|
+ - entity: lock
|
|
|
+ translation_key: child_lock
|
|
|
+ dps:
|
|
|
+ - id: 12
|
|
|
+ type: boolean
|
|
|
+ name: lock
|
|
|
+ - entity: sensor
|
|
|
+ name: Operating state
|
|
|
+ category: diagnostic
|
|
|
+ dps:
|
|
|
+ - id: 8
|
|
|
+ type: string
|
|
|
+ name: sensor
|
|
|
+ - entity: sensor
|
|
|
+ translation_key: ambient_temperature
|
|
|
+ class: temperature
|
|
|
+ category: diagnostic
|
|
|
+ dps:
|
|
|
+ - id: 101
|
|
|
+ type: integer
|
|
|
+ name: sensor
|
|
|
+ unit: C
|
|
|
+ class: measurement
|
|
|
+ - entity: sensor
|
|
|
+ name: Tank temperature
|
|
|
+ class: temperature
|
|
|
+ category: diagnostic
|
|
|
+ dps:
|
|
|
+ - id: 102
|
|
|
+ type: integer
|
|
|
+ name: sensor
|
|
|
+ unit: C
|
|
|
+ class: measurement
|
|
|
+ - entity: sensor
|
|
|
+ name: Discharge temperature
|
|
|
+ class: temperature
|
|
|
+ category: diagnostic
|
|
|
+ dps:
|
|
|
+ - id: 103
|
|
|
+ type: integer
|
|
|
+ name: sensor
|
|
|
+ unit: C
|
|
|
+ class: measurement
|
|
|
+ - entity: sensor
|
|
|
+ name: Evaporator temperature
|
|
|
+ class: temperature
|
|
|
+ category: diagnostic
|
|
|
+ dps:
|
|
|
+ - id: 104
|
|
|
+ type: integer
|
|
|
+ name: sensor
|
|
|
+ unit: C
|
|
|
+ class: measurement
|
|
|
+ - entity: sensor
|
|
|
+ name: Suction temperature
|
|
|
+ class: temperature
|
|
|
+ category: diagnostic
|
|
|
+ dps:
|
|
|
+ - id: 105
|
|
|
+ type: integer
|
|
|
+ name: sensor
|
|
|
+ unit: C
|
|
|
+ class: measurement
|
|
|
+ - entity: sensor
|
|
|
+ name: EEV opening
|
|
|
+ category: diagnostic
|
|
|
+ dps:
|
|
|
+ - id: 107
|
|
|
+ type: integer
|
|
|
+ name: sensor
|
|
|
+ unit: steps
|
|
|
+ class: measurement
|
|
|
+ - entity: binary_sensor
|
|
|
+ name: Fan
|
|
|
+ class: running
|
|
|
+ category: diagnostic
|
|
|
+ dps:
|
|
|
+ - id: 108
|
|
|
+ type: boolean
|
|
|
+ name: sensor
|
|
|
+ - entity: sensor
|
|
|
+ class: voltage
|
|
|
+ category: diagnostic
|
|
|
+ dps:
|
|
|
+ - id: 114
|
|
|
+ type: integer
|
|
|
+ name: sensor
|
|
|
+ unit: V
|
|
|
+ class: measurement
|
|
|
+ - entity: sensor
|
|
|
+ name: Compressor runtime
|
|
|
+ class: duration
|
|
|
+ category: diagnostic
|
|
|
+ dps:
|
|
|
+ - id: 118
|
|
|
+ type: integer
|
|
|
+ name: sensor
|
|
|
+ unit: h
|
|
|
+ class: total_increasing
|
|
|
+ - entity: sensor
|
|
|
+ name: Unit runtime
|
|
|
+ class: duration
|
|
|
+ category: diagnostic
|
|
|
+ dps:
|
|
|
+ - id: 119
|
|
|
+ type: integer
|
|
|
+ name: sensor
|
|
|
+ unit: h
|
|
|
+ class: total_increasing
|