We have moved our support service to a new technical support system. Since 17.01.2022, we have disabled the ability to create appeals through the userecho personal account. Now all requests are processed via mail to support@iridi.com .

Thank you for your understanding and have a nice day.

+1
Will be answered

Control the routines by script

Christophe MATHEY 5 years ago in Tips and Tricks updated by Paolo Scarpetta 3 years ago 6

Hello Iridium,

I would be interesting to enable/dsable the sever's routines by script.

Get access to the property 'Enable' of routines would be interessting for our end customer..

This point will complet the property of schedule what you are rending access by script...

+1
Under review

MQTT Import

Ferry 5 years ago in Tips and Tricks updated by Vladimir Ovchinnikov (expert) 5 years ago 3


Is it possible to import MQTT tags into the server via an import? I have many tags that I want to import. This could be much faster via CSV import.

Thanks

+1
Answered

Bar with 'light' stripe on iPhone X

Theo Derks - NL (distributor) 5 years ago in Tips and Tricks updated by Aleksandr Romanov (CTO) 4 years ago 8

Hi 

On the iPhone X, there is in the bottom a 'white stripe' (bar).

This is for swiping to other apps that are running on the iPhone.

Our installer is asking: can we de-activate this 'white stripe' in iRidium i3 pro app? So, it's not more visible?

Thanks

Theo

Image 29439

0
Under review

redundancy

jos 3 years ago in Tips and Tricks updated by Vladimir Ovchinnikov (expert) 3 years ago 1

Is it possible do have a second iridium server running for redundancy, So they can run master/slave and autmatically change server when one is down for maintenance or updating?

0
Under review

Does Iridium supported OAuth2 dialog and protocole

jluc2808 3 years ago in Tips and Tricks updated by Vladimir Ovchinnikov (expert) 3 years ago 6

hello, i want to add several equipment which need to dialogue with the box using an authentification using OAuth2 protocole and exchange, token then with access_token, then need to be renew automatically after expiration_time with refresh_token.

Is there a script / plugin / routine / addon/ ... which implement this function and could be apply to any API dialog ?

thank you for answer

0
Under review

Выбор эмулятора по умолчанию

Умед 3 years ago in Tips and Tricks updated by Vladimir Ovchinnikov (expert) 3 years ago 5

Поставил студию с нуля и обнаружил, что теперь мы имеем три эмулятора, DX11, OGL и стандартный. Как я понял это DirectX, Open GL и какая-то стандартная версия. Раньше некоторые тени элементов отображались некорректно. Перепробовал все версии эмуляторов и о чудо в DX11 отображается корректно и без артефактов. Вопрос, как установить его по умолчанию?

0
Answered

problem with local conection cpu crestron (ios)

Jose Rodriguez 3 years ago in Tips and Tricks updated by Aleksandr Romanov (CTO) 3 years ago 2
Good morning.

We are having problems with the latest update of the ios system on both tablet and mobile.

In this case, when we try to connect locally to the processor's IP, it gives us connection failure, however, if we make the connection remotely, attacking the public address, the device connects correctly to the CPU.

Thank you.
0
Answered

button ON on certain value

Wouter Pattyn 3 years ago in Tips and Tricks updated by Tatiana Kiselyova (expert) 3 years ago 1

Hi,

What way is the best to make a button go in the ON state at a certain number and only at that number? This without using JS?

For example: I have a button with a relation where it reads in the value from a scene of a light. And i want that the button is in the ON state when the value is 13. With any other value the button needs to be in the OFF state.

At the moment i'm doing ith by writing the value in the value of the button, i change the button in a trigger button and change both values to the number it needs to be ON at. And i choose for feedback the invert channel. This seems to work but i don't even understand why it works.

So is there any better way to do this?

0
Answered

Android Studio Inent

Richard t Lam 4 years ago in Tips and Tricks updated by Vladimir Ovchinnikov (expert) 4 years ago 7

Hello,

I am building or own application on android.

I want to start i3 Pro application from my application.

I need the intent from the app. For startin the activity.

For example this is the intent for starting the settings application: android.procider.Settings.ACTION_Settings.

startActivityForResult(new Intent(android.provider.Settings.ACTION_SETTINGS), 0)
0
Answered

Force read a KNX address bypassing the iridium tag

Dan 4 years ago in Tips and Tricks updated by Aleksandr Romanov (CTO) 3 years ago 2

Hi,


We have a server project with a KNX IP Router driver present that occasionally fails to receive an update from the KNX bus when bus activity is high.

By monitoring the KNX bus I can see that both the command and feedback is sent across the KNX bus, but the feedback simply doesn't make it to the iRidium server driver. This causes an issue in that the tags storing these levels will be incorrect until the knx address makes another change.

To retrieve the value of a specific KNX address I am indexing

`var value = IR.GetVariable("Drivers.KNX Server.KNX IP Router.1/6/250");`

which retrieves the old value.

My question is this - is there a way I can force a re-read of a specific KNX address? So that if I detect that no update has been received when it should, I can force the KNX IP Router driver to actively read the KNX bus, instead of relying on its cached value?

Looking forward to your reply,

Dan