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



[OLD] LogicMachine firmware 2024.04 - admin - 16.04.2024

2024.04 RC3 https://forum.logicmachine.net/showthread.php?tid=5393

Changes from 2024.02 RC1

- Fixed BACnet client direct connection mode
- Fixed redirect from login missing URL parameters when multiple parameters are used
- Fixed missing password match validation in the main configurator



Known issues

- Homekit application must be updated to the latest version via LM app store after the firmware upgrade.



New LM Home application

More info here: https://forum.logicmachine.net/showthread.php?tid=5220



You can find the hardware model in the "Upgrade firmware" window:

[Image: attachment.php?aid=1740]

LM5 Power devices with i.MX6 CPU
LM5 Lite (3 DIN units): image file | signature
LM5 Lite + Ext (4 or 6 DIN units): image file | signature
LM5 Reactor GM KNX: image file | signature
LM5 Reactor GM CANx: image file | signature
LM5 Reactor Dimmer KNX: image file | signature
LM5 Reactor Dimmer CANx: image file | signature
LM5 Reactor IO V2/V3: image file | signature
LM5 Reactor IO V2/V3 + LTE: image file | signature
LM5 M4 (4 DIN units): image file | signature
LM Wall (Ambient V2): image file | signature

Extra packages (i.MX6 CPU)
libmysqlclient has been replaced by libmariadb. No script changes are needed for MySQL/MariaDB connectivity.



KNX Data Secure

Video tutorial: https://forum.logicmachine.net/showthread.php?tid=5243&pid=33915#pid33915


RE: [RC2] LogicMachine firmware 2024.04 - kike - 25.04.2024

Hi, I have just noticed that something change in this version, usually when I want to create an object is:

grp.create({  datatype = 7,  address = '10/1/16',  name = 'Dato16',  units = ' d16',  tags = { 'Tipo16' }, })

But in this version this error pops up and nothing is done


maybe change the database structure?

Thanks!!


RE: [RC2] LogicMachine firmware 2024.04 - admin - 25.04.2024

Try adding require('json') before calling grp.create() as a work-around. This will be fixed in the next version.


RE: [RC2] LogicMachine firmware 2024.04 - Fahd - 26.04.2024

Hi, 
I still have ZeroTier config error


RE: [OLD] LogicMachine firmware 2024.04 - admin - 30.04.2024

@Fahd, please try RC3: https://forum.logicmachine.net/showthread.php?tid=5393