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

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

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

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


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


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

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

0
Отвечен

IP Camera on i3 Lite

Douglas Israel Francisco 8 лет назад в Приложения обновлен Aleksandr Romanov (CTO) 8 лет назад 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 лет назад обновлен Andrey S 8 лет назад 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
Отвечен

Domintell from JavaScript

Wouter van der Post 8 лет назад в Приложения / i3 Pro обновлен anonymous 8 лет назад 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
Отвечен

how to run scenes in iridium

sachinb 8 лет назад в Products / KNX обновлен Aleksandr Romanov (CTO) 8 лет назад 2
0

HTTP commands

Alexandre Jacob - Home heaven 8 лет назад в Server Solutions обновлен Andrey S 8 лет назад 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
Ожидает ответа пользователя

Read 4bit event from feedback

Martin Sundström 8 лет назад в iRidium Script обновлен 8 лет назад 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
Отвечен

IR.GetCurrentLocalIPInfo in i3 pro

Mike Slattery 8 лет назад в Приложения / i3 Pro обновлен 8 лет назад 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.");


Ответ
Oksana (expert) 8 лет назад

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
Отвечен

1 wire на raspberry pi 3 gpio

Богдан Меленчук 8 лет назад в Server Solutions обновлен Ekaterina (head of support) 8 лет назад 7

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


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

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

Умед Эгамбердиев 8 лет назад в Products / AV & Custom Systems обновлен Tatiana Kiselyova (expert) 7 лет назад 49

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

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

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

Доработки:

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

Always stay awake

Alexandre Jacob - Home heaven 8 лет назад в Приложения / i3 Pro обновлен 8 лет назад 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.


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