Enter forum description here ...
0
Under review

Weather not vi

Hubert Pawlik 4 months ago in bOS Client updated by Jürgen Jürgenson 4 months ago 8

I'm trying to load weather data from the web, but it's not visible in bOS Config. However, it is visible online on the website. How can I fix this?

0
Under review

Remove navigation buttons

Maciej Kapica 4 months ago in bOS Client updated by ComfortClick Support 4 months ago 1

Hi there,

Is it possible to completely get rid of control buttons?

back arrow marked as 1,

fullscreen toggle/history/user menu marked as 2,

page title marked as 3

I just need a clean visualisation page. Nothing except what I place on the working area :)

Image 5160

0

fingerprint unify

stephen andries 4 months ago in Devices / Other 0

hello, the doorbel G4 pro has finally received the update so the fingerprint is active.

I want the fingerprint to give a command to my KNX system, opening the door. Had anyone already found a way to webhook it to the bOS?

0

Uchar data

Alexandru Dumbravă 4 months ago in Devices / Modbus updated by Jürgen Jürgenson 4 months ago 3

Hello. Any ideas how can i read a UCHAR data type in configurator? I have a ventilation system with 0-Stop , 1- Economy, 2- Comfort, but i don't understand how to convert the value in configurator.

Image 5154

When is on, the value is 512, but i don't know from where that come. Thank you!

0
Answered

Can`t launch new bOS configurator

Yaroslav Krashanytsia 5 months ago in bOS Configurator updated by ComfortClick Support 5 months ago 2

Hello all. After I upgraid my Zigsaw server it is proposed to me to reinstall configurator and client. But new configurator and client didn`t launch. Please help me.

0

Linux BoS Client

Maciej Kapica 5 months ago in bOS Client updated by Fabien Fuster 5 months ago 1

Hi there,

Is there any way to use linux machine (raspberry with whatever distribiution) to connect to ComfortClick Server as a BoS Client?!

0

2N HTTP API

Ricardo Pinto | visiontech pt 5 months ago updated 3 weeks ago 9

Hello,


I was asked a challenge, about a 2N Doorbell installed recently.


I'm using both relay and output on the 2N unit, so I don't have any outputs available to do the following:


The client is asking if it's possible to ring an outside bell on the garden, when the 2N doorbell is ringing.


According to the 2N HTTP API, section 5.71 api call status, it looks like it's possible.


My goal would be to intercept the "ringing" state and therefore turn an KNX output with a bell for some seconds, or pulse the output to simulate bell ring.


I could constantely pool /api/call/status, but has someone a better ideia?


Right now I'm testing with a Http node, pooling the "result.sessions[0].calls[0].state" or "result.sessions[0].state" tokens, and I can get the string "ringing" as result. The problem is that after the call hang up the string remains. I was expecting the string to be empty after the call hang up, and according to the Json response is in fact empty.


Idle mode:


{

        "success": true,

        "result": {

               "sessions": []

         }

}


Ringing:


{

        "success": true,

        "result": {

              "sessions": [

                    {

                           "session": 45,

                           "direction": "outgoing",

                           "state": "ringing",

                           "calls": [

                               {

                                       "id": 89,

                                       "state": "ringing",

                                       "peer": "sip:MY_ID1@192.168.1.12"

                               }

                           ]

                    }

              ]

        }

}


Has anyone used the 2N API for this case or similar that can help out?


Best regards

0

Google camera

Jef Wijns 5 months ago in bOS Client updated by Ricardo Pinto | visiontech pt 5 months ago 3

Can someone help me to visu my google nest camera in bos client? 

0

Error connecting to device

Goljator 5 months ago in Devices / KNX updated by Ricardo Pinto | visiontech pt 5 months ago 1

Hi everyone,

I have some strange behaviour of my vizualization. Over last months I have set up my vizu and it was working now for couple of months without any issues. Now, I am on my first my first vacation abroad since i have it ready and of course from time to time I am checking the situation of my house in my vizu. Mostly because I can rather than I need to 😉

Anyway, today on my third day of vacation all of a sudden I receive non-stop error messages when I am entering the vizu...first time that this happens and of course exactly then when I am not home.

The message is: Error connecting to device. Write: negative confirmation received from telegram. I also attach a screenshot. And directly after such a message it says that it is again connected.

I could also wait until I am back home from vacation to restart wlan/server etc, but I hope the one or the other might understand me that this keeps me restless that I cant access it right now. I have simply no idea why I get this messages non stop and also I can not click any buttons or similar. I did not change anything since I left home, which makes me think that it somehow connected to my internet router at home. The strange thing however is that I still receive data concerning temperature, brightness level etc. Also I still get video connection from my IPC cameras that are connected to the same network as my jigsaw server.

Does anyone have an idea whats going on? Maybe I need to restart my jigsaw server?

Would appreciate any thoughts/ideas on that issue.

Cheers, Robert

0

Automatic switch off heating

Osama Al-Areky 5 months ago in Devices / KNX updated by Ricardo Pinto | visiontech pt 3 months ago 9

Hello,

I am trying to set the AC to turn off if the read temperature is equal to the set temperature. Do I have to use the thermostat task? and should I set the type? Thank you.