Join http get and mqtt message

Hello

i wish to send a telegram which holds information from a 433MHz mqtt Temperatur Sensor and
and
a http get information from a homepage startet with a inject 10Min interval!

both part works, I use the join and it also works!
But how ofen should a message drop in my Telegram?
how close has 433MHz and the inject intervall to be?
Or will thee newest information from 433Mhz Sensor just all 10 Minutes be added to the message?

have a nice day
vinc

How have you configured the Join node?

hello @Colin
there are 2 object coming in with 3 information.

[{"id":"df22e19b.9d644","type":"join","z":"4187d6c7.ac2248","name":"","mode":"custom","build":"merged","property":"payload","propertyType":"msg","key":"topic","joiner":"\\n","joinerType":"str","accumulate":false,"timeout":"","count":"3","reduceRight":false,"reduceExp":"","reduceInit":"","reduceInitType":"num","reduceFixup":"","x":1190,"y":520,"wires":[["6b370b14.31b954","167b76a6.c5ec99"]]}]

For situations like this I would usually use the node in Key/Value mode so you get a message with both inputs in the payload accessible by property names, then build the text you want to send. That way you have better control over it.

See this article in the cookbook for an example of how to join messages into one object.

Merci @Colin
basicly it works - yes - i am surpised too.
but wish to understand how it put things together if they are not requested the same way.

have a nice day
vinc

Sorry, I don't understand the question. Please try and give an example of inputs and outputs that you don't understand.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.