-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IOT2050 - Node-red to Adafruit (MQQT not connecting) #527
Comments
Can you do |
I've tried this:- |
Hello, check your internet connection. |
Hi rFord, On initial Setup I changed the network address to give access to the unit. I've managed to connect the unit by using Mobaxterm (like putty) and have established a connection. I also changed the default port address and still I can't seem to connect with Adafruit using Mqqt protcol. root@iot2050-dave://etc/mosquitto# Active Internet connections (servers and established) I've ordered up a UART to usb but will keep looking for a solution. |
It looks like I have an issue with mosquito as it will only operate locally. see below: - Place your local configuration in /etc/mosquitto/conf.d/ A full description of the configuration file is at/usr/share/doc/mosquitto/examples/mosquitto.conf.examplepid_file /run/mosquitto/mosquitto.pid persistence true log_dest file /var/log/mosquitto/mosquitto.log include_dir /etc/mosquitto/conf.d listener 1883 Reboot IOT2050:- I've added : - But it still doesn't connect Pinging 192.168.1.170 with 32 bytes of data: Ping statistics for 192.168.1.170: |
Hi,
I'm in need of assistance in resolving why I can't connect to Adafruit through Node-RED. I've successfully connected to Adafruit using the same flows on Node-RED from another computer.
On my IOT2050 device:
Node-RED is operational, successfully retrieving data from a PLC.
Mosquitto: I've added a listener and checked its status, which seems okay.
However, I keep encountering this error message: '26 Feb 18:15:29 - [info] [mqtt-broker:Adafruit] Connection failed to broker: mqtt://io.adafruit.com:1883'
The password and username for Adafruit is correct as used on another computer.
What could I be missing?
The text was updated successfully, but these errors were encountered: