Hi Peter
I don't know what 'hello world' is trying to say but I have something like the flow below where the debug node is actually a flow controlling a temperature that I want set to 15 or 20 in the time ranges specified in the timers. The problem is that at the end of the ON time the timers output a message with a blank payload which I have to filter out. For my application I would have preferred that if the ON or OFF message is blank that no message is sent. My real application has more than two timers so I can't just use one timer.
Colin
[
{
"id": "cd2c5e56.322d48",
"type": "bigtimer",
"z": "fd0a1625.33a968",
"outtopic": "some/topic",
"outpayload1": "15",
"outpayload2": "",
"name": "Big Timer",
"lat": "51.025",
"lon": "-1.4",
"start": "sunrise",
"end": "sunset",
"starttime": "975",
"endtime": "990",
"startoff": "0",
"endoff": "0",
"offs": "0",
"outtext1": "",
"outtext2": "",
"timeout": "480",
"sun": true,
"mon": true,
"tue": true,
"wed": true,
"thu": true,
"fri": true,
"sat": true,
"jan": true,
"feb": true,
"mar": true,
"apr": true,
"may": true,
"jun": true,
"jul": true,
"aug": true,
"sep": true,
"oct": true,
"nov": true,
"dec": true,
"day1": "0",
"month1": "0",
"day2": "0",
"month2": "0",
"day3": "0",
"month3": "0",
"day4": "0",
"month4": "0",
"day5": "0",
"month5": "0",
"d1": "0",
"w1": "0",
"d2": "0",
"w2": "0",
"d3": "0",
"w3": "0",
"d4": "0",
"w4": "0",
"d5": "0",
"w5": "0",
"suspend": false,
"random": false,
"repeat": false,
"atstart": true,
"x": 229.5,
"y": 961.5,
"wires": [
[
"703b201f.acb728"
],
[],
[]
]
},
{
"id": "2dfa8342.81f554",
"type": "bigtimer",
"z": "fd0a1625.33a968",
"outtopic": "some/topic",
"outpayload1": "20",
"outpayload2": "",
"name": "Big Timer",
"lat": "51.025",
"lon": "-1.4",
"start": "sunrise",
"end": "sunset",
"starttime": "990",
"endtime": "975",
"startoff": "0",
"endoff": "0",
"offs": "0",
"outtext1": "",
"outtext2": "",
"timeout": "480",
"sun": true,
"mon": true,
"tue": true,
"wed": true,
"thu": true,
"fri": true,
"sat": true,
"jan": true,
"feb": true,
"mar": true,
"apr": true,
"may": true,
"jun": true,
"jul": true,
"aug": true,
"sep": true,
"oct": true,
"nov": true,
"dec": true,
"day1": "0",
"month1": "0",
"day2": "0",
"month2": "0",
"day3": "0",
"month3": "0",
"day4": "0",
"month4": "0",
"day5": "0",
"month5": "0",
"d1": "0",
"w1": "0",
"d2": "0",
"w2": "0",
"d3": "0",
"w3": "0",
"d4": "0",
"w4": "0",
"d5": "0",
"w5": "0",
"suspend": false,
"random": false,
"repeat": false,
"atstart": true,
"x": 227,
"y": 1039,
"wires": [
[
"703b201f.acb728"
],
[],
[]
]
},
{
"id": "703b201f.acb728",
"type": "debug",
"z": "fd0a1625.33a968",
"name": "",
"active": true,
"console": "false",
"complete": "false",
"x": 534.5,
"y": 1001,
"wires": []
}
]