Home > Net >  Data export from CE thingsboard
Data export from CE thingsboard

Time:08-20

Hi dear friends i want to send data from my ce thingsboard server to another Web server with post model anybody there can help me to solve this issue. And my another problem i want to access postgresql database from outside how i can, regard.

CodePudding user response:

  1. You could do this using Rulechains. There is Rulenode called REST API Call: https://thingsboard.io/docs/user-guide/rule-engine-2-0/external-nodes/#rest-api-call-node

  2. First make sure the Postgresql Database is accessible via remote, then connect with a client of your choice e.g. pgAdmin, DBeaver.., https://www.cyberciti.biz/tips/postgres-allow-remote-access-tcp-connection.html

  • Related