Hello,
I paid for the maker (10 dollar) edition of thingsboard to do some testing. So far I cannot get chirpstack to successfully send data to thingsboard. One thing that I did notice is that I am getting a 404 error in the logs even though I used the copy button from thingsboard to use in the integration section of chirpstack. I did notice that when you go to “check connectivity” on thingsboard, the URL it gives you to send a curl POST test ends in /telemetry whereas what I’m seeing in the logs ends in /attributes.
Noticed a difference between Thingsboard’s test command versus the link they give for the integration. Their test command is using http while the link they give for the integration is https. Going to try switching the integration link on the chirpstack side to http.
Solved my own issue. Turns out Thingsboard does this dumb thing where they give you this api URL that has a copy button on it for the chirpstack integration. However the chirpstack side of it just wants the base url, so it wasn’t formatting the api call correctly.