Logic Machine Forum
[OLD] LogicMachine firmware 2016.04.16 - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: Announcements (https://forum.logicmachine.net/forumdisplay.php?fid=7)
+--- Forum: Software updates (https://forum.logicmachine.net/forumdisplay.php?fid=13)
+--- Thread: [OLD] LogicMachine firmware 2016.04.16 (/showthread.php?tid=292)

Pages: 1 2


RE: [PRE-RELEASE] LogicMachine firmware 2016.04.16 - gtsamis - 24.06.2016

It seems there is a strange behaviour in the new FW or I am doing something wrong...

I have enabled the option "Save object values in storage:" just for testing and whenever LM writes something to BUS the device reboots.

Can someone confirm if this is a bug or misconfiguration on my side?

Thank you


RE: [PRE-RELEASE] LogicMachine firmware 2016.04.16 - admin - 24.06.2016

This issue has already been fixed, but can be present in your firmware. For now just keep it disabled.


RE: [PRE-RELEASE] LogicMachine firmware 2016.04.16 - gtsamis - 24.06.2016

(24.06.2016, 08:14)admin Wrote: This issue has already been fixed, but can be present in your firmware. For now just keep it disabled.

Thank you flash gordon  Cool


RE: [PRE-RELEASE] LogicMachine firmware 2016.04.16 - AdriSaliai - 27.06.2016

(05.05.2016, 07:00)edgars Wrote: Please see here pre-release of firmware.
Make sure you have a backup file of your device prior to upgrading.
Upgrade might take some time if you have many trend logs, during upgrade red/green LEDs will toggle.

Changelog attached.

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

How can i check my version on firmware to LM?


RE: [PRE-RELEASE] LogicMachine firmware 2016.04.16 - edgars - 27.06.2016

AdriSaliai, please send me your device serial number in private message.


RE: [PRE-RELEASE] LogicMachine firmware 2016.04.16 - rocfusion - 05.07.2016

Hi,

Looks like removealltags is not working in the latest beta

Code:
local all=grp.all()
local gr
for k,i in pairs(all) do
     if(i.name ~= nil) then
       gr= i.address
       grp.removealltags(gr)
     end

Also,  changes to tags on objects via script do not appear in the objects tag without having to refresh the browser.


Thanks,

Roger


RE: [PRE-RELEASE] LogicMachine firmware 2016.04.16 - admin - 05.07.2016

Thanks for bug report, Roger, will fix this before the release. Manual refresh is needed because auto-refresh only applies to value changes.