Hi, i’m currently installing my first local server on my raspberry pi 3b+ running Raspbian. I plan to use the raw data storage feature to log my sensor data and display it using metabase like in this link. I follow this guide in order to install the server with raw data storage enabled. I use the latest build of Blynk server.
Here is the problem.
-
192.168.141.230:9443/admin does not show administration UI. When i type the URL on my browser (in the raspi server) it show this:
-
postgres.log show “Separate DB storage disabled”.
The server main function works, i can use the token in my esp8266 device to send a sensor reading and monitor it wit the blynk app on local network.
Please help.