I installed the TTN - AWS IoT integration following the “AWS IoT Integration” instructions in “learn” section + the Youtube video on TTN channel.
AWS zone: eu-central-1 (Frankfurt)
The installation was successful, the node of the TTN application appeared in AWS IoT core, but no uplink message (or downlink) arrives on AWS.
TTN AWS Iot version is 2.0.3.
Elastic Beanstalk logs at sections “/var/log/app-1.error.log” and “/var/log/app-1.log” have no data logged.
Environment Properties seems all ok.
The only I don’t know about is AWS_THING_TYPE that I et to lorawan as in the example.
I always used “simulated uplinks” from TTN console to make the tests.
I tried also to launch mosquitto_sub at same time, with same topic used in AWS. With Mosquitto MQTT client all messages arrived as expected.
We have the exact same problem, an external MQTT client can subscribe to the TTN broker and receive messages but nothing arrives in AWS. Did you find a solution to your problem?
Unfortunately I didn’t found a solution, so changed to another system since I had no time for debugging (I was doing some tests and needed something that allowed me to transmit the data without having to debug and find workarounds).
resolved my issue, I had noticed that even though my stack built, it started another stack for the elastic beanstalk that didn’t work because I was out of EIP’s.
Same issue here, but I resolved it simply by restarting the EB server. Go to the Elastic Beanstalk console > your TTN integration environment > Actions > restart application server(s)!
Hi, same problem occurs here…I have created the integration few months back and it is work fine till now…
Now I have created new thing (application) on the same integration
. If I tried to receive uplink on this new thing…there is no data… But older thing is working fine
I have tried updating elastic beanstalk and also tried restarting the server …
None helped…