
Interfacing with Resol VBus using Basic HTTP
I have ComfortClick interfaced to my KNX devices but I would like to also link to my Solar Controller. The controller is a Resol Deltsol MX http://www.resol.de/index/produktdetail/kategorie/1/id/69/sprache/en connected to the Resol DL2 Dataloger http://www.resol.de/index/produktdetail/kategorie/2/id/12/sprache/en
All Resol and compatible controllers use the VBus and their are a variety of ways to connect to it. You can get raw VBus over TCP by telneting to port 7053 of any device on the VBus with an Ethernet interface (see here https://danielwippermann.github.io/resol-vbus/vbus-over-tcp.html) for example. This lets you issue commands as well as read data.
Initially I am just trying to read data from the bus by using the JSON Data Download API https://danielwippermann.github.io/resol-vbus/dlx-data-download-api.html
If I connect to my device on the following URL I get a JSON formatted response
http://dl2/dlx/download/live?sessionAuthUsername=admin&sessionAuthPassword=password
I am trying to read the temperature that is available as "value" in the following snipit
"headersets" : [
{
"timestamp" : 1506413326.784000,
"packets" : [
{
"header_index" : 0,
"timestamp" : 1506413311.424000,
"field_values" : [
{
"field_index" : 0,
"raw_value" : 22.900000,
"value" : "22.9"
},
Using the basic HTTP device with the the following settings I am able to read this Temp
The JSON token name is
headersets[0].packets[0].field_values[0].raw_value

play sound How do I play a sound
Hello,
Could someone explain how I play a sound based on a program or an event? Ideally through a client but failing that through the server?
I would like to play a warning sound should a condition not be met when the user is changing a mode.
Thanks

Harmony hub control
Hi,
For now I control my harmony hub via comfortclick with a workaround.
I do a http command to a raspberry pi running a http server with node.js and it calls harmonyHubControl which can access the harmony hub using activtiy and command ids.
This is great because you can teach the hub new IR commands.
So I can not only start activities but also control IR relais and sockets (cheap stuff).
I just read that harmony has released (don't know when) and API for the hub. Any plans to integrate this as a device in comfortclick?
https://www.myharmony.com/en-us/harmony-api
This would make things much easier and I add a lot of value to your product.

Energy meter data transfer
How do you send energy meter values monthly?
I know how to send it via email, but the problem is that it not an attachment, but insida mail body and managing the data is not comfortable. Also making the email is not very user friendly if you have to send 200 values in one mail.
It would be good to be able to send the values from database or in excel version.

fingerprint unify
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?

Victron GX device integration
Hi all,
Is there any Victron GX device integration with bOS?
Victron is integrated with Home Assitant using MQTT.
The communication layer between HA and Victron GX (which in turn talks to all the Victron gear, on the Victron Network) is via MQTT. (additional ModBus reading: https://www.victronenergy.com/live/ccgx:modbustcp_faq)

ComfortClick 4.11.x update issues
Anyone experiencing issues installing server/configurator with the latest 4.11.x version, make sure youre .NET is updated to version 6.0.
Make sure to install both ASP.NET Core Runtime 6.0.35 And .NET Desktop Runtime 6.0.35
Official Microsoft link:
https://dotnet.microsoft.com/en-us/download/dotnet/6.0
Or better yet, install the full SDK 6.0
Official Microsoft link:
Windows x64 bit:
https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/sdk-6.0.427-windows-x64-installer
WIndows x86 bit:
https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/sdk-6.0.427-windows-x86-installer
For any other issues with the latest version, please create a ticket on our ticketing system:
https://www.comfortclick.com/SupportTickets
Thank you and best regards, Comfortclick support.

bOS Configurator and bOS Client do not open
Hello! bOS configurator and bOS client do not start in my Windows 11 laptop after an update. First I updated my office server (CC Jigsaw), then the bos configurator got updated.
After this I tried to start the bOS Configurator and a pop-up error message displayed about the update of ".NET-desktop runtime 6.0.0".
When I clicked the OK button on the error message the web browser opened so i can download the last update (6.0.35). After the installation the same error message kept appearing so I downloaded manually the 6.0.0 version.
Finally, there wasn't any error message but both softwares do not start. I double-clicked on the shortcuts and right-clicked>open but the only thing that happened was for the "busy" cursor to appear for a couple of seconds. Any ideas?
Thank you in advance

Hikvision face terminal conectivity
Hello! I have been trying for a few days to connect a hikvision facial recognition terminal (ds-k1t341am) to comfort click using http. I would like to take over from this moment when he gives the command to unlock the door. for any command I used, it tells me that it is an unauthorized or invalid code as well as the status code. Does anyone have an idea how I could solve this problem? In Postman I tried to retrieve certain data, the only thing I managed to retrieve (using /ISAPI/System/deviceInfo) was the device data, but if I use this command in comfort click, it tells me that it is unauthorized. Thank you!
Customer support service by UserEcho