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.
ITach Flex Link Relay & Sensor Cable
Can we have support for the iTach Flex Relay and sensor cable in the Clobal Cache Driver. Plugged into the iTach Flex allows you to control 4 Relays and monitor the states of 4 inputs
SSL support for the AV TCP driver
It would be great if SSL support could be added to the TCP driver. Adding the SSL handshaking into the driver would make it easier to script custom driver.
Thanks,
Roger
creat serveral command,feedback
Hello.
I creat project use AV&Custom system. I want use exel or wordpad to creat list command and feedback example
(name)'command1'; (data)''; (T/F)0.
(name)'command2'; (data)''; (T/F)0.
(name)'command3'; (data)''; (T/F)0.
. Then import command and feedback to driver server. It verry fast to creat command than creat by iRidium. thanks
Is there any Sony Bravia IP Control example panel?
Is there any Sony Bravia IP Control example panel?
Force Content-Length in header
Hello,
The webserver (API) I am calling from iRidium requires the Content-Length header to be present. Even a value of '0' is OK, as long as the header property is in the request.
If I execute the following:
IR.GetDevice("Custom AV").SendEx({ Type: "POST", Url: "/api/v1/sp/1/1, Headers: {"Content-Type":"application/json", "X-Api-Key":"somekey"}, cbReceiveCode: function(code) { if (code != 200) { IR.Log("Error response (" + code + ") received"); } }, cbReceiveText: function(text, code, headers) { if (code != 200) { IR.Log("Error response (" + code + ") received\r\nDetails: " + text); } } });
There is no Content-Length header in the request.
I tried to force it by adding an empty data object:
var data = ""; IR.GetDevice("Custom AV").SendEx({ Type: "POST", Url: "/api/v1/sp/1/1, Data: [data], Headers: {"Content-Type":"application/json", "X-Api-Key":"somekey"}, cbReceiveCode: function(code) { if (code != 200) { IR.Log("Error response (" + code + ") received"); } }, cbReceiveText: function(text, code, headers) { if (code != 200) { IR.Log("Error response (" + code + ") received\r\nDetails: " + text); } } });
But this also does not add the header.
According to the documentation I can't add this property to the Header field.
Can you tell me if there is another way to add "Content-Length":0 to the request header?
Telnet
Hi
Can anyone help me how to connect to a telnet without username and password and just send comments and receive feedback.Thanks
HTTP-stream(audio) in i3pro
Hello,
Does anyone know if i3pro able to play audiostream? Or it works only with files from gallery?
And one more question. Is it possible to start sound capture from device microphone?
Thank you!
Проблема дравйвера MQTT
Здравствуйте!
Обнаружилась проблема при импорте команд и фидбэков для драйвера MQTT:
- если в топике тега присутствует знак "-", то импортированная команда не будет работать до тех пор, пока в импортированном топике тега не заменить символ дефис вручную (ввести с клавиатуры "-" и сохранить проект).
Custom Content-Type header in Custom HTTP (TCP)
http://dev.iridiummobile.net/AV_%26_Custom_Systems doesn't specify, how to redefine a Content-Type http header. Is there a way to change it?
Проблемы со Squeezebox при конвертировании драйвера в 3-ю версию
В общем обнаружил ряд ошибок после конвертации драйвера для 3 версии iRidium.
Ошибки следующие:
- Поиск не работает, а работает только если из выпадающего списка выбрать само меню поиска.
- При добавлении песен названных кириллицей в Favorites слетает кодировка.
- В списке песен "Current Play List" при нажатии на песню начинает играть песня, которая находится над ней. А так же список перематывается на начало что тоже очень не удобно.
- По какому принципу работает Random Mix не очень понятно, на мой взгляд было бы логично если нажимаешь например Random Songs, то выводятся все песни из папки вперемешку. Так же и с остальными функциями альбомы, артисты, года (только необходимости не вижу в этом, если не зависимо от смешивания все равно будут выводится все песни вперемешку). Сейчас выводится часть песен по непонятной мне логике отбора, но заметил такую вещь, если перейти к последней песне в списке и нажать кнопку следующего трека, начинают подгружаться остальные треки частями.
- Если в меню Random Mix - Choose Genres: несколько раз нажать select all/none, то по нажатию стрелки для возврата в предыдущее меню придется нажимать ее столько же раз, сколько вы нажали на select all/none
Доработки:
- Очень бы хотелось иметь кнопку для вывода всех песен, независимо от исполнителя, альбома и т.д. Возможно ли это?
Customer support service by UserEcho