Hallo together,
I've installed node red on my synology diskstation, it's running in docker, version is 1.2.3. One of my first things I tried is to use the BigTimer node - and what can I say: it's not working as expected
That's my "test scenario". It's only the BigTimer node and a debug node connected to the "one-off message" output :
That's the export of the flow:
[
{
"id": "7ee503ab.ff13fc",
"type": "tab",
"label": "Flow 1",
"disabled": false,
"info": ""
},
{
"id": "214d5c1f.8b5c74",
"type": "bigtimer",
"z": "7ee503ab.ff13fc",
"outtopic": "",
"outpayload1": "",
"outpayload2": "",
"name": "Big Timer",
"comment": "",
"lat": 0,
"lon": 0,
"starttime": 5001,
"endtime": 1425,
"starttime2": 0,
"endtime2": 0,
"startoff": 0,
"endoff": 0,
"startoff2": 0,
"endoff2": 0,
"offs": 0,
"outtext1": "on",
"outtext2": "off",
"timeout": "1",
"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,
"day6": 0,
"month6": 0,
"day7": 0,
"month7": 0,
"day8": 0,
"month8": 0,
"day9": 0,
"month9": 0,
"day10": 0,
"month10": 0,
"day11": 0,
"month11": 0,
"day12": 0,
"month12": 0,
"d1": 0,
"w1": 0,
"d2": 0,
"w2": 0,
"d3": 0,
"w3": 0,
"d4": 0,
"w4": 0,
"d5": 0,
"w5": 0,
"d6": 0,
"w6": 0,
"xday1": 0,
"xmonth1": 0,
"xday2": 0,
"xmonth2": 0,
"xday3": 0,
"xmonth3": 0,
"xday4": 0,
"xmonth4": 0,
"xday5": 0,
"xmonth5": 0,
"xday6": 0,
"xmonth6": 0,
"xd1": 0,
"xw1": 0,
"xd2": 0,
"xw2": 0,
"xd3": 0,
"xw3": 0,
"xd4": 0,
"xw4": 0,
"xd5": 0,
"xw5": 0,
"xd6": 0,
"xw6": 0,
"suspend": false,
"random": false,
"randon1": false,
"randoff1": false,
"randon2": false,
"randoff2": false,
"repeat": true,
"atstart": true,
"odd": false,
"even": false,
"x": 170,
"y": 180,
"wires": [
[
"9ec494e2.d7d7e8"
],
[],
[]
]
},
{
"id": "9ec494e2.d7d7e8",
"type": "debug",
"z": "7ee503ab.ff13fc",
"name": "",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "true",
"targetType": "full",
"statusVal": "",
"statusType": "auto",
"x": 390,
"y": 180,
"wires": []
}
]
So when I click the "deploy" button I expected an output in the debug window because "atstart" is set to true - but nothing happens. Also there is no output as soon as the configured ontime starts. Of course I changed the time, added longditude and latitude, checked my timezone etc. But there is no action on the "one-off message" output at all. As soon as I connect the debug node to "outputs every minute", this is working.
Maybe I'm doing something wrong, but I don't know what. That's why I hope someone can help me
Thanks!
Florian