Logic Machine Forum
KNX Bus monitoring - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Gateway (https://forum.logicmachine.net/forumdisplay.php?fid=10)
+--- Thread: KNX Bus monitoring (/showthread.php?tid=5501)



KNX Bus monitoring - sck - 05.07.2024

Hi all,

I have strange behaviour on an installation where 2 fans connected to an ABB actuator in the middle of the night start several times for a few seconds and then stop. It happens around 2-3 times a month. Also, once a month the bell of the house rings when knowing is pressing the bell push button.

All the above elements are connected to KNX actuators and there is no automatic logic to make them work so unless you press a wall button, they will not work.

I want to find a way of monitoring the KNX buss without leaving a computer 24x7 with ETS running and here is my question, is there a way of using LM to monitor all the KNX traffic and export into a file or external database?

Also, another option can be to monitor the ´ON´ events of the fans and bell button, but I don´t know how to capture who triggers the call to that telegram. Can you let me know how to do it?

Thanks!


RE: KNX Bus monitoring - Daniel - 05.07.2024

Just enable log for the object and in Logs you will see a source address of the device sent the telegram.


RE: KNX Bus monitoring - sck - 05.07.2024

(05.07.2024, 13:32)Daniel Wrote: Just enable log for the object and in Logs you will see a source address of the device sent the telegram.

Hi Daniel, thank you very much for your prompt response!
Elegant way of finding a solution, much appreciated!


RE: KNX Bus monitoring - phongvucba - 12.07.2024

Hi Daniel ! Smile
"is there a way of using LM to monitor all the KNX traffic and export into a file or external database?"
I want to monitor everything. If it's all, then selecting everything is not very feasible and takes a long time ( I have more 1000 object Sad )
Thank pro !


RE: KNX Bus monitoring - admin - 12.07.2024

InfluxDB integration: https://kb.logicmachine.net/integration/influxdb/#resident-script


RE: KNX Bus monitoring - sck - 09.08.2024

(12.07.2024, 09:24)admin Wrote: InfluxDB integration: https://kb.logicmachine.net/integration/influxdb/#resident-script

Is there a possibility to export it to other databases like MySQL, MariaDB or similar?
Thanks


RE: KNX Bus monitoring - Daniel - 12.08.2024

Yes, study this thread
https://forum.logicmachine.net/showthread.php?tid=193