Welcome!
On this forum you can discuss iRidium with other users.
iRidium consist of 2 main components - i3 pro app and iRidium Server. Please post here your questions, ideas or errors you find.
Please send your questions to support team as a private messages.
Please subscribe to the Change Log to know our news
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.
Свойство layer для попапов
Предлагаю сделать свойство layer для попапов, т.е. с каким приоритетом будут находится попапы относительно друг друга, например иногда нужно, чтобы один попап открывшийся позже находился за другим попапом, который уже был открыт
Control of Timers in native drivers
Add ability to set up Timer in Channel properties (that supports "request by Timer").
For example HDL reads the Sensor status by Timer:
// Timer: 0 - works once, when the app Starts. // If the Timer has been turned on, it stops IR.GetDevice("HDL-BUS Pro Network").SetTimer("Lux Air:Read", 0) // Timer: 1 or more - works in interval (sec), all the time IR.GetDevice("HDL-BUS Pro Network").SetTimer("Lux Air:Read", 5) // If you want to turn timer off at all, there is 2 variants: // 1. send -1 in .SetTimer() method // 2. add the method .StopTimer() // but with "-1" you can read it as .Timer property, so v1 is preferred
disable sidebar
Is it possible to disable the sidebar? (which is shown with a gesture from left side of the screen to the right)
I'm not sure why this would be useful to an end user. The end user has the installer for managing projects etc. Now he can accidentally open the menu and 'break' stuff. And he is able to see all projects in the cloud of an installer who logged in, or does the user have to create an own account at iridium?
Support for SwiftKey
Hi,
We discovered the Apple iOS keyboard "Swiftkey" (https://swiftkey.com/en/keyboard/ios/) is not working in i3 Pro, i3 Config and i3 Lite.
This keyboard is supported in all apps in iOS, so why it is not working in iRidium???
Please add support for SwiftKey, or support for all external keyboards for iOS.
thanks
Theo
Cloud/local in i3 Pro
Hi,
When opening the side-bar (swipe from left) in i3 Pro, the default environment is always Cloud.
But if you use only 'Local' files, you have to choose every time the button 'Local'.
Please remember the latest choice, so the installer/end-user don't have to choose every time his favorite choice.
Thanks
Theo
IR.EVENT_ORIENTATION firing twice
Hi
I am running into issues as the listener for IR.EVENT_ORIENTATION fires twice very time the device is turned.
Can this please be stopped so the event fires once per turn.
IR.AddListener(IR.EVENT_ORIENTATION,0,function(){ IR.Log("EVENT_ORIENTATION System.Orientation: " + IR.GetVariable("System.Orientation"))});
Eg, in Windows, F5 Rotates the app and this is the logging from the above listener
[11-11-2015 11:45:43.518] INFO EVENT_ORIENTATION System.Orientation: 0
[11-11-2015 11:45:43.534] DEBUG Loading is complete
[11-11-2015 11:45:51.081] INFO EVENT_ORIENTATION System.Orientation: 1
[11-11-2015 11:45:51.097] DEBUG CIridiumCore::ChangeOrientation(1)
[11-11-2015 11:45:51.112] INFO EVENT_ORIENTATION System.Orientation: 1
[11-11-2015 11:45:52.144] INFO EVENT_ORIENTATION System.Orientation: 4
[11-11-2015 11:45:52.159] DEBUG CIridiumCore::ChangeOrientation(4)
[11-11-2015 11:45:52.175] INFO EVENT_ORIENTATION System.Orientation: 4
[11-11-2015 11:45:52.909] INFO EVENT_ORIENTATION System.Orientation: 2
[11-11-2015 11:45:52.925] DEBUG CIridiumCore::ChangeOrientation(2)
[11-11-2015 11:45:52.941] INFO EVENT_ORIENTATION System.Orientation: 2
[11-11-2015 11:45:53.613] INFO EVENT_ORIENTATION System.Orientation: 3
[11-11-2015 11:45:53.628] DEBUG CIridiumCore::ChangeOrientation(3)
[11-11-2015 11:45:53.644] INFO EVENT_ORIENTATION System.Orientation: 3
[11-11-2015 11:45:54.238] INFO EVENT_ORIENTATION System.Orientation: 1
[11-11-2015 11:45:54.253] DEBUG CIridiumCore::ChangeOrientation(1)
[11-11-2015 11:45:54.269] INFO EVENT_ORIENTATION System.Orientation: 1
[11-11-2015 11:45:54.675] INFO EVENT_ORIENTATION System.Orientation: 4
[11-11-2015 11:45:54.691] DEBUG CIridiumCore::ChangeOrientation(4)
[11-11-2015 11:45:54.706] INFO EVENT_ORIENTATION System.Orientation: 4
thanks very much
Токен датчика приближения не работает
Добрый веер, уважаемая техподдержка
Столкнулись с проблемой, не работает токен датчика приближения.
Проверяли на iOS и Android. Значения всегда false, вне зависимости от состояния датчика "Зыкрыт/открыт" - накрывали датчик.
IR.GetVariable("System.Proximity")
PS Еще куда-то пропала вся история тикетов.
Force save project token value
Hello,
I need to be able to forcefully store the value of a project token in a panel project. In case of power loss the token values are lost. I write the value to the token from JS, so a function like "IR.PersistTokens()" would be more than welcome.
controlling button on mutiple panels
What is the best way to connect a button on multiple panels with a iridium server? i'm using trigger buttons and when i change the button on 1 panel i want that the rest of the panels also make that change. I used to do it with feedback from my helvar routers but now i have some buttons that need to change without sending data to/recieving data from the helvar routers.
First I thought to use virtual feedbacks from my server. I write the value to the feedback when i press on the button and on the panel i changed te value is see that the value have changed. But when I i look on a other tablet and on my web interface is still see the old value.
Am i doing something wrong or do i need to do it an other way?
[v1.2.7] Project auto update
The following is a line from the release notes for version 1.2.7
Client i3 Pro (1.2.7.14575)
- The function for project auto update is added
Can you give a short description of what this means and how this works?
Customer support service by UserEcho