
How to get LSB from 16bit unsigned value?
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.
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.
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

UPS not recognised
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.


Control frame shows error
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.
Best regards,
Jürgen

Exit function in programme makes KNX to disconnect
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

Central Scene support - Fibaro Button
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

Counter Log -and Analog Log based on Calculation task
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)
Counter task using the Value variable of the Calculation Task (Used to paint the graph below)
Graph of the above (clearly incorrect, as the overall day consumption of this counter using the calculation is
Counter task using the Int Value variable of the Calculation Task
Analog task using the Value variable of the Calculation Task

IFTTT Webhook error Eproto
Hello,
Since 2 or 3 months I have noticed that all my webhooks return the error below:
I think that a ssl certificat problem or error.
What is the way to remove this problem ? Any Idea ??

timespan variable type not available
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

Programs Values Changed by User from bOS Client
Hello,
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

Z-wave aeotec wallmote sleeping and parameter issues
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'.
Customer support service by UserEcho