So I can log in to the Envisalink locally to the http://192.168.1.182 address, and the user/user works to get me in. I misunderstood originally, and had used my eyez-on.com login information, but corrected that. I’m not getting any updates on the zones and my log file shows…
Copy to clipboard
2020-08-11 00:34:08 ERROR (MainThread) [homeassistant.components.envisalink] Could not establish a connection with the Envisalink- retrying...
2020-08-11 00:34:39 ERROR (MainThread) [pyenvisalink.envisalink_base_client] Unable to connect to envisalink. Reconnecting...
So below is my current load in my config file is…
Copy to clipboard
# Envisalink Alarm Panel integration
envisalink:
host: http://192.168.1.182
panel_type: DSC
user_name: user
password: user
code: xxxx
evl_version: 4
port: 4025
keepalive_interval: 60
zonedump_interval: 30
timeout: 10
panic_type: Police
zones:
2:
name: '2 - Motion Set Family RM'
type: 'motion'
3:
name: '3 - Garage Entry Door'
type: 'opening'
4:
name: '4 - Breakfast Windows'
type: 'opening'
5:
name: '5 - Family Room 3 Doors'
type: 'opening'
6:
name: '6 - Master Bed/Bath Windows'
type: 'opening'
7:
name: '7 - Garage/Stairwell Door'
type: 'opening'
10:
name: '10 - Utility Room Door'
type: 'opening'
11:
name: '11 - Bed 2 (Corin) Windows'
type: 'opening'
12:
name: '12 - Workout Rm Windows'
type: 'opening'
13:
name: '13 - Front Door'
type: 'opening'
14:
name: '14 - Dining Rm Windows'
type: 'opening'
15:
name: '15 - Bed 3 (Han) Windows'
type: 'opening'
16:
name: '16 - Back Porch Door'
type: 'opening'
partitions:
1:
name: 'Home (1477 FB)'
This feels from all the reading to be the standard approach. I’m showing the zones as binary sensors, but there is no data coming through.
Would love any help to understand what I’m doing wrong or need to change. Thanks guys