Man, this can't be so difficult - but I can't manage to get this to work:
I have a MQTT-input node which sends every few seconds a value. I need every hour the last value of this MQTT-node to store it in an Influx DB. I set up an inject-node, which triggers at each hour, but how to combine the inject message with the MQTT-value to send the value hourly further to the InfluxDB ?
I tried with an function-node, the trigger works, but how to get access to the MQTT-payload?