Uw opmerkingen

Hello Dmitry,

try with this... IPBaos.knxproj


777 and 774 have same configuration (parameter and group address), but when import on iridium i have different names for commands and feedbacks.


If I import as router, i have the names of group address

If I import the 777, i have the parameters "Description" as name

If I import the 774, i not have the name (the object description is automatical filled by ets)


So, Why 777 and 774 get different informations?

mmm...I have set the automatic description on ets parameter, so i can see it...


More..in Baos parameters are present the description fields. I thought the importer would take these values, sorry

But with Baos772 and 777 it work

Sorry for wait...

Try with this project.

Object 11 not have the "Read" and "Initial" flag, but iRidium import it with "Read on start" option.

IPBaos.knxproj


More...Still iRidium not import the description when import the Baos (sorry, i can't find my old thread for this issue).

Good day Abhishek,

no, i not do anything. I only installed "Surveillance Station" and configured the camera and user.


Sorry, but i not have an synology on office to try it, but i create this project from script that work on my customer. try it (change the parameter into script).


Synology.irpz

more, you can find the documentation here

https://global.download.synology.com/download/Document/DeveloperGuide/Surveillance_Station_Web_API_v2.0.pdf


Sorry Aleksandr, but i not think that the parser on iRidium read the flag (on IPBaos, i don't know on Router / Interface).

Otherwise, why the parser create a feedback on object without "Write" flag? This object never change, this object is only for command.

More, if I set the "I" flag (Initial read) only on some object, the parser set the "Read on start" parameter on all feedback.

Hi Dmitry,

have you some news?

Hi Paulo,

i have create a script for authentication on synology NAS and for connect camera stream to iridium item.


I use 3 request:

Logout request

'GET,/webapi/auth.cgi?api=SYNO.API.Auth&method=Logout&version=2&session=SurveillanceStation&_sid=' + Synology.SID


Login request

'GET,/webapi/auth.cgi?api=SYNO.API.Auth&method=Login&version=2&account=' + Synology.Username + '&passwd=' + Synology.Password + '&session=SurveillanceStation&format=sid'


Camera request (Change cameraId with your ID camera)

"http://" + Synology.IP + ":" + Synology.Port + "/webapi/SurveillanceStation/videoStreaming.cgi?api=SYNO.SurveillanceStation.VideoStream&method=Stream&version=1&cameraId=1&format=mjpeg&_sid=" + Synology.SID

You need:

1. Send "Login request" for obtain an SynologyID (sid)

2. Create the URL for each camera stream that you need using the "sid" obtained in point 1


Use "Logout request" when close iRidium.



Unfortunally I not know the API for PTZ command. Sorry


Hello Dmitry,

have you some news for this issue?

Check the { and }


IR.AddListener(IR.EVENT_TAG_CHANGE , IR.GetDevice("F10A_Server"), function(name,value) {

   IR.Log("Name = " + name + ", Value = " + value);    //For Debug Only

   if(name == "SIM_OTTrigger" && value == 0) {

      IR.ShowPage("System_Start");

   } else if(name == "SIM_OTTrigger" && value == 1) {

      IR.ShowPage("Navigation");

      IR.ShowPopup("Inputs");

   }

});