Logic Machine Forum
[OLD] LogicMachine firmware 2021.05 - 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 2021.05 (/showthread.php?tid=3358)

Pages: 1 2


RE: [PRE-RELEASE 1] LogicMachine firmware 2021.05 - Daniel - 23.06.2021

I just tried it on LM4 and it works. Can you make a test as fallow. Make a project backup, perform factory reset. Install the app and test again. If it works restore your backup and check again.
It could be that your dongle failed.


RE: [PRE-RELEASE 1] LogicMachine firmware 2021.05 - Bobby - 23.06.2021

Seems like that did the trick. Thanks!


RE: [PRE-RELEASE 1] LogicMachine firmware 2021.05 - tomnord - 30.06.2021

Any known issues with bacnet and device name sharing after whois-Iam with scada system? I have two LMs that does not allow my scada to create a config file with all objects. Yabe shows everything OK, so we are unsure if the problem lies with the scada or in LM. We create configs from other Bacnet sources without problem, so it is only with LM we see this behaviour.


RE: [PRE-RELEASE 1] LogicMachine firmware 2021.05 - Daniel - 30.06.2021

(30.06.2021, 08:13)tomnord Wrote: Any known issues with bacnet and device name sharing after whois-Iam with scada system? I have two LMs that does not allow my scada to create a config file with all objects. Yabe shows everything OK, so we are unsure if the problem lies with the scada or in LM. We create configs from other Bacnet sources without problem, so it is only with LM we see this behaviour.

No, nobody reported anything.


RE: [PRE-RELEASE 1] LogicMachine firmware 2021.05 - tomnord - 01.07.2021

(30.06.2021, 15:05)Daniel. Wrote:
(30.06.2021, 08:13)tomnord Wrote: Any known issues with bacnet and device name sharing after whois-Iam with scada system? I have two LMs that does not allow my scada to create a config file with all objects. Yabe shows everything OK, so we are unsure if the problem lies with the scada or in LM. We create configs from other Bacnet sources without problem, so it is only with LM we see this behaviour.

No, nobody reported anything.

We will do additional testing today. Will keep you posted if anything is traced back to LM.


RE: [PRE-RELEASE 1] LogicMachine firmware 2021.05 - german.cespedes@ecoelec.cl - 05.07.2021

Hello,

I tried to download the firmware 2021.05 for LM5 lite but the download link is not working, could you check it? I am very interested in testing the zerotier functionality on my LM5 Lite.
  Greetings.


RE: [PRE-RELEASE 1] LogicMachine firmware 2021.05 - Daniel - 06.07.2021

(05.07.2021, 21:51)german.cespedes@ecoelec.cl Wrote: Hello,

I tried to download the firmware 2021.05 for LM5 lite but the download link is not working, could you check it? I am very interested in testing the zerotier functionality on my LM5 Lite.
  Greetings.

The link works fine, try again.


RE: [PRE-RELEASE 1] LogicMachine firmware 2021.05 - CristianAgata - 06.07.2021

(05.07.2021, 21:51)german.cespedes@ecoelec.cl Wrote: Hello,

I tried to download the firmware 2021.05 for LM5 lite but the download link is not working, could you check it? I am very interested in testing the zerotier functionality on my LM5 Lite.
  Greetings.

Try copy and paste the link of the download on another window of chrome.
In my case in this way I reach to download it.
BR Cristian


Troubles with Zerotier - gdimaria - 26.07.2021

Hi, I cancelled LM from my zerotier network by mistake and now, according with their knowledge base, re-add it manually.
but I have to provide the "node number".... How I can get it? I gaved a look on the system logs but I can't find it.

Thanks

Peppe


RE: [PRE-RELEASE 1] LogicMachine firmware 2021.05 - admin - 26.07.2021

Make sure that ZeroTier is enabled, then run this scripts:
Code:
id = io.readfile('/var/lib/zerotier-one_default/identity.secret'):sub(1, 10)
log(id)



RE: [PRE-RELEASE 1] LogicMachine firmware 2021.05 - gdimaria - 26.07.2021

Thanks!