forked from wlcrs/huawei_solar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
strings.json
658 lines (658 loc) · 23.7 KB
/
strings.json
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"invalid_slave_ids": "Slave IDs must be comma-separated list of ints",
"read_error": "Reading from the inverter failed.",
"slave_cannot_connect": "Failed to connect to additional slave",
"unknown": "Unexpected error"
},
"step": {
"network_login": {
"data": {
"password": "Password",
"username": "Username"
},
"description": "Please enter the Installer credentials"
},
"setup_network": {
"data": {
"enable_parameter_configuration": "Advanced: elevate permissions",
"host": "Host",
"port": "Port",
"slave_ids": "Slave IDs (Comma separated)"
}
},
"setup_serial": {
"data": {
"port": "Select device",
"slave_ids": "Slave IDs (Comma separated)"
},
"title": "Device"
},
"setup_serial_manual_path": {
"data": {
"port": "USB Device Path"
},
"title": "Path"
},
"user": {
"data": {
"type": "Connection type"
},
"title": "Select connection type"
}
}
},
"entity": {
"number": {
"storage_maximum_charge_power": {
"name": "Maximum charging power"
},
"storage_maximum_discharge_power": {
"name": "Maximum discharging power"
},
"storage_charging_cutoff_capacity": {
"name": "End-of-charge SOC"
},
"storage_discharging_cutoff_capacity": {
"name": "End-of-discharge SOC"
},
"storage_backup_power_state_of_charge": {
"name": "Backup power SOC"
},
"storage_grid_charge_cutoff_state_of_charge": {
"name": "Grid charge cutoff SOC"
},
"storage_power_of_charge_from_grid": {
"name": "Grid charge maximum power"
},
"storage_capacity_control_soc_peak_shaving": {
"name": "Peak Shaving SOC"
}
},
"sensor": {
"input_power": {
"name": "Input power"
},
"line_voltage_a_b": {
"name": "A-B line voltage"
},
"line_voltage_b_c": {
"name": "B-C line voltage"
},
"line_voltage_c_a": {
"name": "C-A line voltage"
},
"phase_a_voltage": {
"name": "Phase A voltage"
},
"phase_b_voltage": {
"name": "Phase B voltage"
},
"phase_c_voltage": {
"name": "Phase C voltage"
},
"phase_a_current": {
"name": "Phase A current"
},
"phase_b_current": {
"name": "Phase B current"
},
"phase_c_current": {
"name": "Phase C current"
},
"day_active_power_peak": {
"name": "Day active power peak"
},
"active_power": {
"name": "Active power"
},
"reactive_power": {
"name": "[%key:component::sensor::entity_component::reactive_power::name%]"
},
"power_factor": {
"name": "[%key:component::sensor::entity_component::power_factor::name%]"
},
"efficiency": {
"name": "Efficiency"
},
"internal_temperature": {
"name": "Internal temperature"
},
"device_status": {
"name": "Device status"
},
"startup_time": {
"name": "Startup time"
},
"shutdown_time": {
"name": "Shutdown time"
},
"accumulated_yield_energy": {
"name": "Total yield"
},
"daily_yield_energy": {
"name": "Daily yield"
},
"state_1": {
"name": "Inverter state"
},
"state_2_0": {
"name": "Locking status"
},
"state_2_1": {
"name": "PV connection status"
},
"state_2_2": {
"name": "DSP data collection"
},
"state_3_0": {
"name": "Off-grid status"
},
"state_3_1": {
"name": "Off-grid switch"
},
"nb_online_optimizers": {
"name": "Optimizers online"
},
"output_power": {
"name": "Output power"
},
"voltage_to_ground": {
"name": "Voltage to ground"
},
"output_voltage": {
"name": "Output voltage"
},
"output_current": {
"name": "Output current"
},
"input_voltage": {
"name": "Input voltage"
},
"input_current": {
"name": "Input current"
},
"temperature": {
"name": "[%key:component::sensor::entity_component::temperature::name%]"
},
"running_status": {
"name": "Running status"
},
"accumulated_energy_yield": {
"name": "Accumulated energy yield"
},
"alarm": {
"name": "Alarm"
},
"meter_status": {
"name": "Meter status"
},
"single_phase_meter_voltage": {
"name": "[%key:component::sensor::entity_component::voltage::name%]"
},
"single_phase_meter_current": {
"name": "[%key:component::sensor::entity_component::current::name%]"
},
"power_meter_active_power": {
"name": "Active power"
},
"power_meter_reactive_power": {
"name": "[%key:component::sensor::entity_component::reactive_power::name%]"
},
"active_grid_power_factor": {
"name": "Power factor"
},
"active_grid_frequency": {
"name": "[%key:component::sensor::entity_component::frequency::name%]"
},
"grid_exported_energy": {
"name": "Exported"
},
"grid_accumulated_energy": {
"name": "Consumption"
},
"grid_accumulated_reactive_power": {
"name": "Reactive energy"
},
"grid_a_voltage": {
"name": "Phase A voltage"
},
"grid_b_voltage": {
"name": "Phase B voltage"
},
"grid_c_voltage": {
"name": "Phase C voltage"
},
"grid_a_current": {
"name": "Phase A current"
},
"grid_b_current": {
"name": "Phase B current"
},
"grid_c_current": {
"name": "Phase C current"
},
"active_grid_a_b_voltage": {
"name": "A-B line voltage"
},
"active_grid_b_c_voltage": {
"name": "B-C line voltage"
},
"active_grid_c_a_voltage": {
"name": "C-A line voltage"
},
"active_grid_a_power": {
"name": "Phase A active power"
},
"active_grid_b_power": {
"name": "Phase B active power"
},
"active_grid_c_power": {
"name": "Phase C active power"
},
"storage_state_of_capacity": {
"name": "State of capacity"
},
"storage_running_status": {
"name": "Status"
},
"storage_bus_voltage": {
"name": "Bus voltage"
},
"storage_bus_current": {
"name": "Bus current"
},
"storage_charge_discharge_power": {
"name": "Charge/Discharge power"
},
"storage_total_charge": {
"name": "Total charge"
},
"storage_total_discharge": {
"name": "Total discharge"
},
"storage_current_day_charge_capacity": {
"name": "Day charge"
},
"storage_current_day_discharge_capacity": {
"name": "Day discharge"
},
"alarms": {
"name": "Alarms"
},
"storage_time_of_use_charging_and_discharging_periods": {
"name": "Time Of use periods"
},
"storage_capacity_control_periods": {
"name": "Capacity control periods"
},
"storage_fixed_charging_and_discharging_periods": {
"name": "Fixed charging periods"
},
"pv_01_voltage": {
"name": "PV 1 voltage"
},
"pv_01_current": {
"name": "PV 1 current"
},
"pv_02_voltage": {
"name": "PV 2 voltage"
},
"pv_02_current": {
"name": "PV 2 current"
},
"pv_03_voltage": {
"name": "PV 3 voltage"
},
"pv_03_current": {
"name": "PV 3 current"
},
"pv_04_voltage": {
"name": "PV 4 voltage"
},
"pv_04_current": {
"name": "PV 4 current"
},
"pv_05_voltage": {
"name": "PV 5 voltage"
},
"pv_05_current": {
"name": "PV 5 current"
},
"pv_06_voltage": {
"name": "PV 6 voltage"
},
"pv_06_current": {
"name": "PV 6 current"
},
"pv_07_voltage": {
"name": "PV 7 voltage"
},
"pv_07_current": {
"name": "PV 7 current"
},
"pv_08_voltage": {
"name": "PV 8 voltage"
},
"pv_08_current": {
"name": "PV 8 current"
},
"pv_09_voltage": {
"name": "PV 9 voltage"
},
"pv_09_current": {
"name": "PV 9 current"
},
"pv_10_voltage": {
"name": "PV 10 voltage"
},
"pv_10_current": {
"name": "PV 10 current"
},
"pv_11_current": {
"name": "PV 11 current"
},
"pv_12_voltage": {
"name": "PV 12 voltage"
},
"pv_12_current": {
"name": "PV 12 current"
},
"pv_13_voltage": {
"name": "PV 13 voltage"
},
"pv_13_current": {
"name": "PV 13 current"
},
"pv_14_voltage": {
"name": "PV 14 voltage"
},
"pv_14_current": {
"name": "PV 14 current"
},
"pv_15_voltage": {
"name": "PV 15 voltage"
},
"pv_15_current": {
"name": "PV 15 current"
},
"pv_16_voltage": {
"name": "PV 16 voltage"
},
"pv_16_current": {
"name": "PV 16 current"
},
"pv_17_voltage": {
"name": "PV 17 voltage"
},
"pv_17_current": {
"name": "PV 17 current"
},
"pv_18_voltage": {
"name": "PV 18 voltage"
},
"pv_18_current": {
"name": "PV 18 current"
},
"pv_19_voltage": {
"name": "PV 19 voltage"
},
"pv_19_current": {
"name": "PV 19 current"
},
"pv_20_voltage": {
"name": "PV 20 voltage"
},
"pv_20_current": {
"name": "PV 20 current"
},
"pv_21_current": {
"name": "PV 21 current"
},
"pv_22_voltage": {
"name": "PV 22 voltage"
},
"pv_22_current": {
"name": "PV 22 current"
},
"pv_23_voltage": {
"name": "PV 23 voltage"
},
"pv_23_current": {
"name": "PV 23 current"
},
"pv_24_voltage": {
"name": "PV 24 voltage"
},
"pv_24_current": {
"name": "PV 24 current"
}
},
"select": {
"storage_excess_pv_energy_use_in_tou": {
"name": "Excess PV energy use in TOU",
"state": {
"fed_to_grid": "Fed to grid",
"charge": "Charge"
}
},
"storage_capacity_control_mode": {
"name": "Capacity Control Mode",
"state": {
"disable": "Disable",
"active_capacity_control": "Active capacity control",
"apparent_power_limit": "Apparent power limit"
}
},
"storage_working_mode_settings": {
"name": "Working Mode",
"state": {
"adaptive": "Adaptive",
"fixed_charge_discharge": "Fixed charge discharge",
"maximise_self_consumption": "Maximise self consumption",
"time_of_use_lg": "Time of use",
"fully_fed_to_grid": "Fully fed to grid",
"time_of_use_luna2000": "Time of use"
}
}
},
"switch": {
"storage_charge_from_grid_function": {
"name": "Charge from grid"
},
"startup": {
"name": "Inverter ON/OFF"
}
}
},
"services": {
"forcible_charge": {
"name": "Forcible Charge",
"description": "Forcible Charge of the battery for a certain time",
"fields": {
"device_id": {
"name": "Battery",
"description": "Must be a 'Battery' device"
},
"duration": {
"name": "Duration",
"description": "Duration of the charge"
},
"power": {
"name": "Power",
"description": "Wattage used for the charge"
}
}
},
"forcible_discharge": {
"name": "Forcible Discharge",
"description": "Forcible Discharge of the battery for a certain time",
"fields": {
"device_id": {
"name": "[%key:component::huawei_solar::services::forcible_charge::fields::device_id::name%]",
"description": "[%key:component::huawei_solar::services::forcible_charge::fields::device_id::description%]"
},
"duration": {
"name": "Duration",
"description": "Duration of the discharge"
},
"power": {
"name": "Power",
"description": "Wattage used for the discharge"
}
}
},
"forcible_charge_soc": {
"name": "Forcible Charge to a SoC level",
"description": "Forcible Charge of the battery to a certain State of Charge level",
"fields": {
"device_id": {
"name": "[%key:component::huawei_solar::services::forcible_charge::fields::device_id::name%]",
"description": "[%key:component::huawei_solar::services::forcible_charge::fields::device_id::description%]"
},
"target_soc": {
"name": "Target SoC",
"description": "State of Charge that must be reached"
},
"power": {
"name": "Power",
"description": "Wattage used for the charge"
}
}
},
"forcible_discharge_soc": {
"name": "Forcible Discharge to a SoC level",
"description": "Forcible Discharge of the battery to a certain State of Charge level",
"fields": {
"device_id": {
"name": "[%key:component::huawei_solar::services::forcible_charge::fields::device_id::name%]",
"description": "[%key:component::huawei_solar::services::forcible_charge::fields::device_id::description%]"
},
"target_soc": {
"name": "[%key:component::huawei_solar::services::forcible_charge_soc::fields::target_soc::name%]",
"description": "[%key:component::huawei_solar::services::forcible_charge_soc::fields::target_soc::description%]"
},
"power": {
"name": "Power",
"description": "Wattage used for the discharge"
}
}
},
"stop_forcible_charge": {
"name": "Stop the forcible charge or discharge",
"description": "Cancel the running forcible charge command",
"fields": {
"device_id": {
"name": "[%key:component::huawei_solar::services::forcible_charge::fields::device_id::name%]",
"description": "[%key:component::huawei_solar::services::forcible_charge::fields::device_id::description%]"
}
}
},
"reset_maximum_feed_grid_power": {
"name": "Set Active Power Control to Maximum Feed Grid Power",
"description": "Set Active Power Control to the default Unlimited mode",
"fields": {
"device_id": {
"name": "Inverter",
"description": "Must be a 'Inverter' device"
}
}
},
"set_di_active_power_scheduling": {
"name": "Set Active Power Control to 'DI active scheduling'",
"description": "Set Active Power Control to 'DI active scheduling'",
"fields": {
"device_id": {
"name": "[%key:component::huawei_solar::services::reset_maximum_feed_grid_power::fields::device_id::name%]",
"description": "[%key:component::huawei_solar::services::reset_maximum_feed_grid_power::fields::device_id::description%]"
}
}
},
"set_zero_power_grid_connection": {
"name": "Set Active Power Control to 'Zero power grid connection'",
"description": "Set Active Power Control to 'Zero power grid connection'",
"fields": {
"device_id": {
"name": "[%key:component::huawei_solar::services::reset_maximum_feed_grid_power::fields::device_id::name%]",
"description": "[%key:component::huawei_solar::services::reset_maximum_feed_grid_power::fields::device_id::description%]"
}
}
},
"set_maximum_feed_grid_power": {
"name": "Limit the power fed to the grid",
"description": "Sets Active Power Control to 'Power-limited grid connection' with the given wattage",
"fields": {
"device_id": {
"name": "[%key:component::huawei_solar::services::reset_maximum_feed_grid_power::fields::device_id::name%]",
"description": "[%key:component::huawei_solar::services::reset_maximum_feed_grid_power::fields::device_id::description%]"
},
"power": {
"name": "Power",
"description": "Maximum Wattage"
}
}
},
"set_maximum_feed_grid_power_percent": {
"name": "Limit the power fed to the grid to percentage",
"description": "Sets Active Power Control to 'Power-limited grid connection (%)' with the given percentage",
"fields": {
"device_id": {
"name": "[%key:component::huawei_solar::services::reset_maximum_feed_grid_power::fields::device_id::name%]",
"description": "[%key:component::huawei_solar::services::reset_maximum_feed_grid_power::fields::device_id::description%]"
},
"power_percentage": {
"name": "Power Percentage",
"description": "Maximum Percentage"
}
}
},
"set_tou_periods": {
"name": "Set TOU Periods",
"description": "Sets Time Of Use Periods",
"fields": {
"device_id": {
"name": "[%key:component::huawei_solar::services::forcible_charge::fields::device_id::name%]",
"description": "[%key:component::huawei_solar::services::forcible_charge::fields::device_id::description%]"
},
"periods": {
"name": "Periods",
"description": "One period per line. For Huawei LUNA2000 batteries: '[start time]-[end time]/[days effective]/[charge]', with 1=Monday, 7=Sunday (example: '12:00-14:00/1234567/-'). For LG RESU batteries: '[start time]-[end time]/[electricity price]' (example: 13:00-14:00/0.50)"
}
}
},
"set_capacity_control_periods": {
"name": "Set Capacity Control Periods",
"description": "Set Capacity Control Periods",
"fields": {
"device_id": {
"name": "[%key:component::huawei_solar::services::forcible_charge::fields::device_id::name%]",
"description": "[%key:component::huawei_solar::services::forcible_charge::fields::device_id::description%]"
},
"periods": {
"name": "Periods",
"description": "One period per line. Format: '[start time]-[end time]/[days effective]/[power]W', with 1=Monday, 7=Sunday. Example: '00:00-23:59/1234567/2500W'."
}
}
},
"set_fixed_charge_periods": {
"name": "Set Fixed Charge Periods",
"description": "Sets Fixed Charge and Discharge Periods",
"fields": {
"device_id": {
"name": "[%key:component::huawei_solar::services::forcible_charge::fields::device_id::name%]",
"description": "[%key:component::huawei_solar::services::forcible_charge::fields::device_id::description%]"
},
"periods": {
"name": "Periods",
"description": "One period per line. Format: '[start time]-[end time]/[power]W'. Example: '12:00-15:59/-1000W'."
}
}
}
}
}