|
|
@@ -3,6 +3,9 @@ products:
|
|
|
- id: tadm13agjigbdtxd
|
|
|
manufacturer: Gaqqee
|
|
|
model: KWS-302-WF
|
|
|
+ - id: bjawzodf
|
|
|
+ manufacturer: Gaqqee
|
|
|
+ model: KWS-303-WF
|
|
|
entities:
|
|
|
- entity: sensor
|
|
|
class: energy
|
|
|
@@ -70,6 +73,7 @@ entities:
|
|
|
dps:
|
|
|
- id: 104
|
|
|
type: integer
|
|
|
+ optional: true
|
|
|
name: sensor
|
|
|
unit: min
|
|
|
class: measurement
|
|
|
@@ -79,6 +83,7 @@ entities:
|
|
|
dps:
|
|
|
- id: 106
|
|
|
type: integer
|
|
|
+ optional: true
|
|
|
name: sensor
|
|
|
unit: "%"
|
|
|
class: measurement
|
|
|
@@ -97,6 +102,7 @@ entities:
|
|
|
dps:
|
|
|
- id: 108
|
|
|
type: integer
|
|
|
+ optional: true
|
|
|
name: sensor
|
|
|
unit: C
|
|
|
class: measurement
|
|
|
@@ -107,6 +113,7 @@ entities:
|
|
|
dps:
|
|
|
- id: 109
|
|
|
type: integer
|
|
|
+ optional: true
|
|
|
name: value
|
|
|
unit: V
|
|
|
range:
|
|
|
@@ -119,6 +126,7 @@ entities:
|
|
|
dps:
|
|
|
- id: 110
|
|
|
type: integer
|
|
|
+ optional: true
|
|
|
name: value
|
|
|
unit: V
|
|
|
range:
|
|
|
@@ -131,6 +139,7 @@ entities:
|
|
|
dps:
|
|
|
- id: 111
|
|
|
type: integer
|
|
|
+ optional: true
|
|
|
name: value
|
|
|
unit: A
|
|
|
range:
|
|
|
@@ -161,6 +170,7 @@ entities:
|
|
|
dps:
|
|
|
- id: 113
|
|
|
type: integer
|
|
|
+ optional: true
|
|
|
name: value
|
|
|
unit: kWh
|
|
|
range:
|
|
|
@@ -175,6 +185,7 @@ entities:
|
|
|
dps:
|
|
|
- id: 114
|
|
|
type: integer
|
|
|
+ optional: true
|
|
|
name: value
|
|
|
unit: kW
|
|
|
range:
|
|
|
@@ -189,6 +200,7 @@ entities:
|
|
|
dps:
|
|
|
- id: 115
|
|
|
type: integer
|
|
|
+ optional: true
|
|
|
name: value
|
|
|
unit: C
|
|
|
range:
|
|
|
@@ -211,6 +223,7 @@ entities:
|
|
|
dps:
|
|
|
- id: 119
|
|
|
type: integer
|
|
|
+ optional: true
|
|
|
name: value
|
|
|
unit: min
|
|
|
range:
|
|
|
@@ -248,3 +261,79 @@ entities:
|
|
|
type: boolean
|
|
|
name: switch
|
|
|
optional: true
|
|
|
+ - entity: binary_sensor
|
|
|
+ class: problem
|
|
|
+ category: diagnostic
|
|
|
+ hidden: unavailable
|
|
|
+ dps:
|
|
|
+ - id: 10
|
|
|
+ type: bitfield
|
|
|
+ optional: true
|
|
|
+ name: sensor
|
|
|
+ mapping:
|
|
|
+ - dps_val: 0
|
|
|
+ value: false
|
|
|
+ - dps_val: null
|
|
|
+ value: false
|
|
|
+ - value: true
|
|
|
+ - id: 10
|
|
|
+ type: bitfield
|
|
|
+ optional: true
|
|
|
+ name: fault_code
|
|
|
+ - id: 10
|
|
|
+ type: bitfield
|
|
|
+ optional: true
|
|
|
+ name: available
|
|
|
+ mapping:
|
|
|
+ - dps_val: null
|
|
|
+ value: false
|
|
|
+ - value: true
|
|
|
+ - entity: select
|
|
|
+ name: Screen orientation
|
|
|
+ icon: "mdi:screen-rotation"
|
|
|
+ category: config
|
|
|
+ hidden: unavailable
|
|
|
+ dps:
|
|
|
+ - id: 124
|
|
|
+ type: boolean
|
|
|
+ optional: true
|
|
|
+ name: option
|
|
|
+ mapping:
|
|
|
+ - dps_val: false
|
|
|
+ value: Normal
|
|
|
+ - dps_val: true
|
|
|
+ value: Inverted
|
|
|
+ - value: Normal
|
|
|
+ hidden: true
|
|
|
+ - id: 10
|
|
|
+ type: bitfield
|
|
|
+ optional: true
|
|
|
+ name: available
|
|
|
+ mapping:
|
|
|
+ - dps_val: null
|
|
|
+ value: false
|
|
|
+ - value: true
|
|
|
+ - entity: select
|
|
|
+ translation_key: initial_state
|
|
|
+ category: config
|
|
|
+ hidden: unavailable
|
|
|
+ dps:
|
|
|
+ - id: 125
|
|
|
+ type: string
|
|
|
+ optional: true
|
|
|
+ name: option
|
|
|
+ mapping:
|
|
|
+ - dps_val: "off"
|
|
|
+ value: "off"
|
|
|
+ - dps_val: "on"
|
|
|
+ value: "on"
|
|
|
+ - dps_val: memory
|
|
|
+ value: memory
|
|
|
+ - id: 10
|
|
|
+ type: bitfield
|
|
|
+ optional: true
|
|
|
+ name: available
|
|
|
+ mapping:
|
|
|
+ - dps_val: null
|
|
|
+ value: false
|
|
|
+ - value: true
|