The use of the ESP8266 in the world of IoT

User avatar
By 4refr0nt
#41050 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" }
User avatar
By 4refr0nt
#41103
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
User avatar
By UniqueIdentifier
#44525 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