node-red-contrib-automatanexus-hvac-vibration
Version:
AutomataNexus Industrial Vibration Monitoring - Professional WTVB01-485 integration for industrial equipment with ISO 10816 compliance
32 lines (31 loc) • 814 B
JSON
[
{
"id": "hvac-test",
"type": "inject",
"name": "AHU Test Data",
"payload": "[OK] 15:30:45.123 | Motor 0x50 | Accel: [+0.027, -0.030, -0.962]g | Temp: 78.4°F | RMS: 0.032g | Peak: 0.089g | Vel: 1.2mm/s | CF: 2.8 | Freq: 60.1Hz",
"payloadType": "str",
"x": 120,
"y": 100,
"wires": [["hvac-parser"]]
},
{
"id": "hvac-parser",
"type": "hvac-vibration-parser",
"name": "HVAC Monitor",
"outputFormat": "standard",
"globalVars": true,
"hvacPrefix": "hvac_motor",
"x": 320,
"y": 100,
"wires": [["hvac-debug"]]
},
{
"id": "hvac-debug",
"type": "debug",
"name": "HVAC Output",
"x": 520,
"y": 100,
"wires": []
}
]