Envisalink Invalid Config after release 0.81. It worked before

I’m having problems with my envisalink since 0.81.

It says invalid config. The thing is, I haven’t changed anything. It was working OK for the last 1-2 month and after update… well, not anymore.

I get this in the logs:

Log Details (ERROR)
Sun Dec 02 2018 06:11:31 GMT+0100 (közép-európai téli idő)

Envisalink timed out waiting for password, whoops that should never happen. Server is closing socket 
connection

The password is correct, I can reach the board on its IP

Here is my config:

envisalink:
  host: 192.168.0.120
  panel_type: DSC
  user_name: user
  password: pass
  port: 4025
  code: 1234
  evl_version: 4
  keepalive_interval: 60
  zonedump_interval: 30
  zones:
    1:
      name: 'Z1 Lacko Iroda'
      type: 'motion'
    2:
      name: 'Z2 Iroda Ajto folotti'
      type: 'motion'
    3:
      name: 'Z3 Siren Sabotage'
      type: 'problem'
    
  partitions:
    1:
      name: 'Home'

Any idea? Thx

Hi Lazlo,
Have you updated to the latest version? Does the problem continue?

Best,

It turned out that a Broadlink custom component caused all my problems.
Once I deleted the component, everything was working fine again.