Add your idea or search for answers in existing topics. The most popular ideas will be implemented faster!
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.
Trend/graph
Hello everyone!
Are there any new ideas about building graphs/trends in iRidium for example daily temperature?
BR
Leszek
"Freezing" static list when pressing button until button release.
I have static list on my project for PC and i have buttons with press and release event. When I move cursor out from button while pressing the button, static list moves and now when i release, it wont send relase command. So can i remove "drag static list" event when pressing on button so static list will not move, and put "drag static list" event back when releasing button?
Trigger with memory which sets up the last value of the variable
To creat a trigger with memory use the script used in the example of the project below:
KNX_SmartTrigger.irpz
The script works with any driver, not KNX only.
In order for it to work, set up connection with equipment, commands, channels, and buttons which will work as "smart" triggers.
Such button has to be of the Button type and have feedback channel from the controlled address assigned to it to display the actual state.
Then open the script editor - [JS] and create description of all "smart" triggers the same way it's done in the example.
For each trigger describe the following:
- the name of the controlled driver
- the address where the trigger sends data (the command name, where the data is sent and the feedback channel name have to be the same in the driver settings)
- the path to the trigger (page, item name)
- the value for the trigger to "remember" by default. It is required at the project launch. If at launch the variable = 0, then the will be set up when clicking this value.
trigger(IR.GetDevice("KNX Router (KNXnet/IP)"), // driver "Address 1", // KNX address (Command = Feedback) IR.GetItem("Page 1").GetItem("Item 2"), // Trigger Button 50) // the trigger value by defaultTo create another trigger, copy only this block of data and change the necessary parameters - the item address, the KNX address, the driver name. The rest of the script file has to be left unchanged.
UPNP discovery
The reason behind no discovery is quite apparent from the following, I made 3 different packet captures of the discovery process. First with iRidium client, next with the original Sonos app and finally with an UPNP Developer Tool. Both the Original Sonos app and the UPNP Developer Tool could find the Sonos Devices on my network immediately every time. Whilst the iRidium client discovery can "sometimes" take a minute or 2. I repeated this 3 times just to be sure. It would be great if the iRidium client could copy what the UPNP Developer tool is broadcast so that we can use this device with all UPNP devices.
Iridium Client Sends one broadcast.
M-SEARCH * HTTP/1.1
HOST: 239.255.255.250:1900
MAN: "ssdp:discover"
MX: 3
ST: upnp:rootdevice
The original Sonos App, 2 broadcasts are sent 2 seconds apart targeted specifically at the sonos household and two different broadcast addresses are used.
M-SEARCH * HTTP/1.1
HOST: 239.255.255.250:1900
MAN: "ssdp:discover"
MX: 1
ST: urn:schemas-upnp-org:device:ZonePlayer:1
X-RINCON-HOUSEHOLD: Sonos_XXXXXXXXXXXXXXXXXXXXXXXXX
M-SEARCH * HTTP/1.1
HOST: 239.255.255.250:1900
MAN: "ssdp:discover"
MX: 1
ST: urn:schemas-upnp-org:device:ZonePlayer:1
X-RINCON-HOUSEHOLD: Sonos_XXXXXXXXXXXXXXXXXXXXXXXXX
UPNP Developer Tool send two broadcasts less than 1 second apart, note the MX record gives all the devices to respond within 5 seconds
M-SEARCH * HTTP/1.1
ST: upnp:rootdevice
MAN: "ssdp:discover"
MX: 5
HOST: 239.255.255.250:1900
Content-Length: 0
M-SEARCH * HTTP/1.1
ST: upnp:rootdevice
MAN: "ssdp:discover"
MX: 5
HOST: 239.255.255.250:1900
Content-Length: 0
Thanks,
Roger
Wake On LAN - turn on PC via network
WakeOnLan.irpz
Panel Android Transfer
1 Samsung Tab4 tablet.
I download the program(i2) on tablet. I can not install the project.It is truncated .
You will see in the pictures .
Note: I reset the tablet.I installed the program again.the same error.
Thanks.
Android: screen brightness adjustment doesn't work
IR.SetVariable("System.Display.Bright", 0);
it will not work on Android.
It works perfect on iOs.
http://wiki2.iridiummobile.net/Tokens_API#Get_Data_about_Device_Display
External Communication with the IP/KNX interface
To communicate (with I2control) by internet with the Weinzierl IP/KNX BAOS 772 interface, is it possible to insert the domain name with the port number instead of the public IP address ?
Sincerely,
Patrick
Frustrated....!! Should I be looking at a different control solution..??
I am not sure why but maybe someone could please provide some feedback as to why there is still no MiOS/Vera support in iRidium?? The Vera 3 and the Vera Edge on of the most popular Z-Wave gateways available why is there such an issues with getting a native Script/Driver from iRidium and or the community?
I am also equal as frustrated that here in Australia were we don't speak Russian the only please that it seems you can by the Fibaro / Z-Wave Script/Driver Licence is from a site ALL in Russian and that NEVER respond to enquires.
Please iRidium I love you software and want to support and sell it here in Australia but its hard when you don't offer support for MiOS/Vera.
Someone.....Anyone.....Please HELP!!
Happy to pay a fee for the drive also
Shaun
Тригер и отключение сцены по второму нажатию
Добрый день, вопрос следующего характера. У меня по кнопке тригеру идет включение сцены. Можно ли следующим нажатием отключить сцену или включить другую? Используя только штатные средства программы? (Вариант с холдом есть, но хотелось бы при обычном нажатии выключать сценарий)Спасибо
Customer support service by UserEcho