Skip to content

Commit

Permalink
Add metric too
Browse files Browse the repository at this point in the history
  • Loading branch information
GJSBRT committed Apr 12, 2024
1 parent 71fad29 commit a0623fb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions metrics/luna2000.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,12 @@ var luna2000Metrics = []Metric{
"battery",
},
},
{
Namespace: "luna2000",
Name: "charge_discharge_power",
Help: "The charge discharge power",
Fields: []string{
"inverter",
},
},
}

0 comments on commit a0623fb

Please sign in to comment.