Hello,
I'm new at node-red and so here is my first stupid question:
I use the smart-meter-node to get values from my eletric-power-meter over a USB-IR-Adapter. That works well and so at first thanks to the developer of this node.
But I get a message every few seconds. Thats great for a realtime-monitor but it's to much for a database. So it will be nice to collect a number of values and give out a avarage of this. Maybe every minute 1 or after 10 or 20 incomming messages. Is this possible?
Niels