Good. Is there a way to fo the same with knx physical adresses as well? I was thinking to maybe ones a day run a script that checks programmed adresses and makes an alert if trouble and and ok message to the log if ok
Thank you. I added the function into the group address status script. From before.
I tried this function and it's not working in the current version of Wiser - does anyone have a current working version of this function to check the local KNX TP link?
Tried in a resident script and scheduled script (I prefer scheduled script), anyway the statushandler() function never gets called.
Thank you. I added the function into the group address status script. From before.
I tried this function and it's not working in the current version of Wiser - does anyone have a current working version of this function to check the local KNX TP link?
Tried in a resident script and scheduled script (I prefer scheduled script), anyway the statushandler() function never gets called.
And I get nothing in the logs, error logs, alerts... any ideas?
(31.08.2021, 06:36)forsterm Wrote: Hi,
I tested it with Wiser for KNX with firmware 2.6.2 and it was working for me.
You have to use resident script with sleep time 0.
(30.08.2021, 20:27)morkovka Wrote:
(22.02.2017, 01:47)rocfusion Wrote:
(21.02.2017, 08:35)admin Wrote: Yes, via a resident script:
Thank you. I added the function into the group address status script. From before.
I tried this function and it's not working in the current version of Wiser - does anyone have a current working version of this function to check the local KNX TP link?
Tried in a resident script and scheduled script (I prefer scheduled script), anyway the statushandler() function never gets called.
(31.08.2021, 07:53)admin Wrote: You won't get any log until the connection status changes. If you want to get the current status the use status = buslib.isconnected()
Thank you, that works well!
What's the difference between 'knxlib' and 'buslib'?
Temperature warning is another indication of an overloaded line. It's not guaranteed to appear though. The more devices are on the KNX line the harder it is to transmit data. This leads to the chip overheating and/or not being able to transmit at all (send 0 receive 1 error).