thinger-io / Arduino-Library

IOTMP Arduino Library for connecting devices to thinger.io #IoT
https://thinger.io
MIT License
114 stars 66 forks source link

Fixe IP adress #22

Closed grezco closed 2 years ago

grezco commented 5 years ago

Hello,

When I use "WiFi.config(ip)" in the setup to use fixe IP adress with MKR1000 or MKR WiFi1010, the connection to network work, but not the connection to thinger.io

Debug :

[NETWORK] Starting connection... [NETWORK] Connecting to network xxxxxxxxxxxxxx [NETWORK] Connected to WiFi! [NETWORK] Getting IP Address... [NETWORK] Got IP Address: 192.168.0.32 [NETWORK] Connected! [_SOCKET] Connecting to iot.thinger.io:25202... [_SOCKET] Using secure TLS/SSL connection: yes [_SOCKET] Error while connecting! [_SOCKET] Connecting to iot.thinger.io:25202... [_SOCKET] Using secure TLS/SSL connection: yes [_SOCKET] Error while connecting! [_SOCKET] Connecting to iot.thinger.io:25202... [_SOCKET] Using secure TLS/SSL connection: yes [_SOCKET] Error while connecting!

Any help is greatly appreciated. thanks