This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

[OLD] LogicMachine firmware 2018.08
#41
It´s fixed. Probably had to to with a certificate from my router that interfered.
#42
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)
#43
Can you log the result that ping returns?

Code:
res, err = knxlib.ping('1.1.55')
log(res, err)
#44
* arg: 1
 * bool: false
* arg: 2
 * nil


as I said before the upgrade script was working
#45
(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 ?
#46
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.)

Attached Files Thumbnail(s)
       
#47
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.
#48
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..
#49
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
#50
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-d...3_imx6.ipk
Old CPU: https://dl.openrb.com/pkg/genohm-scada-d...23_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/showthrea...9#pid11349

Here's the latest DALI package that should be installed manually after upgrade to RC1.
#51
(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-d...3_imx6.ipk
Old CPU: https://dl.openrb.com/pkg/genohm-scada-d...23_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/showthrea...9#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
#52
Hello,

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

Thanks.
#53
Your model is LM power with extension, 4 units is an older model.
#54
Hi,
What is the version for LM Reactor GSM Power (LM5p2-GSM)?

Best regards,
#55
You don't need to change firmware on that device
#56
Are they any plans to release a 2019 firmware? So far it has been quiet for almost one year...
#57
We will release 2019 RC1 this month
#58
(08.07.2019, 06:39)admin Wrote: We will release 2019 RC1 this month
Looking forward to it! Smile
New Z-wave application?
#59
Hello
Are there release notes, bugfixes etc available publicly here?
LM5Lp, firmware: 2018.08.22 and 2021.12.15, FlashSYS v2, ARMv7 Processor rev 5 (v7l), kernel 4.4.151 and 4.4.259
#60
Not yet but short changelog will be posted


Forum Jump: