-->
Page 22 of 32

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

PostPosted: Sat Feb 13, 2016 2:12 pm
by 4refr0nt
New version IoT Manager released.
Image
(its my HDD temp, DS18B20 used, example for Arduino IDE)
Another example
Image
Image
Image

Changelog
  • New widget anydata (see Widgets Guide) example for Arduino IDE, for NodeJS
  • Widget simple-btn: several new features (see Widgets Guide)
  • Widget display-value: now support symbols: " 0123456789.°ACEFGJHUbdohur". Note: "°" - UTF-8 0176 = U+00B0, for example: "-12.3°C", "100°F", "Error"
  • Hardware BACK button support now for open/close menu
  • Exit from app (not background - really exit for energy saving)
  • Add support Android 4.0, but not fully tested

mariuszb wrote:1. delay now is only up to 1 sec - can it be up to 5 sek ?
The function can be used if you want to make sure that the button has not been pressed accidentally - eg. Need to keep at least 3 seconds to activate something

Also added confirmation popup dialog

mariuszb wrote:2. Widget can't accept any status data...maybe it could ?

Yes! See Widgets Guide: anydata and simple-btn - this widgets can accept status messages with any config info, like this:
Code: Select all{ "status" : "123", "style3" : "float:left;", "class3" : "calm assertive-bg" }

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

PostPosted: Sun Feb 14, 2016 7:45 am
by mariuszb
ssl/tls + user name + password not working now,
some change?

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

PostPosted: Sun Feb 14, 2016 7:52 am
by 4refr0nt
mariuszb wrote:ssl/tls + user name + password not working now,
some change?

Go to "WhatsNew" and check version on second line - it should be "1.4.10" if not - you need update

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

PostPosted: Wed Mar 30, 2016 11:27 am
by UniqueIdentifier
Signed up to this website just to say Thanks to the author(s) of this app. Great stuff.

Few questions.

1) Is it possible to remove the IoTManager and use my own root like /home/thing/led or /office/thing/led
2) Is there a way to debug test messages within the app. I've sent messages and I can see the incoming connection on the server, but no messages received/displayed in the app