I’ve been running the Envisalink add-on for several months now, all of my motion sensors and door sensors are showing up in HA. I recently wanted to try to create some scenes using the envisalink door sensors as triggers. To my surprise none of the door sensors change state when they are opened. I tried opening the door for over a minute and the status remains ‘off’ in HA, the last tripped parameter on all the door sensors indicates ‘null’. When I check the status on the eyezon app, the status changes almost instantaneously, when I open and close the doors. For months now I’ve been able to enable and disable my alarm system through HA without incident. I’m able to see on the HA logbook that my motion sensors get triggered. There are no error messages that I can see in the log file. Any suggestions or advise would be appreciated. I’m still fairly new to HA and I might be missing something really basic. Here is the envisalink config:
# EyeZOn Envisalink configuration
envisalink:
host: 192.168.0.11
panel_type: DSC
user_name: !secret eyezon_user
password: !secret eyezon_pass
code: !secret eyezon_code
port: 4025
evl_version: 3
keepalive_interval: 30
zonedump_interval: 15
timeout: 10
panic_type: Police
zones:
7:
name: 'Piano Room Motion'
type: 'motion'
8:
name: 'Room 1 Motion'
type: 'motion'
9:
name: 'Front Door'
type: 'opening'
10:
name: 'Small OHD'
type: 'opening'
11:
name: 'Large OHD'
type: 'opening'
12:
name: 'Garage / Home Door'
type: 'opening'
13:
name: 'Patio Door'
type: 'opening'
14:
name: 'Basement Door'
type: 'opening'
15:
name: 'Media Room Motion'
type: 'motion'
16:
name: 'Room 2 Motion'
type: 'motion'
partitions:
1:
name: 'Home Alarm'