hello everyone, how to access postgresql in openremote? I have set the port and IP on docker-compose.yml but it is not accessible.
A PostgreSQL database doesn’t come with a Web UI out of the box.
You can use third party software like pgAdmin for this,
or manually use the psql
CLI within the docker container as mentioned here on the wiki.
They should both give full access to query all data from the OpenRemote database.
Hey!
This should be no different than gathering data from any other SQL database.
Either look them up in pgAdmin, or manually execute the SQL query.
There are lots of tutorials on the internet on how to do this.
You can use the asset
table to query get values of attributes.
Hope this helps!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.