Cron Plus Node Date Sequence

I'm attempting to use the Cron Plus node.

It states you can use date time sequences but I cannot get them to work.
Date or Date Sequence Format...
When you wish to use a fixed date or sequence of dates, the expression can be a string date, comma separated list of dates, an array of dates (The array can contain a mix of string, date objects and timestamps). When specifying a string date, you can use timezone e.g. "2020-01-01 00:00 GMT+2". You can even mix time zones e.g. "2020-01-01 00:00 GMT+2, 2020-01-01 00:00 GMT-7"

I send a payload of say 2020-11-22 01:30 but nothing happens. Am I missing something?

The doucmentation states to send a pyload like this. I've done this using a inject and also tried using a change node but no success.

{
   "command": "add",
   "name": "alarm1",
   "topic": "date",
   "expression": "2020-7-30 01"30",
   "expressionType": "dates",
   "payloadType": null,
   "payload": null,
   "limit": null
}
[{"id":"c56437dc.020958","type":"inject","z":"5f1c914a.b2f9a","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":"","topic":"","payload":"{\"command\":\"add\",\"name\":\"alarm1\",\"topic\":\"date\",\"expression\":\"2020-7-30 01:30\",\"expressionType\":\"dates\",\"payloadType\":null,\"payload\":null,\"limit\":null}","payloadType":"json","x":170,"y":100,"wires":[["d86eb5c4.452458"]]}]

I figured this out. It places them under dynamic schedules which I did not know.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.