This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

[OLD] LogicMachine firmware 2016.09
#1
RC2 has been approved as a stable release, we recommend upgrading if running an older version.

Next release with many small bug fixes and improvements, including fixes for KNX tunnelling and Modbus proxy: http://forum.logicmachine.net/showthread...53#pid1953

Make sure you have a backup file of your device prior to upgrading, downgrade to previous versions is only possible via firmware recovery.

LM2 IMX: https://dl.openrb.com/lm-16.09/lm2i.img
LM3 V1 (4 x RS-485): https://dl.openrb.com/lm-16.09/lm3v1.img
LM3 V2 (3 x RS-485 and 1 x RS-232): https://dl.openrb.com/lm-16.09/lm3v2.img
LM4: https://dl.openrb.com/lm-16.09/lm4.img
LM5: https://dl.openrb.com/lm-16.09/lm5m4.img
LM Ambient: https://dl.openrb.com/lm-16.09/lmwall.img
LM Reactor: https://dl.openrb.com/lm-16.09/reactor.img
LM Reactor V2: https://dl.openrb.com/lm-16.09/reactorv2.img
LM Reactor V3: https://dl.openrb.com/lm-16.09/reactorv3.img
LM Reactor Lite: https://dl.openrb.com/lm-16.09/rctl.img

Patches and package updates:

1. Important update: fix random group addresses appearing during KNX device programming and missing KNX/TP telegrams.
Install through Logic Machine -> Utilities -> Install updates:
https://dl.openrb.com/lmup/2016.12.23-knx_fix_mxs.lmup

2. (only needed if running RC2 version) Cannot send e-mail using secure connection (e.g. Gmail).
Install through System Config -> Packages:
https://dl.openrb.com/lm-16.09-rc2/libwo...-1_mxs.ipk


LM Load Balancer: https://dl.openrb.com/lm-16.09-rc2/lb.img

Patches and package updates:

1. Cannot send e-mail using secure connection (e.g. Gmail).
Install through System Config -> Packages:
https://dl.openrb.com/lm-16.09-rc2/libwo...-1_x86.ipk
#2
Could you prepare the firmware version for LM Load Balancer?
#3
+1 For LM Load Balancer
#4
This week Wink
#5
installed, no issues.
#6
Noticed some problems in Mosaic:

1. Adding widget - widget jumping to screen somewhere (right side of screen, to the bot side and etc.)
2. iPad horizontal orientation - widgets big, iPad vertical orientation - widgets too small, text not visible
3. Few times noticed - no widget at all, screen empty, just written "Main screen"
4. iPad horizontal orientation - left side vertical toolbar always on screen and sometimes no reacts (pressing by finger), iPad vertical orientation - left side vertical toolbar hides/unhide correctly, reaction is good.
#7
Have you tried updating the Mosaic app? The pre-installed version that comes with the firmware is older than the latest release.
#8
Yes, Mosaic 2.0 was updated. To be sure all Mosaic apps was uninstalled and installed again. Tests was repeated.

Text cutting, size of widgets
------------------------------------
See attached images, illustrating text cutting. You see iPhone and iPad screens.
iPad screen (vertical orientation) - very small widgets, text cutting.
iPad screen (horizontal orientation) - everything is ok, widgets are big, no problem with text cutting.

Left toolbar
------------------------------------
iPad vertical orientation - left toolbar automatically unhides/hides correctly. Controls are ok.
iPad horizontal orientation - left toolbar always present on screen. Sometimes hangs - no reaction when you touching by finger.

Attached Files Thumbnail(s)
       
#9
(03.10.2016, 06:36)admin Wrote: This week Wink

I am waiting with a big hopeWink
#10
Is it a hope for releasing the update for Load Balancer today?
#11
Here you go, as usual, make sure to backup before upgrading:
https://dl.openrb.com/lm-16.09-rc2/lb.img
#12
Very thanks, great info. I will check this immediatellyWink

I've upgraded LM-LB and it is working. Unfortunately this javascript is not working. Can you check? This script is working on LM4 and LM Reactor V3 but not on LM Load Balancer also after upgrade.

Code:
$(function(){
 
 // Set color values
 var defaultcolor = $('.Temp').css("color") // Use color that is default set on the object
 var highcolor = 'rgb(0, 153, 204)' // Blue
 var lowcolor = 'rgb(204, 153, 0)' // Orange
 
 // Function to change colors on values
 function CheckSetpointandValue(){
   // Check if and how many elements there are with additional class 'Temp'
   if ($(".Temp").length > 0){

     // Set number of items to loop through based on additional class 'Temp' items
     var TempValueItems = $(".Temp").length // Determine number of compare items
     
     // Set difference between actual and setpoint to change color
     var MinimalDifference = 0.5 // Determine minnimal difference between setpoint and actual temperature
   
     // Loop to items to set CSS
     for (i = 1; (i-1) < TempValueItems; i++) {
       // Set conditions for Setp_nr and Temp_nr
       if ( Number( $(".Temp_" + i).html() ) > ( Number( $(".Setp_" + i).html() ) + MinimalDifference ) ){
         $(".Temp_" + i).css("color", highcolor);
       } else if ( ( Number( $(".Temp_" + i).html() ) + MinimalDifference ) < Number( $(".Setp_" + i).html() ) ){
         $(".Temp_"  + i).css("color", lowcolor);
       } else {
         $(".Temp_" + i).css("color", defaultcolor);
       }
     }
   }
 }  
 
 // Check for changes on value of item with Temp
 $(".Temp").bind("DOMSubtreeModified",function(){
   CheckSetpointandValue();
 });
 
 // Check for changes on value of item with Setp
 $(".Setp").bind("DOMSubtreeModified",function(){
   CheckSetpointandValue();
 });
 
 // Initial execution
 CheckSetpointandValue();
 
});
#13
I found the reason of the problem. I have temperatures with units e.g. °C. So when the algorythm compare the values temperatures are NaN.
#14
Works fine for me for the last few days. I am running it on a LM4 machine.
#15
I loaded the FW to LM Reactor V2 and when i program a device with ETS new objects appears on LM.
I do have bus sniffer enabled but never noticed such a behavior before.
The new objects have datatype 14byte ASCII and group address similar to the device I program e.g. programing device 1.1.30 and new object with address 2/1/30 appears on LM.
I have tried it on another installation with LM Load Balancer (FW 20160301) and I get the same results. Objects appearing when I program a device.
#16
Thanks, we'll do some tests this week and provide a patch.
#17
(05.10.2016, 10:22)GenaV Wrote: Yes, Mosaic 2.0 was updated. To be sure all Mosaic apps was uninstalled and installed again. Tests was repeated.

Mosaic has just been updated, which should bugs you've mentioned. As for visual layout devs are saying that this is intended. Maybe a custom theme can be created which has different widget/text sizes.
#18
i have problems using mysql in the latest beta version, error see attached screenshot

Attached Files Thumbnail(s)
   
#19
gtsamis
Please try this patch for your Reactor (this won't work on Load Balancer). Install through Logic Machine -> Utilities -> Install updates.
https://dl.openrb.com/lm-16.09-rc2/20160...x_mxs.lmup
#20
Please let the developer who increased the TouchVis speed that he/she made my day!!!


Forum Jump: