Hi
My environment.
Photon device compiled with 0.5.0 library. 0.5.1 not available. Removed from project and re-added but 0.5.0 is the only one there.
Running local server-0.33.0-java8.jar which was updated last night. After reboot Photon could not connect
Running Android client 2.19 with port 9443 and it connects to local server. But app has message that device is not connected.
Tried added default-port 8080 to device - nothing changed
Updated iptables no change.
Other Pi program using 80.
Server.properties are:
#hardware mqtt port
hardware.mqtt.port=8440
#hardware ssl port
hardware.ssl.port=8441
#hardware plain tcp/ip port
hardware.default.port=8442
#http and web sockets port
http.port=8080
#https and web sockets port
https.port=9443
#application ssl port
app.ssl.port=8443
Blynk.log entries:
18:18:07.012 INFO - Found generated with Let’s Encrypt certificates.
18:18:07.906 INFO - Hardware SSL server listening at 8441 port.
18:18:07.910 INFO - Application server listening at 8443 port.
18:18:07.912 INFO - HTTP API and WebSockets server listening at 8080 port.
18:18:07.914 INFO - HTTPS API, WebSockets and Admin page server listening at 9443 port.
18:18:07.916 INFO - Mqtt hardware server listening at 8440 port.
What changed with the server upgrade yesterday?
Is the 0.5.1 library available for proton?
What do I need to do to make this work?
5310