depop-sim

mode40 Markov + physics simulator for the Versova depop dashboard demo. Simulated data only. This service is not deployed in production; ChirpStack takes its place.

API: /api/state · WS: /ws/state · health: /healthz

{
  "knobs": {
    "time_scale": 30.0,
    "dp_max_inwc": 0.12,
    "drift_scale": 1.0,
    "auto_restart": true,
    "ramp_profile": 1.0,
    "dropout_scale": 1.0,
    "tx_interval_s": 60.0,
    "gateway_down_p": 0.0004,
    "noise_amplitude": 1.0,
    "vertical_mixing": 0.02,
    "floor_multipliers": {
      "1": 1.0,
      "2": 1.0,
      "3": 1.0,
      "4": 1.0
    },
    "gateway_recover_p": 0.05,
    "cooling_amplitude_c": 18.0,
    "injection_multiplier": 1.0
  },
  "phase": "full_flow",
  "floors": {
    "1": {
      "mid": 9.62,
      "bird": 8.76,
      "ceiling": 10.47
    },
    "2": {
      "mid": 9.62,
      "bird": 8.76,
      "ceiling": 10.47
    },
    "3": {
      "mid": 9.62,
      "bird": 8.76,
      "ceiling": 10.47
    },
    "4": {
      "mid": 9.62,
      "bird": 8.76,
      "ceiling": 10.47
    }
  },
  "running": true,
  "gateways": {
    "1": "UP",
    "2": "UP",
    "3": "UP",
    "4": "UP"
  },
  "time_scale": 30.0,
  "flow_fraction": 1.0,
  "flow_lpm_site": 1136.8,
  "plan_total_min": 82.1,
  "sim_elapsed_min": 44.09,
  "active_scenarios": [],
  "pressure_differential_inwc": 0.12
}