
Human centric lighting
does anybody has an experience with this feature?
i have the feeling that there is a mistake with the Output[K] that should be integer and not a double. the color temperature parameter is 2 bytes 7.600.
if anyone can help with that great.

string length
Is there any way to know the length of a string (number of characters) in bOS Config?

bOS Configurator editing problems
Hello everyone.
Some time ago I discovered a very problematic bug. Now I'm using beta 4.8.20, but I noticed the problem in earlier versions as well.
I use the "Top Menu" and "Bottom Menu" parameters quite often, both in horizontal and vertical configuration.
This error causes editing problems. It's hard to describe, so I created a simple visualization (source program also attached). It contains two main frames, and in one of these are placed 3 subframes with buttons (red, green and blue).
Situation #1: The main frame with subframes is not the first frame on the page.
When we turn on the "Top menu" in a subframe, and paste a new object/objects (eg buttons) into the "Top menu" field, a problem appears - access to the objects placed in this field disappears. However, access to editing objects in the main field of each subframe still exist. However, it is enough to move the main frame or subframe, delete/add any object and we can edit the added objects again. Editing can also be restored by clicking on any problematic area and then pressing "Up" from the Themes edit menu. Unfortunately, pressing "Down" generates an error:
Situation #2: The main frame with subframes is the first frame on the page.
When we set the main frame with buttons as the first from the left, the possibility to edit objects placed in the "Top Menu" on all subframes in the main frame disappears again. The symptoms and possibilities to "fix" the problem are the same as in "Situation #1", but with one exception. If the green or blue subframe is set as first in the main frame, it is not possible to restore editing of the objects placed in it at all.
2021-10-12_Editor problem.bosBackup
Regards,
Grzegorz Kulinski

"Column width height ratio" parameter
Hello everyone,
I have a question about the "Column width height ratio" parameter.
When creating a visualization in horizontal (e.g. tablet) or vertical (phone) aspect, I set a different value of this parameter to maximize use of the available display area.
The problem is that if I want to use the same page on both devices and I set the "Template Clone" option, the "Column width height ratio" value is taken from the Master template, regardless of the value set in the Slave. Is it a bug?
Regards

Analog Log - problem when Input Value doesn't change
I am graphing an Analog Log in which the Input Values often hold steady long period of time. When this happens the data is not recorded and there is no visual indication of the graph value. When the value does finally change, a diagonal line connects the last recorded point and the new point - rather than displaying a straight line when the data value was constant.
I am attaching screenshots to try and explain this.

Frame edit
Is there any way to get the "outdoor" frame on the bottom of the frame to extend over all 3 columns? (and not just in the bottom left corner)
And is it possible to center the "Temp" text in the middle column?

Sonos up/down volume control
Hello.
Is it possible to add "volume up"/"volume down" function directly in the Sonos driver? I don't see such a possibility in current driver, so I perform an additional calculation of subtracting/adding a constant value to the current volume value. And it works fine.
But I want to add a loop while the "volume up"/"volume down" button is held down. I used the MouseDownButton object for this.
Is there any other way to restart the program or make a loop? In used "Restart" function, the minimum time can be set to 1s, but it is definitely too long to get smooth volume down/up.
Regards,
Grzegorz Kulinski

Google Home connection lost
Hi forum :-)
Since almost 6 months I have the problem, that I frquently loose the connection to Google home. If I ask Google to carry out an activity that is linked to Comfortclick, I get the answer "Comfortclick ist not accessible". I can solve the issue by reconnecting my account to Comfortclick over the Google Home App. This is generally a solution, but mostly I need to reconnect it daily as the connection is lost that often.
Is there any solution for this issue?
Thanks in advance for your help!
Robert

Display alarm panel via programming
When a fire alarm is detected, I would like to display my Alarm panel in bOS Client. How would I do this?

Regex multiple line text parsing
Hi,
I have issued a basic http command that retrieves multiple lines, effectively we cannot get the values of the 7 groups that are returned under a specific matching. The question is how does COmfortClik handle the groups within regex text to be able to handle the group values, remember this is a text regex not a JSON or XML regex, so there are no tokens!!
The REGEX listener I have created is for a string (it has been validated as it works in any regex tester) ^\#>(?[0-9]{2})(?[0-9]{2})(?[0-9]{2})(?[0-9]{2})(?[0-9]{2})(?[0-9]{2})(?[0-9]{2})(?[0-9]{2})(?[0-9]{2})(?[0-9]{2})(?[0-9]{2})$/gm
However, Comfortclick does not seem to handle the groups within a Text REGEX, despite multiple lines are coming in the system response
When executed through a host connection this is the same code returned
Customer support service by UserEcho