thingzi-logic-timers

Timer nodes for node red

MIT License

Downloads
350
Stars
7
Committers
5

Bot releases are hidden (Show)

thingzi-logic-timers - v1.4.5 Latest Release

Published by bryzix 11 months ago

Fix bug where older nodes may fail some tests when using a time value that wraps

thingzi-logic-timers - v1.4.4

Published by bryzix 12 months ago

Add the ability to reset active timers either by a particular message or a direct reset event.

thingzi-logic-timers - v1.4.3

Published by bryzix about 1 year ago

  • Can now disable/enable of activity node via message
  • Move sun event locations to bottom of node properties
thingzi-logic-timers - v.1.4.0

Published by bryzix about 1 year ago

  • Adds a new node type "activity" which can be triggered by a given message, starting an extendable timer.
  • Lat/Long display properly shown based on usage of sun events
  • Limit offsets to +/- 180
thingzi-logic-timers - v1.2.5

Published by bryzix about 2 years ago

Bug fix: start and stop times passed via message now working

thingzi-logic-timers - v1.2.4

Published by bryzix over 2 years ago

Add support to schedule node to send an event every time the schedule is enabled or disabled.

thingzi-logic-timers - v1.2.3

Published by bryzix over 2 years ago

Crash fix for schedule node when selecting certain some types

thingzi-logic-timers - v1.2.2

Published by bryzix over 2 years ago

Switch out deprecated request library for needle

thingzi-logic-timers - v1.2.1

Published by bryzix over 2 years ago

  • Fix issue with random offset causing multiple triggers
  • Fix time range checks
  • Allow offsets of 3 hours
thingzi-logic-timers - v1.2.0

Published by bryzix over 2 years ago

Improvements to the time check node including

  • Can set time to check via message topic 'nowtime' using HH:mm
  • Can set start time to check against via message topic 'starttime' using HH:mm
  • Can set end time to check against via message topic 'endtime' using HH:mm
  • Start & end times for checks can now be set to a global or context value
  • Improved error handling and messaging
  • Documentation updates
thingzi-logic-timers - v1.1.9

Published by bryzix over 2 years ago

Fix dependency on "request" library. Will be replaced in a future version.