I'm completely new to Lora/LoraWAN/Chirpstack. I have a Dragino LSP8-N as gateway and I've successfully connected it to my self hosted Chirpstack / bridge instance. The gateway works fine and is sending messages in MQTT.

Next, I tried to add an end device (Dragino LDS02 door sensor). I first created a device profile as below:

with the codec from the link below (added this to Javascript section of Codec):
https://github.com/dragino/dragino-end-node-decoder/blob/main/LDS02/lds01_02_Decoder_Chirpstack_V4_v1.5.txt

I then added the end device into an application that I created. It pairs ok:


but it sends no data:

Can someone please guide me on what I could be doing wrong?