-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathservices.yaml
More file actions
105 lines (92 loc) · 2.27 KB
/
Copy pathservices.yaml
File metadata and controls
105 lines (92 loc) · 2.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
set_solidflex_powerflex_work_mode:
name: Set SolidFlex2000/PowerFlex2000 Work Mode
description: Configure operating mode and control parameters for SolidFlex2000 / PowerFlex2000 devices.
target:
device:
integration: indevolt
fields:
mode:
name: Work Mode
description: Select device work mode
required: true
selector:
select:
options:
- Self-Consumed Prioritized
- Real-Time Control
- Charge/Discharge Schedule
state:
name: Status
description: Available in Real-time control
required: false
selector:
select:
options:
- Standby
- Charging
- Discharging
power:
name: Power (W)
description: 50~2400W (Available in Real-time control)
required: false
selector:
number:
min: 50
max: 2400
step: 10
unit_of_measurement: W
soc:
name: Target SOC (%)
description: 5~100% (Available in Real-time control)
required: false
selector:
number:
min: 5
max: 100
step: 1
unit_of_measurement: "%"
set_bk1600_work_mode:
name: Set BK1600/BK1600 Ultra Work Mode
description: Configure BK1600 / BK1600 Ultra device operating mode.
target:
device:
integration: indevolt
fields:
mode:
name: Work Mode
description: Set Real-Time Control Mode
required: true
selector:
select:
options:
- Real-Time Control
state:
name: Status
description: Available in Real-time control
required: false
selector:
select:
options:
- Standby
- Charging
- Discharging
power:
name: Power (W)
description: Charging:0-1200W; Discharging:0-800W (Available in Real-time control)
required: false
selector:
number:
min: 0
max: 1200
step: 10
unit_of_measurement: W
soc:
name: Target SOC (%)
description: 5~100% (Available in Real-time control)
required: false
selector:
number:
min: 0
max: 100
step: 1
unit_of_measurement: "%"