Logic Machine Forum
knxlib.getstats() - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8)
+--- Thread: knxlib.getstats() (/showthread.php?tid=1712)



knxlib.getstats() - buuuudzik - 10.11.2018

Hello,

could you give some info about this method? I have a few LMs on installation and now I am developing some bus traffic monitoring in different lines.

I've tried used above method but I've received such result:

Code:
* table:
[iptx]
 * number: 1263
[repeats]
 * number: 0
[iprx]
 * number: 0
[tprx]
 * number: 0
[tptx]
 * number: 0


This is from LM4 which is in IP line, and iptx is still the same but there is a lot of traffic in line in two directions on IP side because there is no TP connected. So it should be variable and both iptx and iprx should be more than 0.


RE: knxlib.getstats() - admin - 12.11.2018

Have you tried this with latest FW?


RE: knxlib.getstats() - buuuudzik - 12.11.2018

Yes, this is from LM4 with firmware 20180828.

Today stats:

Code:
* table:
[iptx]
 * number: 83025
[repeats]
 * number: 0
[iprx]
 * number: 0
[tprx]
 * number: 0
[tptx]
 * number: 0



RE: knxlib.getstats() - admin - 16.11.2018

This issue will be fixed in next firmware release, thanks for reporting!


RE: knxlib.getstats() - buuuudzik - 16.11.2018

Nice?