Vallox.js
    Preparing search index...

    Variable HistoryChannelConst

    HistoryChannel: {
        CELL_STATE: 13;
        EXHAUST_AIR_TEMP: 1;
        EXTR_REFERENCE: 14;
        EXTRACT_AIR_TEMP: 0;
        EXTRACT_AIRFLOW: 16;
        EXTRACT_IO: 10;
        EXTRACT_RPM: 12;
        FAN_SPEED: 8;
        MAX_CO2: 4;
        MAX_HUMIDITY: 5;
        METRICS_1: 7;
        OUTDOOR_AIR_TEMP: 2;
        SUPPLY_AIR_TEMP: 3;
        SUPPLY_AIRFLOW: 15;
        SUPPLY_CELL_AIR_TEMP: 6;
        SUPPLY_IO: 9;
        SUPPLY_RPM: 11;
    } = ...

    Named history log channels, as recorded in the unit's internal per-minute log buffers (WS transport only — reverse-engineered from the unit's own web UI, not part of the documented Modbus RTU register map).

    Temperature channels (0–3) are in centikelvin, matching the live sensor registers; the rest are raw values (ppm, %, RPM, etc.) with no conversion.

    Type Declaration

    • ReadonlyCELL_STATE: 13
    • ReadonlyEXHAUST_AIR_TEMP: 1
    • ReadonlyEXTR_REFERENCE: 14
    • ReadonlyEXTRACT_AIR_TEMP: 0
    • ReadonlyEXTRACT_AIRFLOW: 16
    • ReadonlyEXTRACT_IO: 10
    • ReadonlyEXTRACT_RPM: 12
    • ReadonlyFAN_SPEED: 8
    • ReadonlyMAX_CO2: 4
    • ReadonlyMAX_HUMIDITY: 5
    • ReadonlyMETRICS_1: 7
    • ReadonlyOUTDOOR_AIR_TEMP: 2
    • ReadonlySUPPLY_AIR_TEMP: 3
    • ReadonlySUPPLY_AIRFLOW: 15
    • ReadonlySUPPLY_CELL_AIR_TEMP: 6
    • ReadonlySUPPLY_IO: 9
    • ReadonlySUPPLY_RPM: 11