
2N HTTP API
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

New Group Variables
Hi,
Where can I find any information about new objects called "Variable Groups" ?

BOS Cliënt app on iwatch
Are there any plans to make a Apple iwatch app or is ther already a solution?

Air conditioning API integration
Hello,
Do you know if there is any AC manufacturer which provides his AC units with a local / open source API which allows them to integrate with bOS Comfortclick and control by wi-fi, like Daikin did in the past? I can just see that Daikin removed their local API so I am looking for any other solution.

Android app fullscreen
Is there a way to disable the app from locking to full screen?
When opening the BOS app, i get a prompt saying to unmount the fullscreen i need to press and hold the buttons 'recent' and 'back'.
I don't want the prompt to come on everytime i open the app. Also i don't want the app to lock to fullscreen, forcing me to press the 2 buttons before i can exit the app.
how can i disable it?

RGB colorpanel brightness value
Hey
Please fix the buggy color palet settings in CC
example
red 60
green 40
blue 20
brigthness 100
if i turn the brightness 50% down in Client
it should go to
red 30
green 40
blue 10
but usually the brightness value goes to 0 on some devices, it should be done with a division not substraction calculation
The color picker in BosConfig has the white plack vertical bar, this works brilliantly. please make the improvement.
Also, increase the step size for the picker for the client app, 10 is not enough to get results

Is it possible to run an inverted scene?
I run comfortclick configured scenes with the press of a KNX button. It would be handy if I could run the same scene inverted (to turn off the specific lights for example)

MQTT and bug with the new version?
Hi guys!
I've been using the software for Windows for a few years now, and I've never had any "serious" problems, everything always works well, for all our customers (here's the record that I love this product lol).
But now, with the new version 4.10.4, I noticed problems with MQTT communication on all the devices (Tasmota) that I use, they simply cannot connect to the broker, they remain in an eternal "connect / disconnect"!
Here's a photo of the "bench" test settings, in version 4.10.4.
And here is a photo of the "bench" test logs, in version 4.10.4
After MANY tests on the devices (which I thought was the problem), I decided to try to downgrade the server version, to version 4.9.36, which is the installation I had before the upgrade. (here is a record of the difficulty in finding previous versions, I only found the very old ones, 4.4...)
And to our surprise... Everything works normally again (MQTT and Tasmota).
Here's a photo of the "bench" test settings, in version 4.9.36.
And here is a photo of the installation of version 4.9.36, to prove that I'm not lying lol.
I have no problem maintaining version 4.9.36, and as I don't have any other device other than Tasmota to connect via MQTT, I understand that the problem could be with these devices.
As I said, everything has always worked well until then...
Did anything change about the MQTT broker compatibility version between versions 4.9.36 and 4.10.4??
In the end, I could just stay in the old version, but I like Comfortclick and IoT devices, so I leave a topic about it for the thousands of users of both who may be looking for some support about it.
Thank you team, and hugs to everyone!

Ezviz H8 pro RTSP integration
Hey,
Has anyone played with Ezviz devices? I have H8 Pro for testing. I would like to use it in bOS too. I activated the RTSP stream on it but cant get any stream to play in bOS. It doesn't have ONVIF sadly but it has PTZ support. It's also supported by amazon and google home. I think it would be possible to use it with Hikvision NVR as port 8000 should also work on it.
RTSP link should be on it: rtsp://%u:%p@%ip:554/1 or /2 for lower video quality.
Any plans to integrate a driver for it @CC support?

JSON Path finder tool
Hello,
Just looked at the last webinar video as I couldn't join. Very nice explanation and product discoveries.
I've seen that the https://jsoneditoronline.org/ tool is used to identify the parser. If the tool is nice, I found some time ago a very handy one, avoiding errors since as it identifies the exact expression for you, by just selecting the data you are looking for in the right hand window. The link is : JSON Path Finder.
As it saved me quite some time in the past, I thought it might be useful to others, thus sharing here.
Here an exemple with a blebox API expression. Just do not copy the "x." in the expression to get the correct one to past in CC.
Regards
Customer support service by UserEcho