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.
MQTT: Convert data before sent/receive
Hi,
My MQTT sent/receive command by string "ON" and "OFF" not 0 1
Is it possible to convert them?
for example
when receive string "ON" from Feedback
just convert to 1
and when send 1 to MQTT Tag just convert and send out "ON" string
Логика управления кондиционером при помощи логических Схем в iRidium Pro
Добрый день друзья. Очередной вопрос касательно логических схем в iRidium Pro. В общем есть задача по управлению кондиционерами посредством отправки ИК команд. Управление будет происходить с нескольких устройств. Камнем преткновения стало отправка температуры, а точнее соответствующей ей ИК команды через ИК эммитер HDL. Раньше, насколько я помню, чтобы команда отработала необходимо было отправлять число 255, сейчас же команда отрабатывает при отправки любого значения от 0-255, что в корне меняет ситуацию. Для начала сделал таблицу AC old, но там не обойтись без вывода нулей, соответственно кондиционер сходит с ума получаю кучу команд. Так же этот способ очень не удобен если у тебя несколько кондиционеров (у меня 6), в виду того, что таблицы нельзя клонировать. Далее пришла в голову идея сделать единый блог с данной логикой, чтобы легче было создавать логику для всего набора кондиционеров AC, но он вообще не заработал. Полагаю вся проблема в том, что во все каналы должны отправляться данные, а если данные в какой-то канал не отправляются то не работает логика в целом. Прошу техподдержку помочь в данном вопросе.
P.S. Не знаю к какой именно категории отнести данный вопрос, измените сами пожалуйста.
No Logs directory
root@beaglebone:/home/debian# ls -l /var/lib/iRidium\ Server/
total 8
drwxrwxrwt 2 root root 4096 Jun 10 08:18 DataBase
drwxrwxrwt 3 root root 4096 Jul 2 20:32 Documents
root@beaglebone:/home/debian#
Should I create Logs dir manually?
Periodic tasks with interval less than one day
Is there a way to perform a periodic task in interval less than one day? This is not a solution - connectivity between panel and server considered unreliable.
UMC server routing
I followed the manual: http://dev.iridiummobile.net/IRidium_Server_UMC/en
My question is: When should routing be turned "ON"?
Create an empty script file (JS icon on the top toolbar + New Script) and add the script in it:
IR.AddListener(IR.EVENT_START,0,function() { var KNXSerial = "KNXIPClientSerial"; // name of KNX Serial driver in your project if(IR.GetDevice(KNXSerial)) { IR.GetDevice(KNXSerial).SetParameters({ServerDevice: "iRidium Server"}); } IR.CreateDevice(IR.DEVICE_KNX_IP_SERVER, "iRidium Server", {Port: 3671, ClientDevice: KNXSerial, Routing: false // true - to turn Routing on }); });
After the project with the configured driver and script is launched on the UMC, you will be able to find the UMC in ETS and use it as an interface to access the bus.
Ошибка авторизации на коммерческой лицензии
В тестовом режиме все было ок. После перевода сервера (RPi debian) на коммерческую лицензию, не могу подключиться с панели (пока тестировал только на Android 6.0) к серверу.
Лог на сервере:
[18-06-2017 00:10:40.000] INFO IRIDIUMSERVER Accept Client id - 0 1 ip:33968 [18-06-2017 00:10:40.000] INFO IRIDIUMSERVER Welcome 4 [18-06-2017 00:10:40.000] ERROR IRIDIUMSERVER Authorization error [18-06-2017 00:10:40.000] INFO IRIDIUMSERVER Offline(0) 1 [18-06-2017 00:10:40.000] INFO IRIDIUMSERVER Release Client id - 1 ip:33968 [18-06-2017 00:10:41.000] INFO IRIDIUMSERVER Accept Client id - 0 1 ip:33970 [18-06-2017 00:10:41.000] INFO IRIDIUMSERVER Welcome 4 [18-06-2017 00:10:41.000] ERROR IRIDIUMSERVER Authorization error [18-06-2017 00:10:41.000] INFO IRIDIUMSERVER Offline(0) 1 [18-06-2017 00:10:41.000] INFO IRIDIUMSERVER Release Client id - 1 ip:3397
Пробовал под учеткой админа (создателя проекта) сначала. Потом под учеткой пользователя - выдал приглашение на доступ к проекту и т.д... в обоих случаях Authorization error
Читал раздел http://dev.iridiummobile.net/IRidium_for_iOS/ru#Commercial_Use - все делал как там описано.
Я что-то упустил?
iridiumserver_1.1.6 won't install/run on Ubuntu
iridiumserver_1.1.6 won't install/run on Ubuntu
I try with both UMC and RPI package
Here is my output
root@pine64:~# uname -a
Linux pine64 3.10.105-0-pine64-longsleep #3 SMP PREEMPT Sat Mar 11 16:05:53 CET 2017 aarch64 aarch64 aarch64 GNU/Linux
root@pine64:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.2 LTS
Release: 16.04
Codename: xenial
######## ############
#### UMC not install and give my an error
######## ##########
root@pine64:~# sudo dpkg -i /home/ubuntu/iridiumserver_1.1.6-12402_UMC.ipk
dpkg-deb: error: archive '/home/ubuntu/iridiumserver_1.1.6-12402_UMC.ipk' has premature member 'data.tar.gz' before 'control.tar', giving up
dpkg: error processing archive /home/ubuntu/iridiumserver_1.1.6-12402_UMC.ipk (--install):
subprocess dpkg-deb --control returned error exit status 2
Errors were encountered while processing:
/home/ubuntu/iridiumserver_1.1.6-12402_UMC.ipk
######## ############
#### RPI install ok but won't run
######## ##########
root@pine64:~# sudo dpkg -i /home/ubuntu/iridiumserver_1.1.6-12402_RPI.deb
(Reading database ... 17664 files and directories currently installed.)
Preparing to unpack .../iridiumserver_1.1.6-12402_RPI.deb ...
iRidium Server deinstallation
/var/lib/dpkg/info/iridiumserver.prerm: 3: /var/lib/dpkg/info/iridiumserver.prerm: killall: not found
remove /iridiumserver/
Create /var/lib/iRidium Server/
Unpacking iridiumserver (1.1.6) over (1.1.6) ...
Setting up iridiumserver (1.1.6) ...
Creating autostart script...
Starting server...
/var/lib/dpkg/info/iridiumserver.postinst: 10: /var/lib/dpkg/info/iridiumserver.postinst: /iridiumserver/iridium: not found
root@pine64:~# /iridiumserver/iridium
bash: /iridiumserver/iridium: No such file or director
UMC server as gateway for bus monitor in ETS4
I can use the UMC server as gateway to program the KNX components when I am in the local network with the UMC server. Can I do that also from the office, through an external IP address?
And, is it also possible to use the bus monitor in ETS4 with the UMC server as gateway?
Firewall ports
What protocol and ports should I allow on my server to allow connection from outside to iRidium server?
Is it TCP and 30464 only?
Does anyone have a Raspberry pi 3 server .IMG i can download and install
hi looking for a ready made SERVER.IMG file for Raspberry pi 3 to test out on hardware, would like a pre made and configured .IMG file so i can just upload to raspberry pi.
thanks Barry
Customer support service by UserEcho