Skip to content

Commit

Permalink
Update its_45hd_heatpump.yaml
Browse files Browse the repository at this point in the history
Updated initial file with the changes listed in #866.  Also removed Linkage sensor id=106
  • Loading branch information
nicopret1 committed Jul 26, 2023
1 parent 255a1b3 commit 85bec7f
Showing 1 changed file with 22 additions and 83 deletions.
105 changes: 22 additions & 83 deletions custom_components/tuya_local/devices/its_45hd_heatpump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ primary_entity:
- id: 20
type: integer
name: compressor_strength
- id: 26
- id: 21
type: integer
name: current_temperature
- id: 28
Expand Down Expand Up @@ -99,16 +99,6 @@ secondary_entities:
- dps_val: 0
value: false
- value: true
- entity: sensor
name: Energy today
category: diagnostic
dps:
- id: 18
type: integer
name: sensor
unit: kWh
mapping:
- scale: 100
- entity: sensor
name: Water flow
class: enum
Expand All @@ -127,6 +117,16 @@ secondary_entities:
- id: 107
type: boolean
name: valve
- entity: sensor
name: Suction temperature
class: temperature
category: diagnostic
dps:
- id: 20
type: integer
name: sensor
unit: C
class: measurement
- entity: sensor
name: Inlet temperature
class: temperature
Expand Down Expand Up @@ -158,7 +158,7 @@ secondary_entities:
unit: C
class: measurement
- entity: sensor
name: Exhaust temperature
name: Vent temperature
class: temperature
category: diagnostic
dps:
Expand All @@ -167,6 +167,16 @@ secondary_entities:
name: sensor
unit: C
class: measurement
- entity: sensor
name: Ambient temperature
class: temperature
category: diagnostic
dps:
- id: 26
type: integer
name: sensor
unit: C
class: measurement
- entity: binary_sensor
name: Compressor
class: running
Expand All @@ -184,13 +194,6 @@ secondary_entities:
- id: 29
type: boolean
name: sensor
- entity: binary_sensor
name: Chorination
category: diagnostic
dps:
- id: 30
type: boolean
name: sensor
- entity: binary_sensor
name: Water pump
class: running
Expand All @@ -217,67 +220,3 @@ secondary_entities:
type: integer
name: sensor
unit: min
- entity: sensor
name: Current
class: current
category: diagnostic
dps:
- id: 101
type: integer
name: sensor
unit: A
class: measurement
mapping:
- scale: 1000
- entity: sensor
name: Voltage
class: voltage
category: diagnostic
dps:
- id: 102
type: integer
name: sensor
unit: V
class: measurement
mapping:
- scale: 10
- entity: sensor
name: Power
class: power
category: diagnostic
dps:
- id: 103
type: integer
name: sensor
unit: W
class: measurement
mapping:
- scale: 10
- entity: sensor
name: Energy
class: energy
category: diagnostic
dps:
- id: 104
type: integer
name: sensor
unit: kWh
class: total_increasing
mapping:
- scale: 100
- entity: binary_sensor
name: Electricity monitor
class: power
category: diagnostic
dps:
- id: 105
type: boolean
name: sensor
- entity: binary_sensor
name: Linkage
class: connectivity
category: diagnostic
dps:
- id: 106
type: boolean
name: sensor

0 comments on commit 85bec7f

Please sign in to comment.