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.

0
Answered

Different values in in_Value and in_Name

Bram Swinkels 4 years ago updated by Vladimir Ovchinnikov (expert) 4 years ago 6

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");

     }

}

0
Under review

IR.AddListener(IR.EVENT_WORK,0,function() available in IR server?

Bram Swinkels 4 years ago updated by Vladimir Ovchinnikov (expert) 4 years ago 1

Hi,

Can I use IR.AddListener(IR.EVENT_WORK,0,function() in iRidium Server?

So the server always checks the script?

0
Answered

Complex button

Wouter van der Post 4 years ago updated by Aleksandr Romanov (CTO) 4 years ago 1

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:

Screencast timer control.mp4

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:

Image 39285

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:

Image 39286

When the user presses 'start' the button ends up in the third state where the user can optionally stop the timer:

Image 39287

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?

0
Answered

Languages of Google Home

Gabriel Manzano 4 years ago updated by Aleksandr Romanov (CTO) 4 years ago 1

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

0
Answered

Read sunset in scripts

Dan 4 years ago updated by Vladimir Ovchinnikov (expert) 4 years ago 3

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
  • 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?

Image 38723

Image 38725

Kind Regards,

Dan

0
Answered

Edit box limit value trough server

Bram Swinkels 4 years ago updated by Aleksandr Romanov (CTO) 4 years ago 6

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.

0
Under review

raspberry Pi 4

Anton Gegeniger 4 years ago updated by Vladimir Ovchinnikov (expert) 4 years ago 3

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.

0
Answered

The Interface show parameters of "Power Metering - HDL"

anhtu129297 4 years ago updated 4 years ago 4

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!!!

Image 37926

0
Answered

Gira S1, X1 or G1 as KNX gateway?

Richard LeBlanc 4 years ago updated by Aleksandr Romanov (CTO) 4 years ago 1

is it possible to use one of these components to connect a iRidium project to a installation?

0
Answered

HDL IntelliCenter - i3 lite requirement

Ranil Roshan 4 years ago updated 4 years ago 4

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