LOCALSKY

Analyze

Simulator

Move a slider, see how today’s decision would change. Same engine as the real morning run.

°F
%
mph
"
"
%
°F

Return true (or a reason string) to skip. Augment-only: a rule can add a skip, never clear a safety gate. Add it to [scripting] once it behaves.

Variables & templates

A rule is a Rhai expression. Return true to skip (the reason is the rule's name), or a non-empty string for a custom reason. Empty string or false = don't skip.

Available variables

  • temp_now_f current temp (°F)
  • humidity_now_pct current humidity (%)
  • wind_now_mph / wind_max_today_mph wind now / today's max (mph)
  • rain_today_in rain so far today (in)
  • rain_intensity_now_in_hr rain rate now (in/hr)
  • forecast_in / rain_next_4h_in forecast rain: tomorrow / next 4h (in)
  • rain_tomorrow_prob_pct tomorrow's rain chance (%)
  • temp_min_24h_f / temp_max_3day_f temp extremes (°F)
  • days_since_significant_rain dry-spell length (days)

Templates: click to try

  • skip after heavy rain today
  • skip on windy days
  • skip when cool and humid
  • skip only just after rain

Move a slider to run a what-if

The engine re-decides instantly with your hypothetical weather and shows the verdict diff against today.