Page 1 of 1

Excessive AUI Message Logging

PostPosted: Sat Dec 07, 2019 7:25 pm
by coolboarder
First I am new to this board but I have been running the AlarmDecoder AD2PI for the past two years and it works great. Recently I updated to a new build of the AlarmDecoder Raspberry Pi Image and now I am getting an excessive amount AUI messages logged in the events log. I get about 1 AUI message every 3 seconds. All the messages make the event log less useful and it is causing the db.sqlite file to grow quickly. Is there an easy way to prevent these messages from being logged? I have 3 graphical keypads hooked up so maybe I am getting more AUI messages than the average system.

Re: Excessive AUI Message Logging

PostPosted: Sun Apr 05, 2020 10:09 pm
by coolboarder
Ended up commenting the following lines out in the /opt/alarmdecoder/alarmdecoder/decoder.py file. Not sure if this is the best way to do this but seems to work.

Starting at line 450:
# elif header == '!AUI':
# msg = self._handle_aui(data)

Re: Excessive AUI Message Logging

PostPosted: Sun Apr 19, 2020 9:42 pm
by kevin
Probably best to not modify source code to address this

I would look at adjusting your configbits to disable AUI messages