It seems node-red-contrib-aggregator deletes data from the flow:
When I set a timestamp / part / whatever before this node, it's all gone except a payload.
Tested in mean value mode.
This is the complete msg object before this node:
5/9/2020, 11:44:25 PMnode: 78486d5.0eff714 bezug : msg : Object object payload: 55.1 _session: object type: "websocket" id: "f1410959.7c78e8" _msgid: "fafe8c20.c6ed5" uuid: "197a43a0-8af5-11ea-85cf-59284eee40d1" topic: "bezug" status: "bezug" timestamp: 1589060664898 parts: object id: "straße" index: 1 count: 2
and this is the output after the aggregator node
5/9/2020, 11:44:30 PMnode: eece9b3a.a2261msg : Object object topic: "" payload: 54.339999999999996 _msgid: "c31e3f0c.c923c"
Thank you
It seems node-red-contrib-aggregator deletes data from the flow:
When I set a timestamp / part / whatever before this node, it's all gone except a payload.
Tested in mean value mode.
This is the complete msg object before this node:
5/9/2020, 11:44:25 PMnode: 78486d5.0eff714 bezug : msg : Object object payload: 55.1 _session: object type: "websocket" id: "f1410959.7c78e8" _msgid: "fafe8c20.c6ed5" uuid: "197a43a0-8af5-11ea-85cf-59284eee40d1" topic: "bezug" status: "bezug" timestamp: 1589060664898 parts: object id: "straße" index: 1 count: 2and this is the output after the aggregator node
5/9/2020, 11:44:30 PMnode: eece9b3a.a2261msg : Object object topic: "" payload: 54.339999999999996 _msgid: "c31e3f0c.c923c"Thank you