Envisalink 4 alarm panel - sensors present but no arm/disarm

I’ve got the Envisalink TPI partly working on my Hass.io installation for a Honeywell panel. The sensors for each zone are present and display correct status. The Alarm Panel is present and displays the correct status when arm/disarmed from the keypad or EVL app. The problem is that ARM HOME, ARM AWAY & DISARM do not work with the button presses in the HA GUI. “Service alarm_control_panel/alarm_arm_home called” is displayed for ARM HOME, but this does not arm the alarm. Same thign for ARM AWAY & DISARM.

I’m VERY new to HA so thinking I must be missing something obvious.

Here is my config.yaml if that is any help:

envisalink:
host: 192.168.X.XXX
panel_type: HONEYWELL
user_name: hi
password: there
code: ####
port: 4025
evl_version: 4
keepalive_interval: 60
zonedump_interval: 30
panic_type: Police
zones:
1:
name: ‘Front Door’
type: ‘opening’
2:
name: ‘Living Room Motion’
type: ‘motion’
3:
name: ‘Master Bedroom’
type: ‘opening’
4:
name: ‘Kitchen Back Door’
type: ‘opening’
5:
name: ‘Dining’
type: ‘opening’
6:
name: ‘Garage Entry’
type: ‘opening’
partitions:
1:
name: ‘Alarm Panel’

Any guidance to getting this working would be appreciated.

I am having exactly the same problem, but with an EVL3. I’ll post if I find a solution.