Uw opmerkingen

I'll add: need to add a hotkey to select overlapping elements when working with the mouse, for example - when the Alt key is held down and clicking at one point, overlapping elements are alternately selected. Such functionality is realized in many graphic editors (for example CorelDraw)


Добавлю: необходимо добавить горячую клавишу для выбора перекрывающихся элементов при работе с мышью, например - при зажатой клавише Alt и клике в одной точке поочередно выбираются перекрывающиеся элементы. Такой функционал реализован во многих графических редакторах (например CorelDraw)

You may open this file with Wireshark or attach to topic


In the settings nothing else has changed


You did try localhost, when running i3 pro on the some PC? Firewall on local network?


Next steps:

1. Check what 9090 port is correctly opened https://technet.microsoft.com/en-us/sysinternals/tcpview.aspx

2. Make dump of network traffic on localhost https://www.netresec.com/?download=RawCap

I did not change anything in the code

Don't change port in Services -> Control in Kodi (default 8080)

9090 port is a built in AJAX service

Just run as example Metro_XBMC_iPhone.irpz, choice "Add" at top menu (127.0.0.1:9090)


PS: check what "Allow remote control from applications on other systems" is ON

Samples in XBMC.zip worked! Tested on Kodi 17 - Windows 7, iPad 2

use 9090 port


(я использовал порт 888 вместо 8080)


Насколько я понял i3 Pro v1.1.3 хочет видеть версию протокола TLS 1.2,

а Trassir V3 6664 может предложить только TLS 1.0


Создайте дамп попытки подключения с i3 Pro и дамп удачной загрузки страницы с браузера (или предыдущей версией i3 pro), например https://127.0.0.1:8080/health?username=admin&password=admin

воспользуйтесь для этого RawCap

оба файла прикрепите к тикету

У меня на Trassir 4.0.123028 не воспроизводится сложность (iRidium v1.1.3.19396)

У вас какие версии?


IR.GetDevice("AV & Custom Systems (HTTP)")
.Send(['GET,/health?username=admin&password=admin']) //https://localhost:8080/health?username=admin&password=admin
IR.AddListener(IR.EVENT_RECEIVE_TEXT, IR.GetDevice("AV & Custom Systems (HTTP)"), function(text) 
{ IR.Log(text); });

{
	"disks": "0",
	"database": "0",
	"channels_total": "0",
	"channels_online": "0",
	"uptime": "1049",
	"cpu_load": "14.85",
	"network": "1",
	"automation": "1",
	"disks_stat_main_days": "0.00",
	"disks_stat_priv_days": "0.00",
	"disks_stat_subs_days": "0.00"
}
/*

Meanings of values:

-1 - undefined value
 0 - bad health (error)
 1 - good health (ok)

Values for channels are channel counters.

Value of cpu_load is given in percents.

*/