Enter forum description here ...
0
Under review

Connect comfortclick ETS5

Im2x3m4u 3 years ago in Devices / KNX updated by ComfortClick Support 3 years ago 1

Hi all, 

I'm facing some issues with downloading my components with ETS5 and generate the ETS export file to import afterwards in bOS. 

In bOS the Jigsaw KNX is std. CCJigsaw 0.0.1.

When I try to connect in ETS5 with CCJigsaw 192.168.1.16:3671 to Individual Address 0.0.1 for downloading my components I get the error: "The individual address is already in use by another device."

I was not able to add the Comfortclick in my topology.

Someone who can assist my with this?

Should I connect with USB directly to the module instead of connecting over wifi?

0

reading operating time from dali gateway

Dave De Busschere 3 years ago in Devices / KNX 0

Hi there,

I'm trying something simple but seem to miss something.

I wan't to read the operating time from the ECG's in the dali gateway.

I gave the operating time there own knx adres but I can't read the values in bos ??

Image 2907

0

Hue motion sensor supported

Michiel Kenis 3 years ago in Devices / HUE updated 3 years ago 12

Are Hue motions sensors supported within the HUE integration? 

I'm looking to detect a motion trigger and control my non-HUE lights with a Program-integration. 

Is this possible? 

0

How to get LSB from 16bit unsigned value?

Jürgen Jürgenson 3 years ago in Devices / Modbus updated 3 years ago 3

Hey,

I'm wondering if there is a better way - Komfovent AHU sends its time and date values in 8x2int where MSB is hour value and LSB is the minute value.
I couldnt get the correct values with the options bOS has, so i turned to math... but i feel like the programs i made may be incorrect.

Image 2879

First i divided the 16bit unsigned value with 256 to get the MSB first. Then i basically subtracted the MSB value i got from the MSB Int value and multiply that again with 256. 

Image 2880

As i need to make a visu for the scheduler then it feels like a lot of trouble separating the values. Any better solutions?

Best regards,

Jürgen

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

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)

0

Calculation - to the power of...

Dejan Recek 3 years ago in bOS Configurator / Devices updated 3 years ago 2

I have a problem calculating correct value from Modbus registers of my device where decimal places are implemented by scale factor which is the power of 10. 

EG: if actual DC voltage is 50.45V the DC voltage register reads 5045 and DC voltage scale factor register is -2 which translates to 5045*10E-2=50.45
Unfortunatelly the scale factor keeps changing in regard to actual value so fixed scale factor is not an option.


A "dirty" workaround is with a program activated on change of either register values and then calculating via if-then method but it is inefficient and clumsy could be a source of error if program is interrupted.

Is there any other way to do exponentiation in a calculation like i.e.: number ^ exponent = ...

0
Under review

SMA cannot connect to Devices

Michiel Kenis 4 years ago in Devices / Other updated by Hüttl Thomas 2 years ago 11

When I want to connect my newly installed SMA Sunny Boy with the SMA integration, I get an unknown error. 

I provided the correct IP and password, but no luck there. 


When I click on "Get connected devices" I get a strange error, following a more generic error no devices are to be found. 

What am I missing here?

Image 2827


and

Image 2828

P.S.: I blurred some tokens, if they can be useful please let me know and I'll provide them to you.