node-red-contrib-power-saver
Version:
A module for Node-RED that you can use to turn on and off a switch based on power prices
28 lines (27 loc) • 970 B
JSON
{
"schedule": [
{ "time": "2021-10-11T00:00:00.000+02:00", "value": false, "countHours": 1 },
{ "time": "2021-10-11T01:00:00.000+02:00", "value": true, "countHours": 5 },
{ "time": "2021-10-11T06:00:00.000+02:00", "value": false, "countHours": 18 },
{ "time": "2021-10-12T00:00:00.000+02:00", "value": true, "countHours": 5 },
{ "time": "2021-10-12T05:00:00.000+02:00", "value": false, "countHours": 19 },
{ "time": "2021-10-13T00:00:00.000+02:00", "value": true, "countHours": null }
],
"config": {
"hasChanged": false,
"contextStorage": "default",
"doNotSplit": true,
"fromTime": "00",
"hoursOn": 5,
"maxPrice": null,
"outputIfNoSchedule": true,
"outputOutsidePeriod": false,
"outputValueForOff": false,
"outputValueForOfftype": "bool",
"outputValueForOn": true,
"outputValueForOntype": "bool",
"override": "auto",
"sendCurrentValueWhenRescheduling": true,
"toTime": "00"
}
}