Sunrise Sunset Offset in the flow/condition

Is there a way to work around the limits of Sunrise and Sunset in the “CONDITION”? I need a way to have an offset of various times. Putting the offset in the trigger won’t do what I need. The trigger is a switch changing to OFF, and the condition is 40 minutes after Sunrise “OR” 40 minutes before Sunset giving me a large window.

You could have a separate rule triggered with your sunset and sunrise offsets and use that to set a boolean variable true or false then use that variable as a condition in your other rules

1 Like

Thanks Chris,

That work around might get me there. Its more moving parts and I’m a believer in simpler is better, but it might be the only way to get close to the offsets I used in WebCoRE.

That worked as intended!