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.
Different values in in_Value and in_Name
I need 2 different values in the 'vari' variable. How can I do this?
var vari = "Server.Tags." + in_Name;
var value = in_Value;
var dag = IR.GetVariable("System.Date.DayOfWeek");
if(dag == 1 && vari == "Server.Tags.ma1" && value == "1")
{
if(vari == "Server.Tags.uur1")
{
IR.Log("test");
}
}
IR.AddListener(IR.EVENT_WORK,0,function() available in IR server?
Hi,
Can I use IR.AddListener(IR.EVENT_WORK,0,function() in iRidium Server?
So the server always checks the script?
Complex button
Hello,
I'm examining a way to build a 'control' that can easily be copy-pasted multiple times.
We've created a small video that shows the functionality of this control:
In this scenario the user can set a timer, and stop the timer when it's running. So initially I was thinking about a button with 3 states, in the Off state it looks like this:
The user can press the button and ends up in the second state. But in this state the user can adjust the time using the up/down arrows:
When the user presses 'start' the button ends up in the third state where the user can optionally stop the timer:
The actual timer functionality will be coded in JS, but I'm looking for the least complex way to create a UI like this without JS.
Do you have a suggestion how to accomplish this?
Languages of Google Home
I have seen on the Wiki-Documentation that Amazon Alexa voice control supports some specific languages. My question is what languages does Google Home specifically support? I want to control an installation in Spanish language, is it possible?
Thank you
Read sunset in scripts
Hi,
I'm adding timed events based on the local daylight times to a project, with the ability to use an offset for these events.
Reading through some similar topics, I have found that you do not natively support this, so I have added this functionality through scripts in the following way:
To get the sunset time in the scripts:
- Created a schedule, 'Sunset' that begins at sunset and ends at sunrise, repeating every day.
- Created a routine, 'Sunset'... WHEN 'Sunset' starts, THEN send_tag (System.Date.Day -> Sunset_Alert)
- This channel has a script modifier that sets a tag with the current time when called
The same was done to get sunrise time.
I have left this running over the weekend to populate the server tags with the current sunset and sunrise times before I implement the timed events functionality.
The sunrise tag has correct values, while the sunset tag is still blank.
Looking at the server logs, I've noticed the following
- I see the following each time it is sunrise, which correctly sets the sunrise time
- [08-03-2020 06:07:00.002] INFO State of event 'Sunrise' has been changed to start
[08-03-2020 06:07:00.002] INFO SCRIPT Sunrise set to 6:07
[08-03-2020 06:07:00.002] INFO Routine 'Sunrise' has been activated
[08-03-2020 06:07:00.002] INFO State of event 'Sunset' has been changed to finish
- [08-03-2020 06:07:00.002] INFO State of event 'Sunrise' has been changed to start
- I do not see any other mention of 'Sunset' in the logs.
I have tested changing the channel 'Sunset_Alert' from the web interface - the script modifier is correctly called.
Below is the schedule and event for Sunset that I have, can you see any reason why this may not be working?
Kind Regards,
Dan
Edit box limit value trough server
Is there a way that I can limit my characters in my editbox while I'm using a server. I have a script the only allows 2 characters, but when I go to my server panel I can fill more than 2 characters.
raspberry Pi 4
Have you tried to run the Server on a Raspberry Pi 4? Is there any possible problem? Just want to buy Pi 4 for using as a server.
The Interface show parameters of "Power Metering - HDL"
Hi everyone
Curently, my client is looking to add measurement funtionality " Power Metering - HDL ".
So, I do not know whether iridium has supported it or not? (eg: Communication, measurement interface,...)
Because they very very like HDL devices and Iridium app so I really want to please them.
Hope that you guys can answer for me soon. Many Thanks!!!
Gira S1, X1 or G1 as KNX gateway?
is it possible to use one of these components to connect a iRidium project to a installation?
HDL IntelliCenter - i3 lite requirement
Hi
I'm planing to buy new HDL IntelliCenter Model 2 for one of my customers high end home theater control.
Does any one know what comes with HDL IntelliCenter and what additional to be purchase from iRidium to create the project on it.
Ranil
Customer support service by UserEcho