Alarm status goes unavailable

Hi All,

I have recently installed Mosquitto Broker and Paradox IP150 MQTT Adapter after which I was able to configure them to get a view on my lovelace with Paradox alarm status

Problem is every 10-15 sec the virtual keyboard flashes for 1-2 secs on lovelace, on web and app.

I can only see the DISARM button but it doesnt do anything when pressed

My entity view shows the Filter state for [alarm_control_panel.house_paradox] shows as unavailable but again every 10-15sec it would flash to unknown state

My Entities page :

I hope looking at the above someone is able to provide some direction?

Moreover I can share my logs if that helps as well

Here are some logs

Paradox IP150 MQTT Adapter

    byte = self._sock_recv(1)
  File "/usr/lib/python3.7/site-packages/paho/mqtt/client.py", line 660, in _sock_recv
    return self._sock.recv(bufsize)
AttributeError: 'NoneType' object has no attribute 'recv'
Traceback (most recent call last):
  File "ip150_mqtt.py", line 140, in <module>
    ip_mqtt.loop_forever()
  File "ip150_mqtt.py", line 133, in loop_forever
    mqc.loop_forever()
  File "/usr/lib/python3.7/site-packages/paho/mqtt/client.py", line 1782, in loop_forever
    rc = self.loop(timeout, max_packets)
  File "/usr/lib/python3.7/site-packages/paho/mqtt/client.py", line 1177, in loop
    rc = self.loop_read(max_packets)
  File "/usr/lib/python3.7/site-packages/paho/mqtt/client.py", line 1568, in loop_read
    rc = self._packet_read()
  File "/usr/lib/python3.7/site-packages/paho/mqtt/client.py", line 2271, in _packet_read
    byte = self._sock_recv(1)
  File "/usr/lib/python3.7/site-packages/paho/mqtt/client.py", line 660, in _sock_recv
    return self._sock.recv(bufsize)
AttributeError: 'NoneType' object has no attribute 'recv'
Traceback (most recent call last):
  File "ip150_mqtt.py", line 140, in <module>
    ip_mqtt.loop_forever()
  File "ip150_mqtt.py", line 133, in loop_forever
    mqc.loop_forever()
  File "/usr/lib/python3.7/site-packages/paho/mqtt/client.py", line 1782, in loop_forever
    rc = self.loop(timeout, max_packets)
  File "/usr/lib/python3.7/site-packages/paho/mqtt/client.py", line 1177, in loop
    rc = self.loop_read(max_packets)
  File "/usr/lib/python3.7/site-packages/paho/mqtt/client.py", line 1568, in loop_read
    rc = self._packet_read()
  File "/usr/lib/python3.7/site-packages/paho/mqtt/client.py", line 2271, in _packet_read
    byte = self._sock_recv(1)
  File "/usr/lib/python3.7/site-packages/paho/mqtt/client.py", line 660, in _sock_recv
    return self._sock.recv(bufsize)

Mosquitto broker

1595242856: Client auto-2F98261D-0D3C-9769-0E38-8103295BD11E disconnected.
1595242881: New connection from 172.30.33.3 on port 1883.
1595242881: New client connected from 172.30.33.3 as auto-C1EF3631-3A09-D950-A7F3-4CE1EA521AC5 (p2, c1, k60, u'MQTTuser').
1595242882: Client auto-C1EF3631-3A09-D950-A7F3-4CE1EA521AC5 disconnected.
1595242907: New connection from 172.30.33.3 on port 1883.
1595242907: New client connected from 172.30.33.3 as auto-14735070-1FAA-91EB-A29B-75D532B5F2B3 (p2, c1, k60, u'MQTTuser').
1595242908: Client auto-14735070-1FAA-91EB-A29B-75D532B5F2B3 disconnected.
1595242933: New connection from 172.30.33.3 on port 1883.
1595242933: New client connected from 172.30.33.3 as auto-836129A9-EF04-6CAE-9701-8878C76E41A8 (p2, c1, k60, u'MQTTuser').
1595242934: Client auto-836129A9-EF04-6CAE-9701-8878C76E41A8 disconnected.
1595242958: New connection from 172.30.33.3 on port 1883.
[INFO] found MQTTuser on local database
1595242960: New client connected from 172.30.33.3 as auto-F87A336B-4E52-22D5-DEDF-1E6B6C23B274 (p2, c1, k60, u'MQTTuser').
1595242961: Client auto-F87A336B-4E52-22D5-DEDF-1E6B6C23B274 disconnected.
1595242986: New connection from 172.30.33.3 on port 1883.

same issue here - panel unknown

mqtt comms works fine - using NodeRed to monitor

its almost like the Paradox AddOn is not subscribed to parse the incoming MQTT correctly. Bubbles (binary_sensors) receive all PIR ON/OFF correctly from the AddOn MQTT publisher.
Just the Alarm_control_panel does not receive the MQTT. I guess its just expecting another message.