Hello,
so here the details:
Raspberry Pi with SD card and newest OS from Rasperry Org, Webside
Rasberry is on a home Network on one Port of the Router
RJ45 LAN used, not WIFI
Install OS
Install Java 8
Download Blynk Server, server-0.41.15-java8.jar
Test LAN with Webbrowser on PI, works.
Start : java -jar server-0.41.15-java8.jar -dataFolder /home/pi/Blynk
get Feedback: Blynk Server successfully started.
All server output is stored in folder ‘/home/pi/logs’ file.
log file:
09:45:21.506 INFO - Using data dir ‘/home/pi/Blynk’
09:45:42.844 INFO - Region : local. Host : 192.168.1.3.
09:45:57.529 INFO - Initializing gmail smtp mail transport. Username : example@gmail.com. SMTP host : smtp.gmail.com:587
09:45:59.425 INFO - Reports : 0
09:45:59.445 INFO - Didn’t find custom user certificates.
09:45:59.510 INFO - Didn’t find Let’s Encrypt certificates.
09:45:59.519 WARN - You didn’t specified ‘server.host’ or ‘contact.email’ properties in server.properties file. Automatic certificate generation is turned off. Please specify above properties for automatic certificates retrieval.
09:45:59.546 WARN - ATTENTION. Server certificate paths (cert : ‘/home/pi’, key : ‘/home/pi’) not valid. Using embedded server certs and one way ssl. This is not secure. Please replace it with your own certs.
09:47:26.536 INFO - HTTP API and WebSockets server listening at 8080 port.
09:47:26.577 INFO - HTTPS API, WebSockets and Admin page server listening at 9443 port.
09:47:26.595 INFO - Mqtt hardware server listening at 8440 port.
Now I go to Download Blynk to my tablet. with WIFI
The Tablet is in the same Network: 192.168.15
Start Blynk App
Type Log In ( green on left side)
Tap the symbol min the under area
switch to custom
set the IP 192.168.1.3 and Port 9443
tap ok
Type admin@blynk.cc
Type admin
Try Login…
Result : incorrect password or Email adress, please check and try again
If I try with Windows by Webbrowser , on LAN in same Network:
https://192.168.1.3:9443/admin …do not works, no connection possible
https://192.168.1.3:9443…do not works, no connection possible
https://192.168.1.3: …do not works, no connection possible
What I see, or I thing to see, that after some trying login the comes a folder on Raspberry:
Folger name: admin@blynk.cc.Blynk.user
I thing , this folder was not there before i trying to login in. But Ian not quit sure.
{“name”:“admin@blynk.cc”,“email”:“admin@blynk.cc”,
“appName”:“Blynk”,“region”:“local”,“ip”:“192.168.1.3”,“pass”:"
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx=",“lastModifiedTs”:
1614797925769,“lastLoggedAt”:0,“profile”:{},“isFacebookUser”:false,
“isSuperAdmin”:true,“energy”:100000,“id”:“admin@blynk.cc-Blynk”}
Could this by the Auth Token ? I change for here the Values to xxxxxxxxxx.
Best Regards
Rainer