Hi
Apologies if this has been asked before but I havent been able to find an exact answer.
I am using Chirpstack on a Kerlink gate way and have a temperature sensor connected and receiving data via LoRawan.
I am trying to set up the integration to Node Red.
I can see a few people using MQTT however my gateway is not always internet facing so will not always be able to access the broker.
I think http is the next best option to try.
In my gateway ip address is 192.168.0.33, 192.168.0.33:8080 gives me access to chirpstack interface, 192.168.0.33:1880 gives access to nodered.
I have set up my http integration to even endpoint http://192.168.0.33:1880/test, i have not added a header.
In node red i have set up GET http://192.168.0.3:8080/test.
I am not getting anything through.
Can anyone help me with this? Should I also add a headder?
Does anyone have screen grabs of a similar setup?
TIA
JT