4refr0nt / iot-manager-demo

Demo sketches for IoT Manager https://play.google.com/store/apps/details?id=ru.esp8266.iotmanager
MIT License
66 stars 31 forks source link

IotManager 2.0 #28

Closed tranpic closed 4 years ago

tranpic commented 4 years ago

I get IotManager 2.0, thank you so much But it can not use "widget": "range" Thank you so much

4refr0nt commented 4 years ago

Widget RANGE in TODO list now

iranweld commented 4 years ago

Hi Mr Victor

IoTmanger APP ver 2 for Android , not item for exit from software?

4refr0nt commented 4 years ago

Exit button for Android will be at next release at Feb 2020 with range widget

lastun commented 4 years ago

Hello Victor, After updated to new version of the App 2.0 on my android phone, the widgets for display values from sensor ADC , range, KEY are not shown. Only widget "toggle"(button on IoTmanager App) works. I tested your example for filling gauge to check if my program work well and is the same problem. Can you please advise me how to solve the issue? Thank you in advance

tranpic commented 4 years ago

Hi all, IotManager v2 connect to broker is very slow. Can not read property 'CordovaMqTTPlugin' of undefine.

4refr0nt commented 4 years ago

Hi, All!

@iranweld EXIT button released.

@lastun, IoT Manager 2.0 does not have several old widgets. But version 2.0.8 (published 02.02.2020) have range and new widgets progress-round and progress-line. Its version also have in app Widgets Collection, where you can see examples and view and send to email code for all widgets.

@tranpic, You can try WSS connection type (this use MQTTJS engine, not CordovaMqTTPlugin).

tranpic commented 4 years ago

Hi, Victor, slide widget is auto return to 52%, so can not change value.

4refr0nt commented 4 years ago

@tranpic Hi! You must publish new status from device, after receiving message from control, range widget worked as widget toggle. After receiving new status widget range move to new status position

tranpic commented 4 years ago

yes, i had publish new status with value from 0 to 1023. i will debug again, thank you so much

4refr0nt commented 4 years ago

@tranpic, remember for mapping range from 0-1023 to 0-100 you must use k:0.0977 in config - see example

BoarTopaz commented 4 years ago

Здравия! Приложение не работает на версиях Андроид 4.4.2. Пробовал установить на разных планшетах и телефонах с версией Андроида ниже 6.0. Приложение устанавливается, запускается, выводится логотип, переходящий в бесконечный белый экран. Из приложения можно выйти.

tranpic commented 4 years ago

Hi Victor, Can IoTmanager v2 vibrate ??? I set vibrate: 50 in status bus have not vibrate. Thank

4refr0nt commented 4 years ago

@tranpic Hi! Vibrate worked now in v2.1.0 for Android and iOS