Help build binding for Paradox Alarm Panel with IP150

Another thing i am trying to do is to run it as a service. what i get from systemctl status paradoxip.service i get

pi@OPENHABSRV:~ $ systemctl status paradoxip.service
● paradoxip.service - Starts and stops the Paradox IP150 Python script
   Loaded: loaded (/usr/lib/systemd/system/paradoxip.service; disabled; vendor preset: enabled)
   Active: active (running) since Tue 2019-02-12 11:51:54 EET; 4h 10min ago
     Docs: https://github.com/Tertiush/ParadoxIP150v2
 Main PID: 10433 (python)
   Memory: 15.6M
      CPU: 2.326s
   CGroup: /system.slice/paradoxip.service
           └─10433 /usr/bin/python /home/pi/paradoxip/IP150-MQTTv2.py

Feb 12 15:48:28 OPENHABSRV python[10433]: ERROR:root:******************* Error reading config.ini file (will use defaults): [Errno 13] Permission denied: '/h
Feb 12 15:48:28 OPENHABSRV python[10433]: ERROR:root:MQTT connection error (3: 'NoneType' object has no attribute 'encode'
Feb 12 15:51:01 OPENHABSRV python[10433]: ERROR:root:MQTT connection error (2: 'NoneType' object has no attribute 'encode'
Feb 12 15:53:33 OPENHABSRV python[10433]: ERROR:root:MQTT connection error (1: 'NoneType' object has no attribute 'encode'
Feb 12 15:56:06 OPENHABSRV python[10433]: ERROR:root:State01:Error within State_Machine: 1: 'NoneType' object has no attribute 'encode'
Feb 12 15:56:06 OPENHABSRV python[10433]: ERROR:root:State01:Going to State_Machine: 0
Feb 12 15:56:06 OPENHABSRV python[10433]: ERROR:root:******************* Error reading config.ini file (will use defaults): [Errno 13] Permission denied: '/h
Feb 12 15:56:06 OPENHABSRV python[10433]: ERROR:root:MQTT connection error (3: 'NoneType' object has no attribute 'encode'
Feb 12 15:58:38 OPENHABSRV python[10433]: ERROR:root:MQTT connection error (2: 'NoneType' object has no attribute 'encode'
Feb 12 16:01:11 OPENHABSRV python[10433]: ERROR:root:MQTT connection error (1: 'NoneType' object has no attribute 'encode'