Light-scheduler node

Hi, I am using light-scheduler node to turn on/off my lights. It works but I get "Failed to interpret incoming msg.payload. Ignoring it!" instead True and False.

Have any idea about this problem?

Thank you

Never used it. Perhaps you might want to try node-red-contrib-cron-plus instead. You are not limited to 2 events (you can have multiple, can send whatever you wish and is capable of being fully UI or dynamically setup)

It's not as difficult as you might think.

Oh, and it also has solar times incase you want to operate lights at dusk or dawn.

1 Like

If you are looking for a bare bones solution have a look at this subflow i made a while back:

https://flows.nodered.org/flow/f6ddf18d9c0b36a5f0131189af22f928

it uses only core nodes and is quite simple. But the cron plus node by @Steve-Mcl is definitely recommended as it gives you near infinite possibilities and is very well supported :+1:t2:

2 Likes

When do you get this error? Looks like the incoming message contains things this node don't like.
Show the flow you have made.

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