
Background picture not displayed
Good morning,
I have an issue.
This is my tree in Bos Configurator
For each panel I have a background image in jpg.
Images are well displayed for floor "sous sol", and "RDC", but not for other floors. However resolution and image type are the same.
I send 2 examples, first one ok, second one not ok
Thanks for help

Sonos speaker won't communicate with CC after losing power.
Hello, I have noticed that somewhat randomly my Sonos integration would stop responding. I have one Arc speaker which works well with ComfortClick when I set it up, however when the speaker (or whole house) loses power ComfortClick will no longer update speaker status and won't respond to called functions.
It works again after I either remove the speaker from bOS Configurator and add it again, or which I found out recently - after turning the Driver-Enabled to False and True again.
Why is that happening and how to fix this? Enabled value cannot be changed from script.

Can't import password protected knxproj
After hitting 'Import data from ETS' and selecting the .knxproj file, nothing happens if the file is password protected. Non password protected files are loaded.
Server & config version: 4.9.36

Service server problem windows 10
This week I have problems with comfortclick, when I go to grinder black (windows 10) to test server and I try to open the interface by localhost:80 or 443 it doesnt work ... What problem could bs
Server version: 4.9.36

Rss Feed on Weather
I am looking for a tutorial, how to read weather data via RSS feeds into comfort click?

Modbus 32int variable to KNX address
Hi,
I need to export a modbus variable (Integer 32 bit signed) to KNX address.
Unfortunately none of 4 byte KNX objects (signed, unsigned, float) can be link to that modbus variable. Have you any suggestion please?
Thanks.

Sensordaten to SQL-DB
Hey there, i have a comfort Click Server and in my knx gira Panel Buttons are Temperaturen Sensors included. I can view These Temperaturen in my comfort click Client and would like to Store These values in a Database (e.g. MySQL). I am pretty much at the beginning. Has anyone done this before and likes to share his experience. BTW, i have a synology NAS running in my Network. I don‘t yet know if it makes sense to have the DB Running there.
Matthias Kind regards,

Direct Connection to KNX IP Backbone
Hello,
I have a KNX installation with an IP backbone and 4 areas connected via IP routers. Currently, the BOS server is connected to one of the routers using the connection type 'KNX IP'.
In order for status messages, etc. from the other areas to reach the server, I have created a dummy object there in the ETS. Unfortunately, this slows things down considerably, as all commands pass through the area.
Is it possible to directly integrate the server into the IP backbone? I suspect that this might be achievable through the ConnectionType 'KNXnet/IP Routing (Falcon)'. Unfortunately, I haven't been able to establish a connection through this without guidance. Do I perhaps need to set up something like a dummy router in the ETS? Regrettably, I haven't come across any instructions or tutorials on this topic.

JSON parsing
I created a TcpServer with a JSON parser:
I added a string parser with a token :
I use Postman and send :
{"TestData":{"Data1":"1"}}
ComfortClick receives data:
POST / HTTP/1.1
Content-Type: text/plain
User-Agent: PostmanRuntime/7.32.3
Accept: */*
Postman-Token: e79d7b2e-8a0a-4ef6-bd47-8d5cc7e8c6f3
Host: 192.168.1.7:16900
Accept-Encoding: gzip, deflate, br
Connection: keep-alive
Content-Length: 26
{"TestData":{"Data1":"1"}}
But the parser throws an error:
Devices : 15.08.2023 14:54:09 : Error : Devices\Test\String : Error parsing received data. Unexpected character encountered while parsing value: P. Path , line 0, position 0. w Newtonsoft.Json.JsonTextReader.ParseValue()
w Newtonsoft.Json.Linq.JObject.Load(JsonReader reader, JsonLoadSettings settings)
w Newtonsoft.Json.Linq.JObject.Parse(String json, JsonLoadSettings settings)
w ComfortClick.Tasks.Common.ReceiverBase.OnDataReceived(String data)
It looks like the header is being passed to the parser, not the JSON itself.
Bug or my configuration error?
How to disable header passing to parser?
Tested on ComfortClick v 4.9.36
Customer support service by UserEcho