
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.

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

How to do Z-wave diagnostics
My field is like this Aeotec nano switch is not deployed in every room. In the rooms circled in red, there are two Nano switches and one Multi sensor on the ceiling of each room. There will be a few empty rooms in between. According to the current test, the Z-wave network is not very smooth, and the device is often in the Waiting state. I would like to ask if there is any way or detector to diagnose the quality of Z-wave network! ?

Integration with Roomba iRobot
Hello,
Wouldn't it be nice, since a lot of people are using vacuum cleaner robots, to integrate it in CC?
So for example: when you leave, you can do nice things, including starting vacuum cleaning?

Spotify to HEOS (or Sonos)
Hi Comfortclickers,
With our HEOS-system connected to our Jigsaw I'm starting to wonder is there's a way to make bOS play a track/playlist on our HEOS-speakers (or a HEOS group)? If there's no integration yet, will there be in the future?
Thanks for your feedback!

bOS Unifi integration
Hello,
I would like to be able to enable / disable POE on my Unifi Switch.
I have already tested with the Rest API, but with that I can only read all device data, but none write.
Via SSH it is possible to change the port status directly on the switch with the command "swctrl poe set auto id 3".
Is it possible to send a SSH command with the bOS? Or is there an alternative?

error specified cast is not valid
Hi there. I have the server in the last version and in the last linux version too. When trying to configure the KNX device it appears the error in the picture.
It happend in 3 devices in different houses and networks. Don't know what to do...
This is one of them...

Boolean parser settings
Hi,
I get the state of a device via MQTT, the values under the respective topic can be either 0 or 1. I would like to convert that to False/True with a Boolean parser.
I can't find in the documentation or figure out how to do it correctly.
I thought that the below True Text and False Text could be used for that.
Or maybe the Regex should be constructed differently?
Thank you for the help in advance!
Gabor
Customer support service by UserEcho