Ethernet Gateway and FOTA
-
Hi All,
I've successfully implemented an ethernet gateway with MQTT using an Arduino Ethernet board. Everything works just fine and I am able to receive data from the nodes and send data to the nodes.
The next step would be to get FOTA up and running and this is where I'm stuck. I'm using the GatewayW5100MQTTClient example program as my base with changes to the IP, MAC and MQTT settings.
When trying to connect to the GW using MYSController with the TCP/IP settings, I get an "Error on connect: connection refused" error.
This makes me believe that I still need to add code in the GW sketch to handle incoming requests? If this is the case, can someone please point me in the right direction? If the GW code and mysensors library are supposed to manage requests, where can I start to do my debugging?Thanks in advance
Jan
-
@Jan-Spies
From what I know - MySController only works with serial and/or Ethernet. Mqtt is not supported. May you can try with Ethernet only gateway.