|
|
@@ -1,4 +1,8 @@
|
|
|
name: Pool heat pump
|
|
|
+products:
|
|
|
+ - id: gpzittzfnzhduquz
|
|
|
+ manufacturer: Aquark
|
|
|
+ model: Mr Silence 90
|
|
|
entities:
|
|
|
- entity: climate
|
|
|
translation_only_key: pool_heatpump
|
|
|
@@ -46,28 +50,32 @@ entities:
|
|
|
value: comfort
|
|
|
- dps_val: boost
|
|
|
value: boost
|
|
|
+ available: has_boost
|
|
|
- id: 6
|
|
|
name: temperature_unit
|
|
|
type: string
|
|
|
mapping:
|
|
|
- dps_val: f
|
|
|
value: F
|
|
|
- - dps_val: c
|
|
|
- value: C
|
|
|
+ - value: C
|
|
|
- id: 21
|
|
|
type: integer
|
|
|
name: max_temperature
|
|
|
- id: 22
|
|
|
type: integer
|
|
|
name: min_temperature
|
|
|
- - id: 102
|
|
|
+ - id: 16
|
|
|
name: current_temperature
|
|
|
type: integer
|
|
|
- - id: 101
|
|
|
- name: unknown_101
|
|
|
+ optional: true
|
|
|
+ mapping:
|
|
|
+ - dps_val: null
|
|
|
+ value_redirect: inflow_temperature
|
|
|
+ - id: 102
|
|
|
+ name: inflow_temperature
|
|
|
type: integer
|
|
|
- id: 107
|
|
|
- name: unknown_107
|
|
|
+ name: has_boost
|
|
|
type: boolean
|
|
|
- entity: binary_sensor
|
|
|
class: problem
|
|
|
@@ -78,11 +86,18 @@ entities:
|
|
|
name: sensor
|
|
|
mapping:
|
|
|
- dps_val: 0
|
|
|
- value: false
|
|
|
+ value: true
|
|
|
+ constraint: fault_code_2
|
|
|
+ conditions:
|
|
|
+ - dps_val: 0
|
|
|
+ value: false
|
|
|
- value: true
|
|
|
- id: 15
|
|
|
type: bitfield
|
|
|
name: fault_code
|
|
|
+ - id: 101
|
|
|
+ type: bitfield
|
|
|
+ name: fault_code_2
|
|
|
- entity: sensor
|
|
|
category: diagnostic
|
|
|
name: Power level
|
|
|
@@ -209,3 +224,19 @@ entities:
|
|
|
- id: 106
|
|
|
name: sensor
|
|
|
type: integer
|
|
|
+ - entity: lock
|
|
|
+ translation_key: child_lock
|
|
|
+ category: config
|
|
|
+ hidden: unavailable
|
|
|
+ dps:
|
|
|
+ - id: 3
|
|
|
+ type: boolean
|
|
|
+ optional: true
|
|
|
+ name: lock
|
|
|
+ - id: 3
|
|
|
+ type: boolean
|
|
|
+ optional: true
|
|
|
+ mapping:
|
|
|
+ - dps_val: null
|
|
|
+ value: false
|
|
|
+ - value: true
|