Skip to content

Commit

Permalink
Add setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sfeilmeier committed Jun 21, 2017
1 parent 0527851 commit 9d4566e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion template/FeneconPro.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
{
"class": "io.openems.impl.persistence.influxdb.InfluxdbPersistence",
"ip": "127.0.0.1",
"fems":
"fems": 'X'
},
{
"class": "io.openems.impl.persistence.fenecon.FeneconPersistence",
Expand Down
2 changes: 2 additions & 0 deletions template/Simulator.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"class": "io.openems.impl.device.simulator.Simulator",
"gridMeter": {
"id": "meter0",
"type": "grid",
"minActivePower": -15000,
"reactivePowerConsumption": 300,
"esss": [
Expand All @@ -33,6 +34,7 @@
},
"productionMeter": {
"id": "meter1",
"type": "production",
"ActivePower": 5000,
"voltage": 230000,
"frequency": 50000,
Expand Down

0 comments on commit 9d4566e

Please sign in to comment.