-->
Page 30 of 32

Re: IoT Manager: mobile app for DIY devices (ESP8266 and oth

PostPosted: Thu Jul 27, 2017 4:04 pm
by Frisco
Hi
Have just made attachment, which uses:
- PubSubClient library by Nick O'Lesry Version 2.6.0 - Arduino 1.8.2 default library - Instead of PubSubClient library v 1.91.1 https://github.com/Imroy/pubsubclient

Hope some can use this.

(I used PubSubClient 2.6.0 because I hoped, I could get SSL security, along with WiFiClientSecure. However, this does not succeed )

Many thanks for IoT Manager

Re: IoT Manager: mobile app for DIY devices (ESP8266 and oth

PostPosted: Thu Aug 10, 2017 1:16 pm
by murrayc2000
I am setting up a nodeMCU to run as a Belkin wemo using the "https://bitbucket.org/xoseperez/fauxmoESP" library and being connected by WiFiManager but I get errors whenever I try to put these two libraries in the same sketch. Is there any known compatibility issues between these two libraries?

Thanks for your help in advance.

Regards,

Murray

Re: IoT Manager: mobile app for DIY devices (ESP8266 and oth

PostPosted: Mon Jan 01, 2018 11:15 pm
by geert56
Wonderful app this IoT Manager. Like others took me a while to get used to its workings.
The idea is great: have all page layout defined by the "server". Keep up the good work.

And now for my questions, remarks:

1. Is the "range" widget still supported? I run 1.5.5 and do see a slider when using widget type set to range but find no documentation about its attributes. Most .ino example sketches are out of date I guess. Please update the widget documentation and make sure there is at least a widget like a slider available.

2. Could we have more control over the specific topic names? All button presses etc. always will be published as a topic that ends in control. I have devices that expect other topic names which cannot easily be modified.

3. How do profiles actually work? I played with the proLoader (iot-manager-profiles)
code and am able to save and load profiles. What are their purpose?

Since all lot of data is specified using JSON I started writing up a JSON schema for the
profiles and widgets. Any interest? Then I will publish it here.

Happy New Year to all Hackers

Re: IoT Manager: mobile app for DIY devices (ESP8266 and oth

PostPosted: Thu May 10, 2018 10:34 am
by LeXLuther422
It there a way to set the MQTT clientid to something not random. I log my mqtt logins and see ClientID = iotmanager_1633 User = IoTManager. I would like to make those values static.