Trunk Recorder MQTT Node-RED example flows using the following add-ons:
node-red-dashboard
node-red-node-ui-table
and the "Everything over MQTT" fork of the trunk-recorder plugin.
-
Message rate graphs by system
-
Call rate graphs by system
-
Unit and talkgroup affiliations
-
Active calls and recorders
-
Optional Console and Trunk Message logs
For persistent data, it's recommended to save context storage to disk by editing the node-red settings.js
:
contextStorage: {
default: {
module:"localfilesystem",
config: {
flushInterval: 60
}
},
memoryOnly: {
module: 'memory'
},
},