Trouble connecting rasberry pi, sensors and ADC

Thank you for taking the time to submit your bug/issue! Please use the points below as a guide when submitting.

  • Device & model you are using (Ex: Pi 2 Model B or Arduino Uno with W5100 ethernet shield)
    Pi3 32GB B+

  • What dashboard are you using? (Web, iOS, Android)
    web on windows 10

  • Please describe the bug / issue as detailed as possible. Attaching the code and any relevant screenshots would be very helpful!
    cant connect rpi to dashboard/cayenne, it will not update any of the dashboard items then when I try to connect the sensors and ADC i am using it will ‘session time out’ for sensors and the ADC wont let me choose device and connect.

I have been following the instructional on Pi My life up

@MicU5 are you familiar with python?

I am, I saw how you can use MQTT to connect but I was hoping to do without code as I will be only one using it that knows code.

can you share the log tail -f /var/log/myDevices/cayenne.log

that -3 error is “Temporary failure in name resolution” which suggests a possible problem with your DNS server. you might try pinging google.com and see if that works. If not you need to fix their DNS settings. If it does work you could try nslookup of mqtt.mydevices.com and see if it’s just our server you are having issues with.

So pinging google and bing gives me a request timed out but pinging the RPi is successful. My next step is to fix my computer’s DNS server then and the issue is getting from my computer+rpi to cayenne dashboard?

solved, issue with company firewall i am under. Thank you for pointing me in right direction.

1 Like

Glad to hear it is working now.
I hope you have also got the adc connected to pi using the plugin.

1 Like