[OLD] LogicMachine firmware 2023.06 - 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 2023.06 (/showthread.php?tid=4816) Pages:
1
2
|
RE: [RELEASE] LogicMachine firmware 2023.06 - savaskorkmaz - 29.12.2023 (27.12.2023, 13:56)Daniel Wrote: Post the links where from you downloaded the packages. It installed after several restart. And we didn't do it anything special . Just restart several times Here is the link. https://dl.openrb.com/lm-23-imx6/pkg RE: [RELEASE] LogicMachine firmware 2023.06 - Daniel - 29.12.2023 I just tried on firmware 20230612 on LM5 Lite and works just fine. Did you try re-downloading the package and signature again? Drop a screenshot of the error. RE: [RELEASE] LogicMachine firmware 2023.06 - pillbox - 16.01.2024 Hello grp.update send updated value to KNX bus when knx connection mode is IP routing HW: LM5 Lite (i.MX6) SW: 20230607 RE: [RELEASE] LogicMachine firmware 2023.06 - admin - 16.01.2024 This is by design. It won't happen if you use virtual group address range. You can also enable "Filter local update telegrams" in "Local > IP filter" and adjust the filtering table accordingly. RE: [RELEASE] LogicMachine firmware 2023.06 - pillbox - 16.01.2024 (16.01.2024, 08:29)admin Wrote: This is by design. It won't happen if you use virtual group address range. You can also enable "Filter local update telegrams" in "Local > IP filter" and adjust the filtering table accordingly. I need to update GA value which can be read later from bus. I can`t use virtual address or filter ((( Is there any way to update object value without sending to any interface? Can I use db:update('objects', { datahex = 1 }, { id = obj.id }) ? Will web UI be updated values automatically after that? RE: [RELEASE] LogicMachine firmware 2023.06 - admin - 16.01.2024 You will have to manually reload UI to see the new value if you update it via a DB query. |