Skip to content

Commit

Permalink
Add "outputs" to DebugLogController in templates. Remove RTC from tem…
Browse files Browse the repository at this point in the history
…plates
  • Loading branch information
sfeilmeier committed Apr 5, 2018
1 parent 2118d09 commit 3f848a6
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 15 deletions.
4 changes: 4 additions & 0 deletions edge/template/app/FEMS App AC-Insel.json
Expand Up @@ -6,6 +6,10 @@
"modbusUnitId": 1
}

{
"class": "io.openems.impl.controller.debuglog.DebugLogController",
"outputs": "output0"
}

{
"class": "io.openems.impl.controller.acisland.AcIsland",
Expand Down
7 changes: 4 additions & 3 deletions edge/template/app/FEMS App Heizstab.json
Expand Up @@ -6,9 +6,10 @@
"modbusUnitId": 1
}




{
"class": "io.openems.impl.controller.debuglog.DebugLogController",
"outputs": "output0"
}

{
"class": "io.openems.impl.controller.channelthreshold.ChannelThresholdController",
Expand Down
4 changes: 4 additions & 0 deletions edge/template/app/FEMS App SG-Ready Wärmepumpe.json
@@ -1,3 +1,7 @@
{
"class": "io.openems.impl.controller.debuglog.DebugLogController",
"outputs": "output0"
}
{
"class": "io.openems.impl.controller.channelthreshold.ChannelThresholdController",
"priority": 60,
Expand Down
15 changes: 10 additions & 5 deletions edge/template/device/KMTronicRelayRev1.json
@@ -1,7 +1,12 @@
{
"class": "io.openems.impl.device.kmtronic.KMTronicRelayRev1",
"modbusUnitId": 1,
"output": {
"id": "output0"
}
"class": "io.openems.impl.device.kmtronic.KMTronicRelayRev1",
"modbusUnitId": 1,
"output": {
"id": "output0"
}
}

{
"class": "io.openems.impl.controller.debuglog.DebugLogController",
"outputs": "output0"
}
3 changes: 1 addition & 2 deletions setup/templates/FENECON Pro 9-12.json
Expand Up @@ -64,8 +64,7 @@
"meters": [
"meter0",
"meter1"
],
"rtc": "ess0"
]
},
{
"priority": 100,
Expand Down
2 changes: 1 addition & 1 deletion setup/templates/FENECON Pro AC-Insel.json
Expand Up @@ -45,7 +45,7 @@
"class": "io.openems.impl.controller.debuglog.DebugLogController",
"esss": [ "ess0" ],
"meters": [ "meter0", "meter1" ],
"rtc": "ess0"
"outputs": "output0"
},
{
"priority": 100,
Expand Down
3 changes: 1 addition & 2 deletions setup/templates/FENECON Pro Cluster.json
Expand Up @@ -58,8 +58,7 @@
"priority": 150,
"class": "io.openems.impl.controller.debuglog.DebugLogController",
"esss": [ "ess0", "ess1" ],
"meters": [ "meter0", "meter1", "meter2" ],
"rtc": "ess0"
"meters": [ "meter0", "meter1", "meter2" ]
},
{
"priority": 100,
Expand Down
2 changes: 1 addition & 1 deletion setup/templates/FENECON Pro Heizstab.json
Expand Up @@ -45,7 +45,7 @@
"class": "io.openems.impl.controller.debuglog.DebugLogController",
"esss": [ "ess0" ],
"meters": [ "meter0", "meter1" ],
"rtc": "ess0"
"outputs": "output0"
},
{
"priority": 100,
Expand Down
2 changes: 1 addition & 1 deletion setup/templates/FENECON Pro Wärmepumpe.json
Expand Up @@ -50,7 +50,7 @@
"meter0",
"meter1"
],
"rtc": "ess0"
"outputs": "output0"
},
{
"priority": 100,
Expand Down

0 comments on commit 3f848a6

Please sign in to comment.