znetsixe 0038a8c2c2 B1.4: cooldown-guard ROOT CAUSE — schema strip of constraint keys
Root cause: configUtils.initConfig was silently stripping the four
unknown constraint keys (nominalFlowMin, flowMax, maxRainRef,
minSampleIntervalSec) because they weren't declared in the schema.
With those keys gone, validateFlowBounds saw NaN/NaN and routed every
i_start into the invalid-bounds branch — _beginRun never fired, so
sumPuls stayed 0.

Fix is in generalFunctions/src/configs/monster.json (declared the
four keys with sensible defaults). Plus a 4-line comment at the guard
site documenting the schema dependency. 10/10 tests pass.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-11 17:29:17 +02:00
2026-03-31 18:17:09 +02:00
2025-08-07 14:00:17 +02:00
2026-02-19 17:37:09 +01:00

monster

Monsternamekast control node for EVOLV.

Primary responsibilities:

  • combine measured/manual flow, rain context and schedule context
  • predict sampling demand and pulse distribution over sampling window
  • enforce bucket/sampling constraints (volume, weight, cooldown)
  • emit process fields used by PLC pulse output, report tooling (e.g. Z-Info), and dashboards

Examples:

  • nodes/monster/examples/monster-dashboard.flow.json (dashboard-ready visualization flow)
  • nodes/monster/examples/monster-api-dashboard.flow.json (full API orchestration template with placeholder credentials)
Description
No description provided
Readme 245 KiB
Languages
JavaScript 85.5%
HTML 14.5%