Simple request: At sunset, I’d like to be alerted that a door has been left open. The " Open for X Minutes" app does not quite fulfill the bill.
People have suggested “Rule Machine,” but that no longer exists, I’m told.
Suggestions please.
define device sensors_open = Front Door and Kitchen Slider; end define; execute
if Routine executes Good Night! <— (or sunset occurs, in your case)
and
Any of a_sensor, b_sensor, or c_sensor’s contact is open save matching devices to {sensors_open}
then
Send PUSH notification “{sensors_open} open!” and store in Messages;