philh30
October 30, 2021, 3:34am
1561
I’ve put together an Edge driver that will direct connect from the ST Hub to the Envisalink (no middle man server required). Edge is the platform that will replace Groovy DTHs in the near future. There may still be some bugs to squash, but it’s been working well for me.
This Edge driver provides a direct, local connection between the SmartThings hub and an Envisalink interface that is installed in a Honeywell/Ademco Vista panel. No additional hardware is required besides the ST Hub, Vista alarm system, and Envisalink. The driver supports two partitions and attempts to glean as much data as possible from the Vista panel. This driver uses the Envisalink connection functions developed by @TAustin for the DSC/Envisalink integration. The logic for parsing Vista keypad update data from the Envisalink builds upon the work done by @redloro for the STNP integration.
This driver is a work in progress. I’m still tinkering with things, but I feel like it’s in good enough shape to share and get feedback. Also, ST Edge is currently (October 2021) in beta, and may chan…