Skip to content

Commit

Permalink
add and update supported chargers
Browse files Browse the repository at this point in the history
  • Loading branch information
ev-adias committed Jan 30, 2025
1 parent 8f2bae6 commit 6581872
Show file tree
Hide file tree
Showing 10 changed files with 101 additions and 133 deletions.
12 changes: 12 additions & 0 deletions docker/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@
{
"file": "ezra.station-template.json",
"numberOfStations": 1
},
{
"file": "rosa.station-template.json",
"numberOfStations": 1
},
{
"file": "howard.station-template.json",
"numberOfStations": 1
},
{
"file": "c6eu.station-template.json",
"numberOfStations": 1
}
]
}
2 changes: 1 addition & 1 deletion src/assets/station-templates/c6eu.station-template.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"baseName": "SIMULATOR-ROSA-0x89",
"baseName": "SIMULATOR-C6EU",
"fixedName": true,
"chargePointModel": "C6EU",
"chargePointVendor": "XCHARGE",
Expand Down
25 changes: 22 additions & 3 deletions src/assets/station-templates/elaine.station-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"idTagsFile": "authorization-tags.json",
"baseName": "SIMULATOR-ELAINE",
"fixedName": true,
"chargePointModel": "DWWx301",
"chargePointVendor": "Zerovatech",
"power": 30000,
Expand Down Expand Up @@ -62,8 +62,27 @@
"1": {
"MeterValues": [
{
"unit": "Wh",
"context": "Sample.Periodic"
"unit": "Percent",
"context": "Sample.Periodic",
"measurand": "SoC",
"location": "EV"
},
{
"unit": "V",
"context": "Sample.Periodic",
"measurand": "Voltage"
},
{
"unit": "W",
"measurand": "Power.Active.Import"
},
{
"unit": "A",
"context": "Sample.Periodic",
"measurand": "Current.Import"
},
{
"unit": "Wh"
}
]
}
Expand Down
7 changes: 0 additions & 7 deletions src/assets/station-templates/ezra.station-template.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"idTagsFile": "idtags.json",
"baseName": "SIMULATOR-EZRA",
"fixedName": true,
"chargePointModel": "AWLU770001T2P1",
Expand Down Expand Up @@ -68,12 +67,6 @@
"0": {},
"1": {
"MeterValues": [
{
"unit": "Percent",
"context": "Sample.Periodic",
"measurand": "SoC",
"location": "EV"
},
{
"unit": "V",
"context": "Sample.Periodic",
Expand Down
25 changes: 20 additions & 5 deletions src/assets/station-templates/howard.station-template.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"idTagsFile": "authorization-tags.json",
"baseName": "SIMULATOR-HOWARD",
"chargePointModel": "CCS-E90A",
"chargePointVendor": "Zerovatech",
"fixedName": true,
"chargePointModel": "CC",
"chargePointVendor": "IoTecha",
"firmwareVersionPattern": ".*",
"firmwareVersion": "Mo-MBS-v2.2.4-MYD-0-g39b66b4e",
"power": 19200,
"powerUnit": "W",
"powerSharedByConnectors": true,
Expand Down Expand Up @@ -62,8 +64,21 @@
"1": {
"MeterValues": [
{
"unit": "Wh",
"context": "Sample.Periodic"
"unit": "V",
"context": "Sample.Periodic",
"measurand": "Voltage"
},
{
"unit": "W",
"measurand": "Power.Active.Import"
},
{
"unit": "A",
"context": "Sample.Periodic",
"measurand": "Current.Import"
},
{
"unit": "Wh"
}
]
}
Expand Down
96 changes: 0 additions & 96 deletions src/assets/station-templates/iotecha.station-template.json

This file was deleted.

8 changes: 1 addition & 7 deletions src/assets/station-templates/joint.station-template.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"baseName": "SIMULATOR-ROSA-0x90",
"baseName": "SIMULATOR-JOINT",
"fixedName": true,
"chargePointModel": "EVM002/80A",
"chargePointVendor": "Joint",
Expand Down Expand Up @@ -67,12 +67,6 @@
"0": {},
"1": {
"MeterValues": [
{
"unit": "Percent",
"context": "Sample.Periodic",
"measurand": "SoC",
"location": "EV"
},
{
"unit": "V",
"context": "Sample.Periodic",
Expand Down
48 changes: 43 additions & 5 deletions src/assets/station-templates/larry.station-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"idTagsFile": "authorization-tags.json",
"baseName": "SIMULATOR-LARRY",
"fixedName": true,
"chargePointModel": "DSWx601",
"chargePointVendor": "Zerovatech",
"power": 60000,
Expand Down Expand Up @@ -62,16 +62,54 @@
"1": {
"MeterValues": [
{
"unit": "Wh",
"context": "Sample.Periodic"
"unit": "Percent",
"context": "Sample.Periodic",
"measurand": "SoC",
"location": "EV"
},
{
"unit": "V",
"context": "Sample.Periodic",
"measurand": "Voltage"
},
{
"unit": "W",
"measurand": "Power.Active.Import"
},
{
"unit": "A",
"context": "Sample.Periodic",
"measurand": "Current.Import"
},
{
"unit": "Wh"
}
]
},
"2": {
"MeterValues": [
{
"unit": "Wh",
"context": "Sample.Periodic"
"unit": "Percent",
"context": "Sample.Periodic",
"measurand": "SoC",
"location": "EV"
},
{
"unit": "V",
"context": "Sample.Periodic",
"measurand": "Voltage"
},
{
"unit": "W",
"measurand": "Power.Active.Import"
},
{
"unit": "A",
"context": "Sample.Periodic",
"measurand": "Current.Import"
},
{
"unit": "Wh"
}
]
}
Expand Down
3 changes: 1 addition & 2 deletions src/assets/station-templates/loyd.station-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"idTagsFile": "idtags.json",
"baseName": "2f03",
"baseName": "SIMULATOR-LOYD",
"fixedName": true,
"chargePointModel": "DSWU601U0UD2N7",
"chargePointVendor": "Zerova",
Expand Down
8 changes: 1 addition & 7 deletions src/assets/station-templates/rosa.station-template.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"baseName": "SIMULATOR-ROSA-0x87",
"baseName": "SIMULATOR-ROSA",
"fixedName": true,
"chargePointModel": "AXLU111001D1P1",
"chargePointVendor": "Zerova",
Expand Down Expand Up @@ -67,12 +67,6 @@
"0": {},
"1": {
"MeterValues": [
{
"unit": "Percent",
"context": "Sample.Periodic",
"measurand": "SoC",
"location": "EV"
},
{
"unit": "V",
"context": "Sample.Periodic",
Expand Down

0 comments on commit 6581872

Please sign in to comment.