Replace timer setting widget (blynk 1.0) with automations (blynk 2.0)

This isn’t needed when you are using the time input widget instead of automations.

As with the old time input widget, the reinstated one in Blynk 2.0 sends an array of values. This is what these values look like in Node-Red (the easiest way for me to view them)…

image

These represent:

  • [0] The start time (in seconds after midnight), 25620 = 07:07 hrs
  • [1] The end time (as above) 39780 = 11:02 hrs
  • [2] The timezone
  • [3] The days of the week that are selected (Mon, Wed, Fri & Sun)
  • [4] The timezone offset in minutes from GMT (+ 1 hour in this case, as British Summer Time was selected)

Pete.