Enter forum description here ...
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

UPS not recognised

Paul G 3 years ago in bOS Configurator updated by Fabien Fuster 3 years ago 10

Hi,

UPSs in general do not seem to be recognised by bOS. Below some screenshots of very standard UPS devices (e.g. Eaton) connected to the very same PC running bOS (4.7) and WIN10

Even when I force the PC to run on batteries with the UPS, bOS does not recognise it. I have also tried to use the UPS generic but it will not work because the UPS comm system with the PC is through USB. Virtual COM ports do not work either as such is avoided in WIN10 for not truly COM serialised communication.

Image 2875

Image 2876
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

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