ISY Z Wave device not appearing

Good Afternoon Automators!

I recently (FINALLY) got my Z Wave lock (Kwikset 912) to work with my Universal Devices ISY994i controller! but HASS can’t pull the information about it. In version 36.X I had it working (for a brief moment) and the ISY passed the information along and the new device appeared in HASS no problem (well, except for the whole not working bit)

HASS generates this error

17-02-05 12:23:31 WARNING (Thread-6) [homeassistant.components.isy994] Bad ISY Request: http://192.168.0.13:80/rest/vars/definitions/1
17-02-05 12:23:31 WARNING (Thread-6) [homeassistant.components.isy994] Bad ISY Request: http://192.168.0.13:80/rest/vars/definitions/2
17-02-05 12:23:31 ERROR (Thread-6) [homeassistant.components.isy994] ISY Could not parse variables, poorly formatted XML.

Either HASS is not pulling information from ISY or ISY isn’t pushing it properly, either way something in 37.1 seems to have broken the Z Wave config for ISY. Any Ideas?

After carefully following the instructions here >> https://home-assistant.io/components/isy994/, I was able to get it to function properly, though I’m still a little stumped as to why it doesn’t automatically pick that device up like it used to…

I’ve got a similar issue related to the multisensor 6 connected to the ISY via zwave. Check this out, it might lend some light on the issue:

Hi,
Can anyone provide some guidance regarding the z-wave lock status? Per HA documentation, you have to create HA.lock folder in your programs and inside that folder you have to create ‘actions’ and ‘status’ programs.

I have the ‘status’ program:
If $Garage_Entry_Door is 0

‘actions’ program:
Then
$Garage_Entry_Door = 0
Set ‘Devices / Door / Garage Entry Door’ Lock

Else
$Garage_Entry_Door = 1
Set ‘Devices / Door / Garage Entry Door’ Unlock

Although the above setup responds to the device properly, the status on the UI is not retaining the actual status. The moment I initiate the UNLOCK, the device unlocks but seconds after it unlocks, the status reverts back to LOCK. Thus causing the device to not be able to lock and inconsistencies.

I am sure I am missing some steps. I hope someone can shed a light on this issue.

Thanks.