ParadoxAlarmInterface / pai

Paradox Magellan, Spectra and EVO, with MQTT, Signal, Pushbullet, Pushover and others
https://gitter.im/paradox-alarm-interface
Eclipse Public License 2.0
358 stars 94 forks source link

No handler for message 5 #126

Closed Trefex closed 4 years ago

Trefex commented 4 years ago
2020-01-03 13:25:54,314 - ERROR    - PAI.paradox.lib.async_message_manager - No handler for message 5
Detail: Container: 
    fields = Container: 
        data = b'RG\x80\x00\x00\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'... (truncated, total 70)
        value = Container: 
            po = Container: 
                command = 5
                status = Container: 
                    reserved = False
                    alarm_reporting_pending = False
                    Winload_connected = True
                    NeWare_connected = False
            packet_length = 71
            control = Container: 
                ram_access = True
                eeprom_address_bits = 0
            bus_address = 0
            address = 2
            data = b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'... (truncated, total 64)
        offset1 = 0
        offset2 = 70
        length = 70
    checksum = b'\x1b' (total 1)

I receive this sometimes when doing some arming / disarming via Home Assistant.

I have not seen that many errors when running the docker on my Windows PC, but i see this now more frequent when running on the Docker NAS.

Is the async handler robust or is something wrong in my setup?

Trefex commented 4 years ago

Using tag latest from DockerHub.

Trefex commented 4 years ago

Might be coincidence with arm/disarm as i receive also this message 4-5 mins after arm/disarm.

yozik04 commented 4 years ago

dupe #89 Happens sometimes and it is fine. Reason unknown.

Trefex commented 4 years ago

Hi @yozik04 i still experience this with version 2.2.0

drzoidberg33 commented 9 months ago

I've just set PAI using ESP32 Serial -> IP method, everything seems to work but I'm getting these error messages every few seconds.

Mine look pretty much the same as OPs:

2024-02-27 21:28:46,393 - ERROR    - PAI.paradox.lib.handlers - No handler for message 5
Detail: Container: 
    fields = Container: 
        data = b'R\x00\x80\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'... (truncated, total 36)
        value = Container: 
            po = Container: 
                command = 5
                status = Container: 
                    reserved = False
                    alarm_reporting_pending = False
                    Winload_connected = True
                    NeWare_connected = False
            validation = 128
            address = 2
            data = b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'... (truncated, total 32)
        offset1 = 0
        offset2 = 36
        length = 36
    checksum = b'\xdc' (total 1)

I have the ESP32 serial connection piggy-backing off the serial output on my Olarm Pro (https://olarm.com/products/olarm-pro-4g) and I wonder if that's causing this potentially.

I don't want to lose the Olarm as it is useful and I'm already paying for the subscription through my security company.

I'm currently using PAI through the HA Addon on version 3.4.0 with a MG5050 (only the one serial connection which is why I'm using the one on the Olarm).

yozik04 commented 9 months ago

@drzoidberg33 it is fine, relax 😎

drzoidberg33 commented 9 months ago

@drzoidberg33 it is fine, relax 😎

Thanks, it's working great btw, but I've only had it up for 30 minutes so far πŸ‘

yozik04 commented 8 months ago

I have added IO_TIMEOUT setting. Please try to play with it. Default is 0.5 seconds.