Добро пожаловать!

В этом форуме вы можете обсудить iRidium с другими пользователями.

Основные компоненты iRidium - приложение i3 pro и iRidium Server. Публикуйте здесь свои вопросы, идеи и найденные ошибки.

Вопрос команде технической поддержки вы можете задать, отправив приватное сообщение или email.


Подпишитесь на Историю обновлений, чтобы быть в курсе всех новостей!


Мы перевели нашу службу поддержки на новую систему технической поддержки. С 17.01.2022 мы отключили возможность создавать обращения через личный кабинет userecho. Теперь все запросы обрабатываются по почте на support@iridi.com .

Спасибо вам за ваше понимание и хорошего дня.

0
Отвечен

Сравнение текстов

S1210 8 лет назад в Общий обновлен Dmitry - support (expert) 8 лет назад 4

Добрый день. Проблема такая. Нужно чтобы сравнивались 2 текстовых значения при нажатии на кнопку, и если они совпадают, то блок виден, а если не совпадают, то не виден. Написал такой код. Но почему-то он не работает.


IR.AddListener(IR.EVENT_ITEM_PRESS,IR.GetItem("Search"),function()

{
if (IR.GetItem("Item 5").GetState(0).Text==IR.GetItem("Item 6").GetState(0).Text)
{
IR.GetItem("Item 5").Visible = true;
} else {
IR.GetItem("Item 5").Visible = false;
}
});


В чем ошибка?

Ответ
Dmitry - support (expert) 8 лет назад

IR.AddListener(IR.EVENT_ITEM_PRESS,IR.GetPage("Page 1").GetItem("Search"),function()

{
if (IR.GetPage("Page 1").GetItem("Item 5").GetState(0).Text==IR.GetPage("Page 1").GetItem("Item 6").GetState(0).Text)
{
IR.GetPage("Page 1").GetItem("Item 5").Visible = true;
}
else
{
IR.GetPage("Page 1").GetItem("Item 5").Visible = false;
}

});

Как то так нужно , где Page 1 - это страница или попап где размещен элемет.

0
Ожидает ответа пользователя

Как настроить кнопку (Button) отправлять два разных значения?

AntSakh 8 лет назад в Общий обновлен Максим Миров 8 лет назад 3

Задача: Настроить кнопку отправлять два разных значения 0 и 100 на противоположное в зависимости от текущего состояния по событию Hold.


По идеи простейшая задача для триггер кнопки, но она не подходит так как срабытывает по событию press или release.

В документации предлагают вешать события на Hold например отправлять значение 0 и на событие Release отправлять 100. Но это не очень юзабилити для клиента, запоминать две команды, как например включать и выключать освещение.

0
Не ошибка

parseInt wrong parse

Francesco Zangara 8 лет назад в Общий обновлен Dmitry - support (expert) 8 лет назад 1

Project 1.irpz

parseInt function wrong parse "08" and "09" string.

more, the function wrong parse all string that start with "0" (ex.: "010" > 8, "011" > 9, "020" > 16)


I think that this bug is also present on iridium 2

0
Завершен

Please specify the build-number in "Download"

Theo Derks - NL (distributor) 8 лет назад в Общий обновлен 8 лет назад 2

Hi,

Until the automatic update of all software is still not working (we are still waiting for the fix of this bug), we want an option that show to us the 'buildnumber' of the software-releases.


Because now, it's completely not clear what build-number is published in 'downloads'.


Image 13629



0
Не ошибка

iRidium Server 1.0.5 - Channel not work

Francesco Zangara 8 лет назад в Общий обновлен Dmitry - support (expert) 8 лет назад 5

With new version 1.0.5, channel not work.


1. Create a new server project (or use an old file)

2. Add an Virtual Channel

3. Create a panel project from server project

4. Connect virtual channel to an item (es. an Trigger button)

5. Save all and run both project.


If you click on button, the virtual channel change only on panel side.

Log on server side show "Change channel 9" o "Change channel 13" message, but on web-page variable not change.


Virtual Tags work.

0

Please improve customer invitation email

Jackie Roos 8 лет назад в Общий 0

Current email:

Dear User !

You are invited to iRidium Cloud project by Jackie Roos (jackie@jamware.co.nz).

Project name: Direct10 v3

Now you can use this project in your iRidium pro.

To start using your project, open this letter on your iOS or Android-based device and click here (or install the iRidium pro

)


Please make much more explicit and change to something like this


You are invited to iRidium Cloud project by Jackie Roos (jackie@jamware.co.nz).

Project name: Direct10 v3


To use this project

1. Go to http://www.iridiummobile.net/my-account/ and create and register and activate an account

2. Install the iRidium pro (i3 pro) app from Google Play, the App Store or Download here for Windows: http://www.iridiummobile.net/download/software/v3/

3. Run i3 pro and log in with the same credentials used in step one

4. Open this email on your Windows, iOS or Android device and click here



And To make this even better please

1. create an i3 pro download for Windows in the downloads section, and link directly to that in step 2

2. create a direct link to the registration page for step 1.


thanks

0
Не ошибка

Сервер перестает работать

Богдан Меленчук 8 лет назад в Общий обновлен Oksana (expert) 7 лет назад 2

есть Сервер на raspbery 3 , после установки сервера нормально работает в течение нескольких часов, затем raspbery постоянно перезагружается. Без сервера raspbery хорошо работает. Проблема временно решается переустановкой чел.

0
Ожидает ответа пользователя

passwrd 1-4 from v2 to use with cloud (v3)

oggi katic 8 лет назад в Общий обновлен Dmitry - support (expert) 8 лет назад 1

hi there

in v2 it was possible to make 1-4 password in transfer and use these 4 password.

how can these be used with cloud version.. ?


how to easily protect some pop up with clood projects (cant transfer via Local)

0
Отвечен

Количество знаков после запятой в поле ввода

Vladimir Bykov 8 лет назад в Общий обновлен 8 лет назад 2

Я привязываю числовой фидбек к свойству .text поля ввода.

Подскажите, пожалуйста, как уменьшить количество знаков после запятой.

Image 13135

0
Ожидает ответа пользователя

Company Registration

Maurits Roos 8 лет назад в Общий обновлен Dmitry - support (expert) 8 лет назад 2

In the i3 pro introduction webinar it said we could set up a registration as a company that staff could log on and of with


Is this working yet if so how do we stet up



Сервис поддержки клиентов работает на платформе UserEcho