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

Pages: 1 2 3 4


RE: [PRE-RELEASE 1] LogicMachine firmware 2018.08 - kenjirosama - 21.12.2018

It´s fixed. Probably had to to with a certificate from my router that interfered.


RE: [PRE-RELEASE 1] LogicMachine firmware 2018.08 - Nazif Can - 22.12.2018

Hi When we are using 2017.09 Firmware with LM5Lp , address check scripts was working very well. Here you can find an example below. After upgrading to 2018.08 , these scripts does not respond and each time while script working ; asking the group address and it gives off,

how can i solve this issue ?

Need help,

Regards,

result1 = knxlib.ping('1.1.55')

grp.write('1/1/1', result1)


RE: [PRE-RELEASE 1] LogicMachine firmware 2018.08 - admin - 22.12.2018

Can you log the result that ping returns?

Code:
res, err = knxlib.ping('1.1.55')
log(res, err)



RE: [PRE-RELEASE 1] LogicMachine firmware 2018.08 - Nazif Can - 24.12.2018

* arg: 1
 * bool: false
* arg: 2
 * nil


as I said before the upgrade script was working


RE: [PRE-RELEASE 1] LogicMachine firmware 2018.08 - AEK - 24.12.2018

(24.12.2018, 05:24)Nazif Can Wrote: * arg: 1
 * bool: false
* arg: 2
 * nil


as I said before the upgrade script was working
Are you sure device is present?

just checked on my lm3 with rs232 port firmware 20180828

res, err = knxlib.ping('1.1.3')

log(res, err)
if device exist
* arg: 1
 * bool: true
* arg: 2
 * nil

else
* arg: 1
 * bool: false
* arg: 2
 * nil


what do you see in ETS group monitor ?


RE: [PRE-RELEASE 1] LogicMachine firmware 2018.08 - Nazif Can - 24.12.2018

when I changed connection mode and type .I listed the results. 

(Before upgrading when connection mode was IP Routing and connection type was  only ethernet script was working and was sending true.)


RE: [PRE-RELEASE 1] LogicMachine firmware 2018.08 - admin - 24.12.2018

ping will only work with TP connection mode. From ETS logs it seems you have a loop somewhere. Either disable IP features on LM or change multicast IP.


RE: [PRE-RELEASE 1] LogicMachine firmware 2018.08 - AlexLV - 26.12.2018

Hi!
May be possible to add in RC2 at visu for camera object "Hide in Touch" possibility?? Not all of mobile devices can open stream from camera, but icon always appeared... Would be possible to hide it..


RE: [PRE-RELEASE 1] LogicMachine firmware 2018.08 - PassivPluss - 29.01.2019

Hi. I am currently running 20170620 and wondering when the RC will become final?
And do I have to discover the Dali ballasts again?
There is one thing that makes the LM work as a GW to Dali weak. Could it be possible to add 4bit dimmer adress to each ballast, so that it is possible to connect a switch directly to the LMs group adress for 4 bit on the dali page? This is something that every Dali Gw has the possibility for Smile


RE: [PRE-RELEASE 1] LogicMachine firmware 2018.08 - admin - 30.01.2019

RC1 is quite stable, there are several really minor bugs which do not affect normal operation. The only thing you need to do is upgrade DALI package manually.

DALI package files:
New CPU: https://dl.openrb.com/pkg/genohm-scada-dali_20190123_imx6.ipk
Old CPU: https://dl.openrb.com/pkg/genohm-scada-dali_20190123_mxs.ipk

There's no need to scan DALI bus again. 4-bit dimming is implemented but without status feedback, status requests should be done manually. Here's an example: https://forum.logicmachine.net/showthread.php?tid=1817&pid=11349#pid11349

Here's the latest DALI package that should be installed manually after upgrade to RC1.


RE: [PRE-RELEASE 1] LogicMachine firmware 2018.08 - PassivPluss - 30.01.2019

(30.01.2019, 07:36)admin Wrote: RC1 is quite stable, there are several really minor bugs which do not affect normal operation. The only thing you need to do is upgrade DALI package manually.

DALI package files:
New CPU: https://dl.openrb.com/pkg/genohm-scada-dali_20190123_imx6.ipk
Old CPU: https://dl.openrb.com/pkg/genohm-scada-dali_20190123_mxs.ipk

There's no need to scan DALI bus again. 4-bit dimming is implemented but without status feedback, status requests should be done manually. Here's an example: https://forum.logicmachine.net/showthread.php?tid=1817&pid=11349#pid11349

Here's the latest DALI package that should be installed manually after upgrade to RC1.

GreatSmile Then I can try it later. So the only thing thats missing is feedback automatically. I have tried manual feedback on the scale and on/off object with success earlier. Then I use on event, sleep 1 sec, then run dali cmd for feedbackSmile


RE: [PRE-RELEASE 1] LogicMachine firmware 2018.08 - MichelDeLigne - 01.04.2019

Hello,

Where can we find the latest software for the LM5p2-KC?
Do we need to use the "LM5 Power 4 DIN units"?

Thanks.


RE: [PRE-RELEASE 1] LogicMachine firmware 2018.08 - admin - 01.04.2019

Your model is LM power with extension, 4 units is an older model.


RE: [PRE-RELEASE 1] LogicMachine firmware 2018.08 - davidsilva - 17.06.2019

Hi,
What is the version for LM Reactor GSM Power (LM5p2-GSM)?

Best regards,


RE: [PRE-RELEASE 1] LogicMachine firmware 2018.08 - admin - 17.06.2019

You don't need to change firmware on that device


RE: [PRE-RELEASE 1] LogicMachine firmware 2018.08 - andeug - 07.07.2019

Are they any plans to release a 2019 firmware? So far it has been quiet for almost one year...


RE: [PRE-RELEASE 1] LogicMachine firmware 2018.08 - admin - 08.07.2019

We will release 2019 RC1 this month


RE: [PRE-RELEASE 1] LogicMachine firmware 2018.08 - Bobby - 31.07.2019

(08.07.2019, 06:39)admin Wrote: We will release 2019 RC1 this month
Looking forward to it! Smile
New Z-wave application?


RE: [PRE-RELEASE 1] LogicMachine firmware 2018.08 - Thomas - 16.08.2019

Hello
Are there release notes, bugfixes etc available publicly here?


RE: [PRE-RELEASE 1] LogicMachine firmware 2018.08 - admin - 16.08.2019

Not yet but short changelog will be posted