Enter forum description here ...
0

Control frame shows error

Jürgen Jürgenson 3 years ago in bOS Configurator / Themes updated 3 years ago 4

Hey,

I made some control frames today with graphs in it. It shows me errors that i cant find. When i delete the control panel the error disappears, if i put it back it shows an error again. Could You make a separate tab for errors, example if an error occurs it would be visible in the errors tab, so we could find it right away, not needing to click through all the buttons.  

Image 2870

Best regards,

Jürgen

0
Under review

Exit function in programme makes KNX to disconnect

Paul G 3 years ago in bOS Configurator updated 3 years ago 8

Hi,

When the exit function is used in a programme, bOS makes de KNX to restart completely, the only thing that should happen is for the programme logic to finish, however KNX is restarted. It took me some time to find out this, to the point that I had to put traces so that when the building and KNX were connected a trace would be logged.

I tis now confirmed, every single programme that includes the Exit sentence makes the building to restart, a significant bug to get fixed ASAP

0
Under review

Central Scene support - Fibaro Button

Andrew Watson 3 years ago in Devices / Z-Wave updated by ComfortClick Support 3 years ago 1

I have a Fibaro Button which uses the Z-Wave command class Central Scene function to report one or more button presses. I have included the device and associated with the controller node successfully. Central Scene provides a KeyAttributes value which changes in response to multiple button presses. However, I have not been able to find a simple way to use the value - it does not appear in the usual dialogues for using a value, presumably because it is not a boolean, integer or double and there are no templates and I can't create one. My workaround is a program task which triggers on any change of the KeyAttributes value - I then have to use an "if" statement for each possible attribute value to set an integer variable. This seems to be a really complex way to be able to use the value - is there a better solution? I also have the same issues with the BOsEnum type which also lacks templates and value support etc.

Configuration Jigsaw, latest BOs, Aeotec USB Gen5

0

Counter Log -and Analog Log based on Calculation task

Paul G 3 years ago in bOS Configurator 0


Hi,

Either this is a possible bug or there is something we are missing, effectively a graph (counter or analog) seems not to be picking up the values coming out of a calculation


a) We have three water counters, all work fine and record the actual consumption perfectly. There is 1 counter for the total and two partial counters. Let's say we have Area A, Area B, and Total

b) To calculate the water consumption on a 4th area (area C), we basically do a calculation, because the fourth measure comes from the calculation of Counter C = Total counter - counter A - counter B

c) The calculation task seems to work fine, the variable 'Value' shows the calculation at any given time

The problem comes when painting and tracking the output of the calculation task. so a graph can be used to show the consumption of this area, whose consumption is calculated as explained. We cannot show a way to get a graph paint the actual consumption properly

Calculation task (correctly showing a value of 3, meaning, there has been 3 litres of water used)

Image 2857

Counter task using the Value variable of the Calculation Task (Used to paint the graph below)

Image 2858


Graph of the above (clearly incorrect, as the overall day consumption of this counter using the calculation is 

Image 2861

Counter task using the Int Value variable of the Calculation Task

Image 2859


Analog task using the Value variable of the Calculation Task

Image 2860

0
Under review

IFTTT Webhook error Eproto

Sebastien Clivaz 3 years ago in bOS Configurator updated by Norbert Foldi 3 years ago 17


Hello,

Since 2 or 3 months I have noticed that all my webhooks return the error below:

Image 2863

I think that a ssl certificat problem or error. 

What is the way to remove this problem ? Any Idea ??

0
Under review

Message not wrapped

Paul G 3 years ago in bOS Client updated by ComfortClick Support 3 years ago 1

Hi,

Messages are not wrapped, hence the text is cut from the screen, this is not right. Can you please check and fix the reason the text is not automatically wrapped into the log / events screens

See screenshot

Image 2853

0
Under review

timespan variable type not available

Paul G 3 years ago in bOS Configurator updated by Doctore Esparta 2 years ago 7

Hi,

The timepsain variable type does seen to be a restricted variable type, i.e. I cannot create a string using such template, hence not making it available for making quick time comparisons between two variables.

In other words because the variable type is not available, it is not possible to compare two values, e.g. Time.TimeOfDay compared to "variable x". Because I cannot create a varaible X I cannot compare the Time of the day value offered by the system

0

Programs Values Changed by User from bOS Client

@Nea Smyrni 3 years ago in Devices / KNX updated 3 years ago 9

Hello,

Image 2839

I have create some programs that will send values for dimming during time. I have created 4 different programs with 4 different time and different values for dimming. I want this to make this visible to the user so he can change the time and the sending value as he wish. How I am going to create this so everytime he will be able to chane the time and the sending value?

Thank you in advance

0
Under review

Z-wave aeotec wallmote sleeping and parameter issues

Christiaens Filip 3 years ago in Devices / Z-Wave updated 3 years ago 2

I was able to discover and include the device. 

In the overview of z-wave devices it says the device is 'Sleeping' and listening flag is off.

However I can intercept key attributes in the central scene, so he's listening.

But the values of 'Switch' and 'Multilevel Switch' never change.

I also want to remove the beeping when touching the device. This is done by setting parameter number 1 to value 0 instead of 1. 

Getting parameter number 1 does nothing and setting gives the error 'index was outside the bounds of the array'.

0

KNXIP tunneling error

Bidao Sistemas 3 years ago in Devices / KNX 0

Hi 

trying to connect to knx system to program devices, I have this error:

"The connection to the KnxIpTunneling: RED - ***.***.***.***:3671 bus of line 1.7 New line could not be established.
The interface is not reachable."

any idea what could be wrong with the bOS setup?? thanks in advance.

details for the error are:

Knx.Bus.Common.Exceptions.ConnectorException: No ConnectResponse received
en ail.a(ConnectorMode A_0, ag2 A_1, CancellationToken A_2)
en ail.d.c(CancellationToken A_0)
en af9.c.c()
en System.Threading.Tasks.Task.InnerInvoke()
en System.Threading.Tasks.Task.Execute()
--- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción ---
en System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
en af9.a(ag2 A_0, Action`1 A_1, Action`1 A_2)
en ail.a(ConnectionTypes A_0, ConnectorMode A_1, Action`1 A_2)
en ail.hj(ConnectorMode A_0)
en Knx.Falcon.Bus.a(ConnectorMode A_0, Boolean& A_1)
en Knx.Falcon.Bus.a(ConnectorMode A_0)
en Knx.Falcon.Bus.q()
en Knx.Falcon.Bus.a(ConnectorParameters A_0)
en Knx.Ets.ViewModel.OnlineOperations.FalconWrapper.<>c__DisplayClass28_0.b__0(FalconOpenParameters openParams)
en Knx.Ets.ViewModel.OnlineOperations.FalconWrapper.CallFalconMethodWithOpenParametersAndRetryWithMacIfPossible(Action`1 action, FalconOpenParameters openParameters, Boolean checkUserLogin)
en Knx.Ets.ViewModel.OnlineOperations.FalconWrapper.GetLocalSettings(FalconOpenParameters openParameters, Boolean checkUserLogin)
en Knx.Ets.ViewModel.OnlineOperations.Download.DownloadManager.CheckForShowInterfaceSettings(Project project, KnxConnectionOpenInfo connectionOpenInfo, ConnectionContainer container)
en Knx.Ets.ViewModel.OnlineOperations.Download.DownloadManager.CheckLocalInterfaceSettings(KnxConnectionOpenInfo connectionOpenInfo, Device device)