I donāt have an iPhone to test with, but I would think you most likely have port 8181 blocked at the router. @bestes can confirm but since the iPhone and Android apps work locally they probably donāt need to go to the cloud server and they send/receive all data on the LAN.
As @ats1080s mentioned, it may be issue with the network you are on at work. Iāve talked with Cayenne team and that error should not affect ability to connect to Cayenne dashboard.
Can you update us after trying on your home network? Posting the output would also be helpful.
This brings up more questions about how the dashboard works.
I assume that the raspi reaches out to cayenne/mydevices servers and reports itās stats periodically over port 8181, and then my browser connects to cayenne/mydevices web server to read the values over port 443.
I would assume that thereās some AJAX call to do that, and uses some HTML5 object to show the gauge.
What I donāt understand is what would be getting blocked at work.
Does it use a different port than 80 or 443 to connect to cayenne.mydevices.com, or does it use some other hostname to pull that data?
I guess another thing to check would be IPS, so see if something is being caught there. Iāll double-check those logs tomorrow.
Iām going to move this topic to Helped category Hope you donāt mind.
So your assumptions are correct. We use 443 to cayenne.mydevices.com, but we open websockets at 5001/2, so that might be where itās blocking at your work.