Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
E
ems_collector
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ZZH
ems_collector
Commits
1446db46
Commit
1446db46
authored
Apr 30, 2026
by
ZZH
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix pv inverter fields 2026-4-30 16:39
parent
6e6e8a21
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
helper.py
src/ems_water_grp/helper.py
+3
-3
No files found.
src/ems_water_grp/helper.py
View file @
1446db46
...
...
@@ -48,9 +48,9 @@ FIELD_MAP = {
"Pdc"
:
"pttl_dc"
,
# 总直流功率 -> 输入功率
# ================= 交流侧 (AC) 电压、电流 =================
"Uab"
:
"uab"
,
# A-B线电压
"Ubc"
:
"ubc"
,
# B-C线电压
"Uca"
:
"uca"
,
# C-A线电压
#
"Uab": "uab", # A-B线电压
#
"Ubc": "ubc", # B-C线电压
#
"Uca": "uca", # C-A线电压
"Ua"
:
"ua"
,
# A相电压
"Ub"
:
"ub"
,
# B相电压
"Uc"
:
"uc"
,
# C相电压
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment