|
|
@@ -1,69 +1,156 @@
|
|
|
-name: Heat pump Adlår Castra / SolarEast
|
|
|
+name: Heat pump
|
|
|
products:
|
|
|
- id: g9m7honkxjweukvt
|
|
|
- manufacturer: SolarEast
|
|
|
+ manufacturer: SolarEast/Adlår Castra
|
|
|
model: Aurora II
|
|
|
- name: Adlår Castra Aurora II 6kWh
|
|
|
entities:
|
|
|
- - entity: switch
|
|
|
- translation_key: switch_x
|
|
|
- translation_placeholders:
|
|
|
- x: ""
|
|
|
- class: switch
|
|
|
- category: config
|
|
|
+ - entity: water_heater
|
|
|
+ translation_key: water_air
|
|
|
dps:
|
|
|
- id: 1
|
|
|
name: switch
|
|
|
type: boolean
|
|
|
+ mapping:
|
|
|
+ - dps_val: false
|
|
|
+ value: "off"
|
|
|
+ - dps_val: true
|
|
|
+ value: heat_pump
|
|
|
+ - id: 38
|
|
|
+ name: current_temperature
|
|
|
+ type: integer
|
|
|
+ - id: 101
|
|
|
+ name: temperature
|
|
|
+ type: integer
|
|
|
+ unit: "C"
|
|
|
+ range:
|
|
|
+ min: 10
|
|
|
+ max: 75
|
|
|
- entity: select
|
|
|
- name: mode
|
|
|
+ translation_key: heat_pump_mode
|
|
|
category: config
|
|
|
dps:
|
|
|
- id: 2
|
|
|
name: option
|
|
|
type: string
|
|
|
mapping:
|
|
|
- - dps_val: "cold"
|
|
|
- value: "cold"
|
|
|
- - dps_val: "heating"
|
|
|
- value: "heating"
|
|
|
- - dps_val: "floor_heating"
|
|
|
- value: "floor_heating"
|
|
|
- - dps_val: "hot_water"
|
|
|
- value: "hot_water"
|
|
|
- - dps_val: "cold_and_hotwater"
|
|
|
- value: "cold_and_hotwater"
|
|
|
- - dps_val: "heating_and_hot_water"
|
|
|
- value: "heating_and_hot_water"
|
|
|
- - dps_val: "floor_heating_and_hot_water"
|
|
|
- value: "floor_heating_and_hot_water"
|
|
|
- - entity: number
|
|
|
- name: temp_set
|
|
|
- category: config
|
|
|
+ - dps_val: cold
|
|
|
+ value: cool
|
|
|
+ - dps_val: heating
|
|
|
+ value: heat
|
|
|
+ - dps_val: floor_heating
|
|
|
+ value: floor_heat
|
|
|
+ - dps_val: hot_water
|
|
|
+ value: hotwater
|
|
|
+ - dps_val: cold_and_hot_water
|
|
|
+ value: hotwater_cool
|
|
|
+ - dps_val: heating_and_hot_water
|
|
|
+ value: hotwater_heat
|
|
|
+ - dps_val: floor_heating_and_hot_water
|
|
|
+ value: hotwater_floor_heat
|
|
|
+ - entity: climate
|
|
|
dps:
|
|
|
+ - id: 1
|
|
|
+ type: boolean
|
|
|
+ name: hvac_mode
|
|
|
+ mapping:
|
|
|
+ - dps_val: false
|
|
|
+ value: "off"
|
|
|
+ available: wth_off
|
|
|
+ - dps_val: true
|
|
|
+ constraint: work_mode
|
|
|
+ conditions:
|
|
|
+ - dps_val: cold
|
|
|
+ value: cool
|
|
|
+ available: wth_off
|
|
|
+ # Since there are both heating and floor_heating, model
|
|
|
+ # the air heating as dry, and floor_heating as heat
|
|
|
+ - dps_val: heating
|
|
|
+ value: dry
|
|
|
+ available: wth_off
|
|
|
+ - dps_val: floor_heating
|
|
|
+ value: heat
|
|
|
+ available: wth_off
|
|
|
+ - dps_val: hot_water
|
|
|
+ value: "off"
|
|
|
+ available: wth_on
|
|
|
+ - dps_val: cold_and_hot_water
|
|
|
+ value: cool
|
|
|
+ available: wth_on
|
|
|
+ - dps_val: heating_and_hot_water
|
|
|
+ value: dry
|
|
|
+ available: wth_on
|
|
|
+ - dps_val: floor_heating_and_hot_water
|
|
|
+ value: heat
|
|
|
+ available: wth_on
|
|
|
+ - id: 2
|
|
|
+ type: string
|
|
|
+ name: work_mode
|
|
|
+ hidden: true
|
|
|
+ - id: 2
|
|
|
+ type: string
|
|
|
+ name: wth_off
|
|
|
+ mapping:
|
|
|
+ - dps_val: hot_water
|
|
|
+ value: false
|
|
|
+ - dps_val: cold_and_hot_water
|
|
|
+ value: false
|
|
|
+ - dps_val: heating_and_hot_water
|
|
|
+ value: false
|
|
|
+ - dps_val: floor_heating_and_hot_water
|
|
|
+ value: false
|
|
|
+ - value: true
|
|
|
+ - id: 2
|
|
|
+ type: string
|
|
|
+ name: wth_on
|
|
|
+ mapping:
|
|
|
+ - dps_val: hot_water
|
|
|
+ value: true
|
|
|
+ - dps_val: cold_and_hot_water
|
|
|
+ value: true
|
|
|
+ - dps_val: heating_and_hot_water
|
|
|
+ value: true
|
|
|
+ - dps_val: floor_heating_and_hot_water
|
|
|
+ value: true
|
|
|
+ - value: false
|
|
|
- id: 4
|
|
|
- name: value
|
|
|
+ name: temperature
|
|
|
type: integer
|
|
|
- unit: "C"
|
|
|
+ unit: C
|
|
|
range:
|
|
|
min: 5
|
|
|
max: 75
|
|
|
- - entity: select
|
|
|
- name: working_mode
|
|
|
- category: config
|
|
|
- dps:
|
|
|
- id: 5
|
|
|
- name: option
|
|
|
+ name: preset_mode
|
|
|
type: string
|
|
|
mapping:
|
|
|
- - dps_val: "ECO"
|
|
|
- value: "ECO"
|
|
|
- - dps_val: "Normal"
|
|
|
- value: "Normal"
|
|
|
+ - dps_val: ECO
|
|
|
+ value: eco
|
|
|
+ - dps_val: Normal
|
|
|
+ value: normal
|
|
|
- dps_val: "Boost"
|
|
|
- value: "Boost"
|
|
|
+ value: boost
|
|
|
+ # Inlet temperature used here, as ambient is often the outdoor unit
|
|
|
+ # I don't see an indoor_temp, but if ambient is, then it may be more
|
|
|
+ # suitable to use here
|
|
|
+ - id: 21
|
|
|
+ name: temperature
|
|
|
+ type: integer
|
|
|
+ - id: 27
|
|
|
+ name: hvac_action
|
|
|
+ type: boolean
|
|
|
+ mapping:
|
|
|
+ - dps_val: false
|
|
|
+ value: idle
|
|
|
+ - dps_val: true
|
|
|
+ value: heating
|
|
|
+ constraint: work_mode
|
|
|
+ conditions:
|
|
|
+ - dps_val: [cold, cold_and_hot_water]
|
|
|
+ value: cooling
|
|
|
+ - dps_val: hotwater
|
|
|
+ value: "off"
|
|
|
- entity: select
|
|
|
- name: hot_water_curve_set
|
|
|
+ name: Hot water curve
|
|
|
category: config
|
|
|
hidden: true
|
|
|
dps:
|
|
|
@@ -82,7 +169,7 @@ entities:
|
|
|
- dps_val: "H4"
|
|
|
value: "H4"
|
|
|
- entity: select
|
|
|
- name: heat_curve_set
|
|
|
+ name: Heat curve
|
|
|
category: config
|
|
|
dps:
|
|
|
- id: 13
|
|
|
@@ -124,19 +211,9 @@ entities:
|
|
|
- dps_val: "L8"
|
|
|
value: "L8"
|
|
|
- entity: sensor
|
|
|
- name: today_power_used
|
|
|
- class: energy
|
|
|
- dps:
|
|
|
- - id: 18
|
|
|
- name: sensor
|
|
|
- type: integer
|
|
|
- unit: kWh
|
|
|
- class: total_increasing
|
|
|
- mapping:
|
|
|
- - scale: 100
|
|
|
- - entity: sensor
|
|
|
- name: compressor_frequency
|
|
|
+ name: Compressor frequency
|
|
|
category: diagnostic
|
|
|
+ class: frequency
|
|
|
hidden: true
|
|
|
dps:
|
|
|
- id: 20
|
|
|
@@ -144,7 +221,8 @@ entities:
|
|
|
type: integer
|
|
|
unit: Hz
|
|
|
- entity: sensor
|
|
|
- name: inlet_temp
|
|
|
+ name: Inlet temperature
|
|
|
+ category: diagnostic
|
|
|
class: temperature
|
|
|
dps:
|
|
|
- id: 21
|
|
|
@@ -153,7 +231,8 @@ entities:
|
|
|
unit: "C"
|
|
|
class: measurement
|
|
|
- entity: sensor
|
|
|
- name: outlet_temp
|
|
|
+ name: Outlet temperature
|
|
|
+ category: diagnostic
|
|
|
class: temperature
|
|
|
dps:
|
|
|
- id: 22
|
|
|
@@ -162,7 +241,7 @@ entities:
|
|
|
unit: "C"
|
|
|
class: measurement
|
|
|
- entity: sensor
|
|
|
- name: coiler_temp
|
|
|
+ name: Coil temperature
|
|
|
category: diagnostic
|
|
|
class: temperature
|
|
|
dps:
|
|
|
@@ -172,7 +251,7 @@ entities:
|
|
|
unit: "C"
|
|
|
class: measurement
|
|
|
- entity: sensor
|
|
|
- name: discharge_temp
|
|
|
+ name: Discharge temperature
|
|
|
category: diagnostic
|
|
|
class: temperature
|
|
|
dps:
|
|
|
@@ -182,7 +261,7 @@ entities:
|
|
|
unit: "C"
|
|
|
class: measurement
|
|
|
- entity: sensor
|
|
|
- name: ambient_temp
|
|
|
+ name: Ambient temperature
|
|
|
class: temperature
|
|
|
dps:
|
|
|
- id: 26
|
|
|
@@ -191,28 +270,21 @@ entities:
|
|
|
unit: "C"
|
|
|
class: measurement
|
|
|
- entity: binary_sensor
|
|
|
- name: compressor_state
|
|
|
- category: diagnostic
|
|
|
- dps:
|
|
|
- - id: 27
|
|
|
- name: sensor
|
|
|
- type: boolean
|
|
|
- - entity: binary_sensor
|
|
|
- name: backwater_state
|
|
|
+ name: Backflow
|
|
|
+ class: problem
|
|
|
category: diagnostic
|
|
|
dps:
|
|
|
- id: 31
|
|
|
name: sensor
|
|
|
type: boolean
|
|
|
- entity: binary_sensor
|
|
|
- # name: defrost_state
|
|
|
translation_key: defrost
|
|
|
dps:
|
|
|
- id: 33
|
|
|
name: sensor
|
|
|
type: boolean
|
|
|
- entity: sensor
|
|
|
- name: high_pressure_temp
|
|
|
+ name: High pressure temperature
|
|
|
category: diagnostic
|
|
|
class: temperature
|
|
|
dps:
|
|
|
@@ -222,7 +294,7 @@ entities:
|
|
|
unit: "C"
|
|
|
class: measurement
|
|
|
- entity: sensor
|
|
|
- name: low_pressure_temp
|
|
|
+ name: Low pressure temp
|
|
|
category: diagnostic
|
|
|
class: temperature
|
|
|
dps:
|
|
|
@@ -232,7 +304,7 @@ entities:
|
|
|
unit: "C"
|
|
|
class: measurement
|
|
|
- entity: sensor
|
|
|
- name: incoiler_temp
|
|
|
+ name: Indoor coil temperature
|
|
|
category: diagnostic
|
|
|
class: temperature
|
|
|
dps:
|
|
|
@@ -242,25 +314,16 @@ entities:
|
|
|
unit: "C"
|
|
|
class: measurement
|
|
|
- entity: sensor
|
|
|
- name: tank_temp
|
|
|
- category: diagnostic
|
|
|
- class: temperature
|
|
|
- dps:
|
|
|
- - id: 38
|
|
|
- name: sensor
|
|
|
- type: integer
|
|
|
- unit: "C"
|
|
|
- class: measurement
|
|
|
- - entity: sensor
|
|
|
- name: water_flow
|
|
|
+ class: volume_flow_rate
|
|
|
dps:
|
|
|
- id: 39
|
|
|
name: sensor
|
|
|
type: integer
|
|
|
- unit: L/Min
|
|
|
+ unit: L/min
|
|
|
class: measurement
|
|
|
- entity: sensor
|
|
|
- name: fan_motor_frequency
|
|
|
+ name: Fan motor frequency
|
|
|
+ class: frequency
|
|
|
category: diagnostic
|
|
|
hidden: true
|
|
|
dps:
|
|
|
@@ -270,7 +333,7 @@ entities:
|
|
|
unit: Hz
|
|
|
class: measurement
|
|
|
- entity: sensor
|
|
|
- name: suction_temp
|
|
|
+ name: Suction temperature
|
|
|
category: diagnostic
|
|
|
class: temperature
|
|
|
dps:
|
|
|
@@ -279,19 +342,6 @@ entities:
|
|
|
type: integer
|
|
|
unit: "C"
|
|
|
class: measurement
|
|
|
- - entity: sensor
|
|
|
- name: hot_water_temp_set
|
|
|
- class: temperature
|
|
|
- hidden: true
|
|
|
- dps:
|
|
|
- - id: 101
|
|
|
- name: sensor
|
|
|
- type: integer
|
|
|
- unit: "C"
|
|
|
- range:
|
|
|
- min: 10
|
|
|
- max: 75
|
|
|
- class: measurement
|
|
|
- entity: sensor
|
|
|
class: current
|
|
|
dps:
|
|
|
@@ -323,7 +373,6 @@ entities:
|
|
|
- scale: 10
|
|
|
class: measurement
|
|
|
- entity: sensor
|
|
|
- name: total_power_used
|
|
|
class: energy
|
|
|
dps:
|
|
|
- id: 105
|
|
|
@@ -332,9 +381,15 @@ entities:
|
|
|
unit: kWh
|
|
|
mapping:
|
|
|
- scale: 100
|
|
|
- class: total
|
|
|
+ class: total_increasing
|
|
|
+ - id: 18
|
|
|
+ name: today
|
|
|
+ type: integer
|
|
|
+ unit: kWh
|
|
|
+ mapping:
|
|
|
+ - scale: 100
|
|
|
- entity: sensor
|
|
|
- name: economizer_inlet_temp
|
|
|
+ name: Economizer inlet temp
|
|
|
category: diagnostic
|
|
|
class: temperature
|
|
|
dps:
|
|
|
@@ -344,7 +399,7 @@ entities:
|
|
|
unit: "C"
|
|
|
class: measurement
|
|
|
- entity: sensor
|
|
|
- name: economy_inlet_temp
|
|
|
+ name: Economy inlet temp
|
|
|
category: diagnostic
|
|
|
class: temperature
|
|
|
dps:
|
|
|
@@ -354,7 +409,6 @@ entities:
|
|
|
unit: "C"
|
|
|
class: measurement
|
|
|
- entity: sensor
|
|
|
- # name: currentB
|
|
|
translation_key: current_x
|
|
|
translation_placeholders:
|
|
|
x: "B"
|
|
|
@@ -368,7 +422,6 @@ entities:
|
|
|
- scale: 1000
|
|
|
class: measurement
|
|
|
- entity: sensor
|
|
|
- # name: voltageB
|
|
|
translation_key: voltage_x
|
|
|
translation_placeholders:
|
|
|
x: "B"
|
|
|
@@ -383,7 +436,6 @@ entities:
|
|
|
- scale: 10
|
|
|
class: measurement
|
|
|
- entity: sensor
|
|
|
- # name: voltageC
|
|
|
translation_key: voltage_x
|
|
|
translation_placeholders:
|
|
|
x: "C"
|