node-red-contrib-qnap-timeseries
Version:
Node-RED node to process time-series data in mongodb
28 lines (26 loc) • 689 B
JSON
{
"mongodb": {
"label": {
"host": "Host",
"port": "Port",
"database": "Database",
"username": "Username",
"password": "Password",
"server": "Server",
"collection": "Collection",
"deviceid": "Device ID",
"sensorid": "Sensor ID",
"resolution": "Resolution",
"interval": "Interval",
"range": "Range"
},
"operation": {
},
"tip": "<b> Tip:</b> Ensure <code>msg.payload.deviceId</code> <code>msg.payload.sensorId</code> <code>msg.payload.value</code> in msg.payload object",
"errors": {
"nodbconfig":"oo database configuration found",
"nocollection": "illegal message payload format",
"diffcollection": "device id was changed"
}
}
}