Enter forum description here ...
0

Communication between two Jigsaw

Kristián Vojčík 8 years ago in Devices / Basic updated by isaac Afolabi 8 years ago 3

Hello. In last webinar I ask if you can communicate over TCP between two Jigsaw. I got answear about how, but how I separate similar data like lights or temperatures or something like that. Maybe working example will be great if you have time for that. Thanks.

0

Serial device regex

Rait Lotamõis 8 years ago in Devices / Basic updated 8 years ago 6

Hello,


I'm toying around with the Basic Serial device and having fun. Sending data is working without a hitch but reading is another matter.


When I'm trying to read data using regex, then instead of saving the regex capture group as the value, the entire data string or nothing, is stored as the Value.


For instance, this is what is coming in to the Serial port: 1;3;1;0;0;21.3

I'm interested in the last floating point number (21.3)

I have created 2 devices for reading data. One is a Double, the other is a String. Both are using this regex: 1;3;1;0;0;([\d+.\d+]*)


This is what the Double gets as a Value: 0

This is what the String gets as a Value: 1;3;1;0;0;21.3

0

IP Ping

Andy Gill 8 years ago in Devices / Http updated by Rait Lotamõis 8 years ago 1

Any ideas how we could generate a ping request to an IP from the bOS, and receive a true/false response to whether IP is live or not.

0
Completed

date and time on knx

luca di giorgio 8 years ago in Devices / KNX updated 7 years ago 8

Hello

I need to write cyclically on knx the actual date and time. I want to use these values to set them on a meteodata theben not equipped with gps in order to calculate the sun position for shading my building. 

It is not possible to write value directly from GENERAL/TIME NODE, so

i've set a device DATE and a device HOUR with their knx addresses , but device date doesn't update since i set his initial value while the device hour changes but is different from the system value.


Can you help me?


Regards



0
Under review

is bOS support Yeelight?

kim nguyen 8 years ago in Devices / HUE updated by ComfortClick Support 8 years ago 1

I'd like to use this cheap wifi hue light for my house (KNX installed) to turn on in red when my door garage is open.


I see some work in https://www.domoticz.com/wiki/Yeelight


is there a way to intergrated with bOS?

0
Under review

Modbus BOOL holding register

Kristián Vojčík 8 years ago in Devices / Modbus updated 8 years ago 2

Dear Support
I got a problem with the Modbus. I need to read and write BOOL value in holding register. I try some settings that is in Jigsaw but it only work as integer, and I realy like that bool style switches that you have made. So please if it is possible please add that to jigsaw or if it possible to do it now can you tell me how? My PLC can only read and write to holding register, it will be changed but for now it is what it is. Thanks.

0
Under review

IP camera won´t work with ONVIF support

Kristián 8 years ago in Devices / Cameras updated by ComfortClick Support 2 years ago 7

Hi. We have some IP camera that we use in our company security. I been trying to get it to work over few weeks now and I can not get it to work.
I find the stream that work on VLC it is : rtsp://admin:admin@192.168.11.171:554/h264/ch1/main/av_stream
but in Jigsaw it not showing any picture.
When I try to find it throught Jigsaw ONVIF finder it can not find the camera. PS: ONVIF work on that camera.

0
Under review

IP Door Phone Integration

João Ferreira 8 years ago in Devices / Cameras updated 8 years ago 3

Hello, I'm are trying to integrate an IP Door Phone (Robin Smartview SIP) with Confort Click
and with BOS Phone and we are getting some troubles. Only some features are working.

http://robin.nl/products/robin-smartview-sip/



With Confort Click:

With Windows Client I cannot activate the streaming, it only shows the JPEG image. We want MJPEG or RTSP.
In the the Values separator of the IP Camera, the Streaming shows the value FALSE.
How could we activate the Streaming form FALSE to TRUE ?

NOTE: All the URLs were tested with Chrome and VLC and are working fine.


With BOS Phone:


It was tested in 2 phones:


In the first one (ZTE Blade A512, Android 6.0.1):

It is working fine with audio and video when calling from the Door Phone but it is not showing the command button to unlock the door.


In the other phone (Samsung S7 , Android 7.0.1):

I receive the SIP call from the door phone but when I hit the answer button the app is always crashing!


I will add some screenshots.


What could be wrong ?


Thank you




0
Under review

the references from DCS that are compatible with comfortclick

elbari omar 8 years ago in Devices / DSC updated by ComfortClick Support 8 years ago 3

Hello

Who has succeeded in integrating a DSC brand wireless alarm with comfortclick?

Is this possible?
0
Answered

2 bit knx message

Fabien Fuster 8 years ago in Devices / KNX updated by Curzio Orio 4 months ago 3

Hello,


I'm looking to add a "Forced" priority message on a Hager TXA228 module (ie input 2). Unfortunately, it requires a 2 bit control message which seems not to be available. Any plan to add such message possibilities or any alternative to send such words on the KNX network ?


Thanks,

Answer
ComfortClick Support 8 years ago

Hello,


according to KNX DPT's (http://www.knx.org/fileadmin/template/documents/downloads_support_menu/KNX_tutor_seminar_page/Advanced_documentation/05_Interworking_E1209.pdf), we have 1 bit controlled DPT (1 Bit with priority control), you can use that datapoint.


Regards.