Problem in Node-Red sending downlink messages to end device

Hello,

I am trying to use node-red to send downlink messages to my end device. I did as the documentation said, but I cannot see any downlink messages in my “Live Data”. (By the way, the uplink goes well.)

Here is my flow for downlink.
image

Properties for injection node
image

Fonction node:
image

Console output for node debug.
image

Properties for mqtt out node.
image

app id : aircov-iot device id : wlr089u0

Topic : v3/aircov-iot/devices/wlr089u0/down/push

Any idea where I do wrong? Maybe there shouldn’t be an hyphen in app id?

You are missing the tenant id:

https://www.thethingsindustries.com/docs/integrations/mqtt/#publishing-downlink-traffic

v3/aircov-iot@ttn/devices/wlr089u0/down/push

2 Likes

It works. Thank you very much.

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