Skip to content

Commit

Permalink
fix: names for /Dc/Charger/Power, /Dc/Pv/Current, /Dc/Pv/Power
Browse files Browse the repository at this point in the history
  • Loading branch information
sbender9 authored and dirkjanfaber committed Sep 10, 2021
1 parent 068ca2e commit 7f03a8c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions scripts/missingpaths.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,20 @@
"dataType": "integer"
},
"/Dc/Charger/Power": {
"description": "Name for /Dc/Charger/Power",
"description": "AC-Chargers - power",
"dbusPath": "/Dc/Charger/Power",
"dataType": "integer",
"unit": "W"
},
"/Dc/Pv/Current": {
"description": "Name for /Dc/Pv/Current",
"description": "MPPTs - current",
"dbusPath": "/Dc/Pv/Current",
"dataType": "float",
"unit": "A"
},
"/Dc/Pv/Power": {
"description": "MPPTs - power"
},
"/Buzzer/State": {
"description": "Buzzer State",
"dbusPath": "/Buzzer/State",
Expand Down
6 changes: 3 additions & 3 deletions src/services/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -1670,17 +1670,17 @@
{
"path": "/Dc/Charger/Power",
"type": "integer",
"name": "Name for /Dc/Charger/Power (W)"
"name": "AC-Chargers - power (W)"
},
{
"path": "/Dc/Pv/Power",
"type": "float",
"name": "PV - DC-coupled (W)"
"name": "MPPTs - power (W)"
},
{
"path": "/Dc/Pv/Current",
"type": "float",
"name": "Name for /Dc/Pv/Current (A)"
"name": "MPPTs - current (A)"
},
{
"path": "/Dc/System/Power",
Expand Down

0 comments on commit 7f03a8c

Please sign in to comment.