jensrossbach / node-red-contrib-chronos

Time-based Node-RED scheduling, repeating, queueing, routing, filtering and manipulating nodes
https://jensrossbach.github.io/node-red-contrib-chronos
MIT License
28 stars 1 forks source link

Scheduler Invalid configuration #192

Closed JohnnyPicnic closed 2 months ago

JohnnyPicnic commented 2 months ago

Describe the bug Scheduler node always showing invalid configuration. Screenshot of my setup below.

Screenshots 2024-08-06_8-39-40

Context information Please complete the following information.

Additional information Add any other information about the problem here.

jensrossbach commented 2 months ago

Hi, can you hover with the mouse pointer over the little red triangle and tell me, what is written in the tooltip?

JohnnyPicnic commented 2 months ago

I did not know that there was some information hidden there. image

jensrossbach commented 2 months ago

Seems that the function RED.utils.validateTypedProperty, which the chronos nodes are using since 1.25.5 to validate configured properties, has been added in Node-RED 3.1.1 earliest (and therefore it's not working for you as you use version 3.0.2). I need to investigate how to circumvent this (probably check if the function is available).

JohnnyPicnic commented 2 months ago

Ok thanks, I should probably update to 4.0 anyways.