Monster Example Flows
Import-ready Node-RED examples for monster.
Files
basic.flow.json- Purpose: quick-start flow with dashboard charts for key monster outputs.
integration.flow.json- Purpose: lightweight integration contract example (
registerChildpath).
- Purpose: lightweight integration contract example (
edge.flow.json- Purpose: unknown-topic/edge handling smoke example.
monster-dashboard.flow.json- Purpose: richer dashboard-focused visualization of process output.
- Includes:
- manual flow input
- manual start trigger
- seeded
rain_dataandmonsternametijden - parsed report fields (
m3Total,m3PerPuls,pulse,running)
monster-api-dashboard.flow.json- Purpose: full orchestration template around
monsterwith API paths and dashboard output. - Includes:
- Open-Meteo weather fetch ->
rain_data - Aquon SFTP CSV fetch ->
monsternametijden - Z-Info token + import payload builder for
m3Total/m3PerPuls - dashboard API publish template (Grafana)
- placeholder-only credentials/hosts (
__SET_*__)
- Open-Meteo weather fetch ->
- Purpose: full orchestration template around
Notes
basic.flow.jsonandmonster-dashboard.flow.jsonare intentionally API-free.monster-api-dashboard.flow.jsonis the full API template variant and must be hardened with environment-backed secrets before production use.ui-chartuses series bymsg.topic(category: "topic",categoryType: "msg").