Thingsboard CoAP Port opening
up vote
0
down vote
favorite
I am trying to send data from my NodeMCU to my local thingsboard installation on my computer. However, I don't know how to do it. I am really new at these stuff, I saw some fine examples with HTTP and MQTT, but there isn't any info about CoAP on thingsboard website.
There is a documentation about CoAP API Reference that says I need to send a post request to coap://localhost:5683/api/v1/........../telemetry but when i try to do it with Postman it says cant reach the following adress. I tried doing it with http://localhost:5683/api/v1/........../telemetry and it works. I saw my messages in Latest Telemetry Section in my Device on Thingsboard.
To connect to my Thingsboard installation I use localhost:8080 so I assume my thingsboard server is only started at port 8080 not 5683-> Coap. I would very much appreciate the help.
thingsboard coap
add a comment |
up vote
0
down vote
favorite
I am trying to send data from my NodeMCU to my local thingsboard installation on my computer. However, I don't know how to do it. I am really new at these stuff, I saw some fine examples with HTTP and MQTT, but there isn't any info about CoAP on thingsboard website.
There is a documentation about CoAP API Reference that says I need to send a post request to coap://localhost:5683/api/v1/........../telemetry but when i try to do it with Postman it says cant reach the following adress. I tried doing it with http://localhost:5683/api/v1/........../telemetry and it works. I saw my messages in Latest Telemetry Section in my Device on Thingsboard.
To connect to my Thingsboard installation I use localhost:8080 so I assume my thingsboard server is only started at port 8080 not 5683-> Coap. I would very much appreciate the help.
thingsboard coap
Check your thingsboard.yml configuration. CoAP protocol is disabled by default and you need to enable it: coap.enalbed : true
– Vitaliy Paromskiy
Nov 8 at 14:27
It is enabled. I have enabled it. But I still cannot connect
– Berk karaağaç
Nov 11 at 9:21
I don't think that postman supports CoAP protocol. But you can use npm CoAP client for sending requests: npmjs.com/package/coap
– Vitaliy Paromskiy
Nov 12 at 13:32
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am trying to send data from my NodeMCU to my local thingsboard installation on my computer. However, I don't know how to do it. I am really new at these stuff, I saw some fine examples with HTTP and MQTT, but there isn't any info about CoAP on thingsboard website.
There is a documentation about CoAP API Reference that says I need to send a post request to coap://localhost:5683/api/v1/........../telemetry but when i try to do it with Postman it says cant reach the following adress. I tried doing it with http://localhost:5683/api/v1/........../telemetry and it works. I saw my messages in Latest Telemetry Section in my Device on Thingsboard.
To connect to my Thingsboard installation I use localhost:8080 so I assume my thingsboard server is only started at port 8080 not 5683-> Coap. I would very much appreciate the help.
thingsboard coap
I am trying to send data from my NodeMCU to my local thingsboard installation on my computer. However, I don't know how to do it. I am really new at these stuff, I saw some fine examples with HTTP and MQTT, but there isn't any info about CoAP on thingsboard website.
There is a documentation about CoAP API Reference that says I need to send a post request to coap://localhost:5683/api/v1/........../telemetry but when i try to do it with Postman it says cant reach the following adress. I tried doing it with http://localhost:5683/api/v1/........../telemetry and it works. I saw my messages in Latest Telemetry Section in my Device on Thingsboard.
To connect to my Thingsboard installation I use localhost:8080 so I assume my thingsboard server is only started at port 8080 not 5683-> Coap. I would very much appreciate the help.
thingsboard coap
thingsboard coap
asked Nov 7 at 12:55
Berk karaağaç
41
41
Check your thingsboard.yml configuration. CoAP protocol is disabled by default and you need to enable it: coap.enalbed : true
– Vitaliy Paromskiy
Nov 8 at 14:27
It is enabled. I have enabled it. But I still cannot connect
– Berk karaağaç
Nov 11 at 9:21
I don't think that postman supports CoAP protocol. But you can use npm CoAP client for sending requests: npmjs.com/package/coap
– Vitaliy Paromskiy
Nov 12 at 13:32
add a comment |
Check your thingsboard.yml configuration. CoAP protocol is disabled by default and you need to enable it: coap.enalbed : true
– Vitaliy Paromskiy
Nov 8 at 14:27
It is enabled. I have enabled it. But I still cannot connect
– Berk karaağaç
Nov 11 at 9:21
I don't think that postman supports CoAP protocol. But you can use npm CoAP client for sending requests: npmjs.com/package/coap
– Vitaliy Paromskiy
Nov 12 at 13:32
Check your thingsboard.yml configuration. CoAP protocol is disabled by default and you need to enable it: coap.enalbed : true
– Vitaliy Paromskiy
Nov 8 at 14:27
Check your thingsboard.yml configuration. CoAP protocol is disabled by default and you need to enable it: coap.enalbed : true
– Vitaliy Paromskiy
Nov 8 at 14:27
It is enabled. I have enabled it. But I still cannot connect
– Berk karaağaç
Nov 11 at 9:21
It is enabled. I have enabled it. But I still cannot connect
– Berk karaağaç
Nov 11 at 9:21
I don't think that postman supports CoAP protocol. But you can use npm CoAP client for sending requests: npmjs.com/package/coap
– Vitaliy Paromskiy
Nov 12 at 13:32
I don't think that postman supports CoAP protocol. But you can use npm CoAP client for sending requests: npmjs.com/package/coap
– Vitaliy Paromskiy
Nov 12 at 13:32
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53189875%2fthingsboard-coap-port-opening%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Check your thingsboard.yml configuration. CoAP protocol is disabled by default and you need to enable it: coap.enalbed : true
– Vitaliy Paromskiy
Nov 8 at 14:27
It is enabled. I have enabled it. But I still cannot connect
– Berk karaağaç
Nov 11 at 9:21
I don't think that postman supports CoAP protocol. But you can use npm CoAP client for sending requests: npmjs.com/package/coap
– Vitaliy Paromskiy
Nov 12 at 13:32