makecademy / adafruit-io-dashboard

IoT dashboard project using Adafruit.io
6 stars 10 forks source link

Wont connect to adafruit io #4

Open clebarron opened 8 years ago

clebarron commented 8 years ago

Now it compiles and everything runs great but returns a dropped connection, the wifi connects sucessfully and is online but wont connect to adafruit io code uncchanged on my end.. thanks aio connect failed..

marcoschwartz commented 8 years ago

Do any other Adafruit IO sketched work ?

clebarron commented 8 years ago

Yes I can upload and pass on the cc3000test sketch it connects, when i compile yours it runs through with only a momentary error about WLAN_SSID WLAN_PASS it shows a ^ below the W says max 32 but it compiles past it when uploaded it runs fine through the wifi connection get and displayes ip etc then goes strait to droppped connection, im not coding guru, seems like its still pubsub client issue.

clebarron commented 8 years ago

also I managed to piece together a sketch replacing Pubsub with the client from adafruit io arduino from over at the adfruit git, it is currently working flawless and uploading to the io, but because I dont quite know what im doing lol I didnt save the sketch so its running but I dont have a copy.. going to re write soon, at least from my not a coder mind its in the Pubsubclient somewhere..

dgcarlucci commented 8 years ago

clebarron, did you ever post a solution somewhere using the adafruit io instead of Pubsub? i am getting the same issue....

clebarron commented 8 years ago

No I didnt post, unfortunately once i uploaded a working sketch I got so excited i closed the sketch without saving. but I started by getting ADAFRUIT_MQTT Library, in it are examples of mqtt with the cc3000 wifi connection, I started there as it has an out put of a light sensor, I changed the code to fit my dht22 streams changing one line then duplicating and finally got it all to work. but the home automation sketch I ended up ditching and just rebuilding what I needed for my setup.. the connection is pretty easy with adafruit mqtt, I am not savy enough to add mqtt and remove pubsub from this git. sketch here.

On Thu, Mar 31, 2016 at 6:03 PM, dgcarlucci notifications@github.com wrote:

clebarron, did you ever post a solution somewhere using the adafruit io instead of Pubsub? i am getting the same issue....

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/openhomeautomation/adafruit-io-dashboard/issues/4#issuecomment-204195892

Chris LeBarron

dgcarlucci commented 8 years ago

alright, i'll fiddle around, thanks! i saw a similar issue with the MQTT library from Adafruit here: https://github.com/adafruit/Adafruit_MQTT_Library/issues/31 could be a similar issue here as I was able to connect only after this fix.