-->
Page 24 of 32

Re: IoT Manager: Android app for DIY devices (ESP8266 and ot

PostPosted: Fri Apr 15, 2016 11:25 am
by UniqueIdentifier
Disregard. I can see now that it takes a lot more work on the client side. In fact, I think it over complicates what needs to be done.

Why not just allow the use to make a button, graph, gauge, etc and read the value as a number, % or whatever it is since you are storing those messages or updating the dashboard anyways.

Re: IoT Manager: Android app for DIY devices (ESP8266 and ot

PostPosted: Fri Jun 03, 2016 12:37 pm
by 4refr0nt
smartman2012 wrote:This Sketch doesn't compile with current version of PubSubClient library. API has changed significantly. Are you planning an update? Thanks.

I'm use PubSubClient v1.99.1 from Imroy https://github.com/Imroy/pubsubclient
(Arduino IDE included as default different PubSubClient lib from knolleary https://github.com/knolleary/pubsubclient/)

Re: IoT Manager: Android app for DIY devices (ESP8266 and ot

PostPosted: Tue Jun 07, 2016 11:09 am
by mkf
great job!!!
thanks

Re: IoT Manager: Android app for DIY devices (ESP8266 and ot

PostPosted: Wed Jul 27, 2016 6:59 am
by daxkamala
Hi, I've spent a couple of hours now trying to connect the app to CloudMQTT without success.
Same trying to connect to a local Mosquitto.
Log says 'Client offline(MQTT)' then 'Client Closed'
Have tried every combination of settings based on your nice easy start guide.
Any ideas please?