Enter forum description here ...
0
Under review

ngrok as alternative for port forwarding

Gracjan 3 years ago in bOS Server updated by Gabor Stepper 3 years ago 4

I'm owner of JIGSAW device without possibility to get public IP address. While looking for workarounds I have found the ngrok service which offers tunnels accessible via URL links. As long as I understand JIGSAW is simply raspberry pi device with custom linux os running under the hood. I wonder if I could login to the device using the ssh to access the root account for purpose of installation and setup of ngrok service. Will you be able to share those? Is ssh access enabled?

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

Modbus RTU fail

Łukasz Klinger 3 years ago updated 3 years ago 5

good morning, since the installation on the beta version grinder, there are repeated interruptions in the operation of Modbus RTU in the application there is a connection, but the controllers stop interrogating the devices, it is not enough to pull the controller from the USB socket because it has no effect, but without turning it off, turn off the connection and turn on and suddenly call back .

0
Under review

Shutdown Jigsaw from bOS Client or UPS

Jaume Almirall 3 years ago in bOS Server updated by ComfortClick Support 3 years ago 1

Hi,

Its possible to shutdown Jigsaw from Bos Client or with UPS conection?

I want to shutdown Jigsaw when UPS is about to finish battery charge and have safety stop. Even with a button in bOS Client should be fine.

Regards,

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