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

Colourpicker RGB value

Harm 5 years ago in Tips and Tricks updated by Aleksandr Romanov (CTO) 5 years ago 2

Hello,

How can I use the colourpicker (http://wiki2.iridiummobile.net/Examples_of_Controlling_Equipment_of_the_KNX_Bus and https://s3.amazonaws.com/iRidiumWiki2.0/Driver_KNX/KNX_ColorPicker.irpz) on one RGB-address (3x255)?

The variable "color" does not have the right value and need to be converted.

Someone have an idea?


Best wishes,

Harm

0
Answered

How to disable Static List scrolling

Ivan M. 5 years ago in Tips and Tricks updated by Vladimir Ovchinnikov (expert) 5 years ago 2

Hi to all,

I'd like to disable the manual scrolling in Static List object, but I can't see any option that can do the work. If I set to False the "Active" property then the objects inside the list are disabled too.

I already tried to add a listener via script but it seems not to work.

I use the Static List dinamically via script to populate it with popup objects.So I can't change the list type.

Any idea or workaround?

Thank you

0
Under review

is it possible to run SQL command on irpro server start?

Tanapol E. 5 years ago in Tips and Tricks updated by Vladimir Ovchinnikov (expert) 5 years ago 7

is it possible to run SQL command on irpro server start?

I would like to run 

"DELETE FROM `FLOAT_TAG_HISTORY` WHERE `VALUE` = 0.00" 

and

"DELETE FROM `INTEGER_TAG_HISTORY` WHERE `VALUE` = 0"

to clear out zero value in IR Main database

0
Answered

Truncated response from a TCP connection

Dan 5 years ago in Tips and Tricks updated by Vladimir Ovchinnikov (expert) 5 years ago 10

I'm writing a script to control a Sony Projector via TCP.

I have created the device using IR.CreateDevice, and have properly defined the IP & port (the connection is established).

When sending a simple status command (`02, 0a, 53, 4f, 4e, 59, 01, 00, 11, 00`) via driver.Send(msg), the expected response would be `02, 0a, 53, 4f, 4e, 59, 00, 00, 11, 02, 01, 80`, whereas I only see `02, 0a, 53, 4f, 4e, 59` (i.e. everything after the first null character was truncated).

Using a separate TCP client app (Hercules) sees the correct response.

Is there a way to force the EVENT_RECEIVE_TEXT listener I am using to keep listening following a null character received?

Thanks,

Dan

0
Answered

iriduim file size needs to be reduced.

Zohaib Hussain 5 years ago in Tips and Tricks updated 5 years ago 8

Iriduim client file contains lot of pages and pop-up which makes the file more big and its very hard to transfer and upload it on the cloud because of the file size anything can be done in this case to make the file more small???

0
Completed

Inexpensive mains power control

Iain Brew 5 years ago in Tips and Tricks updated by Aleksandr Romanov (CTO) 5 years ago 1

Hello

Just a note that I have been trying to track down an easy way to control a mains power point in my iRidium project. There are professional PDU units available with TCP, UDP and HTTP control but they can be quite expensive. Recently, I picked up a TP-Link HS100 smart switch ($50 at JB HiFi in Australia) These are available worldwide. This is originally designed to only work with the manufacturers software, but I found a way to control this with a custom driver in iRidium:

Create a Custom TCP driver with:

IP: address of smart switch on your wifi network

Port: 9999

No login/password required. 

For commands, use the following:

ON

00 00 00 2a d0 f2 81 f8 8b ff 9a f7 d5 ef 94 b6 c5 a0 d4 8b f9 9c f0 91 e8 b7 c4 b0 d1 a5 c0 e2 d8 a3 81 f2 86 e7 93 f6 d4 ee df a2 df a2

OFF

00 00 00 2a d0 f2 81 f8 8b ff 9a f7 d5 ef 94 b6 c5 a0 d4 8b f9 9c f0 91 e8 b7 c4 b0 d1 a5 c0 e2 d8 a3 81 f2 86 e7 93 f6 d4 ee de a3 de a3

I am working on also retrieving the status of the switch so that you can receive feedback. 

This could be a cheap, simple and handy way to integrate mains control into your project i.e. fan, coffee machine, pool pump, Christmas lights etc.

0
Answered

Play sound on Irdium server

Arjan Gorinsek 5 years ago in Tips and Tricks updated 5 years ago 5

I have connected a speaker to my Raspberry Pi how is running iridium server.

Now I want to send a command that the raspberry plays a sound.

How can I do this?

0
Answered

Update iridium server Lite on raspberry PI

Roger Stenvoll 6 years ago in Tips and Tricks updated by Vladimir Ovchinnikov (expert) 6 years ago 1

Hi!

I am currently running version 1.2.8.15060 of iridium server on my Raspberry PI.

What is the best procedure to upgrade my server to the latest version?


Best regards,

Roger

0
Under review

can you store a list on the iridium server that the clients can access?

Jack Mutsers 6 years ago in Tips and Tricks updated by Vladimir Ovchinnikov (expert) 6 years ago 3

im making a messaging system and i was wondering if i could store the messages on the server because whenever i reopen the client the messages are gone.

0
Answered

Good (working) example for controlling RGBW (including visualize feedback)

Theo Derks - NL (distributor) 6 years ago in Tips and Tricks updated by Iain Brew 5 years ago 2

Hi,


RGBW is more and more popular. We need a good example how to control RGB+W to (for example) KNX. Including the possibility to visualize the selected (active) color (RGB + W) into (for example) a button or picture.


Can you create such an example, or update one of the existing examples? Including some documentation in the used Javascript, so installers undestand what is done in JS?


Thanks!