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.

0
Beantwoord

IP Camera on i3 Lite

Douglas Israel Francisco 8 jaar geleden in Applications bijgewerkt door Aleksandr Romanov (CTO) 8 jaar geleden 2

How can I add a Dynamic Image on i3 Lite App? I'm not finding some kind of scanner for this.

0

IP Camera with Internet

khaldi 8 jaar geleden bijgewerkt door Andrey S 8 jaar geleden 1

We have LG IP Cameras added successfully to i3 pro and we can see these camera from inside house network, but once we use internet connection using gate we can control HDL devices but we cannot see the cameras...


so what is the right way to make the cameras on the internet working

0
Beantwoord

Domintell from JavaScript

Wouter van der Post 8 jaar geleden in Applications / i3 Pro bijgewerkt door anonymous 8 jaar geleden 2

Hello,


When using the Domintell driver there is an extra level in the drivers tree:

Image 18097

You have the actual driver ("Domintell Network (UDP)") and then all the individual Domintell modules, then the commands and feedbacks.

How can I use these from JavaScript?

I know a reference to the driver can be obtained like this:

IR.GetDevice("Domintell Network (UDP)")

But how do I for example send something to the command "Entree"?

0
Beantwoord

how to run scenes in iridium

sachinb 8 jaar geleden in Products / KNX bijgewerkt door Aleksandr Romanov (CTO) 8 jaar geleden 2
0

HTTP commands

Alexandre Jacob - Home heaven 8 jaar geleden in Server Solutions bijgewerkt door Andrey S 8 jaar geleden 9

Dear all,

I'm working on a prject in order to intergrate Iridium server with a house automation box.

All the commands for this box are like this :


http://ip:port/core/api/jeeApi.php?apikey=3mp8DMSfVyrjHEtvrQTb&type=cmd&id=XY


XY is an exclusive command. For example for the heating in the kitchen :

XY = 90 fot the heating

XY = 89 for the OFF status


The feedback is


http://ip:port//core/api/jeeApi.php?apikey=3mp8DMSfVyrjHEtvrQTb&type=cmd&id=76



I want to create some groups and define the two last digits later (in the web interface "value").

Do you think it's possible.

The driver is well created and define in the server. All the commands are working separately.


And how can I create an automatic feedback to receive the value every minutes?

Thanks in advance


Image 18003


Image 18004

Feedback


Image 18005







0
Waiting for user's reply

Read 4bit event from feedback

Martin Sundström 8 jaar geleden in iRidium Script bijgewerkt 8 jaar geleden 12

I am trying to read the event from a 4bit dimming feedback channel and cannot get anything to show in the log. I am using the following code to catch all events and write them to the log:


IR.AddListener(IR.EVENT_TAG_CHANGE, IR.GetDevice("KNX Router (KNXnet/IP)"), function(name, value)
{
IR.Log(name+":"+value) // output the tag name and its new value in the log

}


It works well for events from other types, KNX touch buttons, temperature from sensors etc. But when I send a 4bit dimming event from either a touch button or through ETS4 I get nothing. Should I use another type of event to catch that specific value or should IR.EVENT_TAG_CHANGE work?


Thanks!



0
Beantwoord

IR.GetCurrentLocalIPInfo in i3 pro

Mike Slattery 8 jaar geleden in Applications / i3 Pro bijgewerkt 8 jaar geleden 8

Looks like this recently stopped working in the latest iridium_pro_setup_1.1.1.474 for Windows PC, Not server. The LAN port used to return it IP and now returns 169.254.254.95

[10-03-2017 10:40:25.580] INFO SCRIPT WiFi Name = Wi-Fi
[10-03-2017 10:40:25.589] INFO SCRIPT IP = 169.254.103.3
[10-03-2017 10:40:25.591] INFO SCRIPT Mask = 0.0.0.0
[10-03-2017 10:40:25.592] INFO SCRIPT MAC = B0-C0-90-8F-0A-31
[10-03-2017 10:40:25.592] INFO SCRIPT Lan Name = Local Area Connection* 11
[10-03-2017 10:40:25.593] INFO SCRIPT IP = 169.254.254.95
[10-03-2017 10:40:25.594] INFO SCRIPT Mask = 0.0.0.0
[10-03-2017 10:40:25.594] INFO SCRIPT MAC = 12-C0-90-8F-0A-31


Code

if (typeof IR.GetCurrentLocalIPInfo == "function") {
// [0] = WiFi [1] = LAN
iPInfo = IR.GetCurrentLocalIPInfo();
IR.Log("WiFi Name = " + iPInfo[0].Name);
IR.Log("IP = " + iPInfo[0].IP);
IR.Log("Mask = " + iPInfo[0].Mask);
IR.Log("MAC = " + iPInfo[0].MAC);
if (iPInfo[1] != null) {
IR.Log("Lan Name = " + iPInfo[1].Name);
IR.Log("IP = " + iPInfo[1].IP);
IR.Log("Mask = " + iPInfo[1].Mask);
IR.Log("MAC = " + iPInfo[1].MAC);
}
}
else IR.Log("No IP Info.");


Antwoord
Oksana (expert) 8 jaar geleden

Hello


We recommend to use this script:


IR.AddListener(IR.EVENT_START,0,function()
{
var local = IR.GetCurrentLocalIPInfo();
IR.Log ("Size: " + local.length); for (var i = 0; i <local.length; i++)
{ IR.Log("Name = " + local[i].Name); IR.Log("IP = " + local[i].IP); IR.Log("Mask = " + local[i].Mask); IR.Log("MAC = " + local[i].MAC); } });


0
Beantwoord

1 wire на raspberry pi 3 gpio

Богдан Меленчук 8 jaar geleden in Server Solutions bijgewerkt door Ekaterina (head of support) 8 jaar geleden 7

Интересует возможность получать значения из шины 1 wire на raspberry.


0
Waiting for user's reply

Проблемы со Squeezebox при конвертировании драйвера в 3-ю версию

Умед Эгамбердиев 8 jaar geleden in Products / AV & Custom Systems bijgewerkt door Tatiana Kiselyova (expert) 7 jaar geleden 49

В общем обнаружил ряд ошибок после конвертации драйвера для 3 версии iRidium.

Ошибки следующие:

  • Поиск не работает, а работает только если из выпадающего списка выбрать само меню поиска.
  • При добавлении песен названных кириллицей в Favorites слетает кодировка.
  • В списке песен "Current Play List" при нажатии на песню начинает играть песня, которая находится над ней. А так же список перематывается на начало что тоже очень не удобно.
  • По какому принципу работает Random Mix не очень понятно, на мой взгляд было бы логично если нажимаешь например Random Songs, то выводятся все песни из папки вперемешку. Так же и с остальными функциями альбомы, артисты, года (только необходимости не вижу в этом, если не зависимо от смешивания все равно будут выводится все песни вперемешку). Сейчас выводится часть песен по непонятной мне логике отбора, но заметил такую вещь, если перейти к последней песне в списке и нажать кнопку следующего трека, начинают подгружаться остальные треки частями.
  • Если в меню Random Mix - Choose Genres: несколько раз нажать select all/none, то по нажатию стрелки для возврата в предыдущее меню придется нажимать ее столько же раз, сколько вы нажали на select all/none

Доработки:

  • Очень бы хотелось иметь кнопку для вывода всех песен, независимо от исполнителя, альбома и т.д. Возможно ли это?
0
Beantwoord

Always stay awake

Alexandre Jacob - Home heaven 8 jaar geleden in Applications / i3 Pro bijgewerkt 8 jaar geleden 6

I've a problem with i3pro. Actually, when i3pro is on, the android tab doesn't go to sleep...

I configured in android after 30 sec and when i3pro is off, the screen turns off after 30sec. When i3 is active, no.

I'm using a galaxy tab lite 3 (android kitkat 4.4).

The project is very simple, juste one page and no screensaver in the project.

Do you have any idea?

Thanks in advance for your help.