Just completed a full Vista 20p conversion to EyezOn UNO and wanted to know if anyone has successfully integrated with HE? There’s many posts about integrating HE with Envisalink which is from the same company. Any help appreciated
I had nothing but trouble and had to abandon it. I was a vista 250 but its same family. My system was monitored and the alarm company kept calling about bus errors.
I could set and disarm the panel fine but I couldn’t stop these errors.
Hopefully you’ll have better luck than I did. Unfortunately the Hubitat app is unsupported as the author has abandoned supporting it.
I completely tore out the Vista - 12 years old and wanted something more functional. The UNO panel is solid so far. I compared to Konnected and the ease of programming and device options on the EyezOn UNO was above. That all said, interfacing with HE appears to be a current issue. Seems like they have a solid interface with home assistant but my HE install is very large and works perfectly so I don’t intend to mess with that component
I would go that route. You can get HA up and running a PI in less than an hour, and to connect a few devices, a PI3 would be plenty. Some people have one lust laying around, but a used PI3 on Ebay is less than $20. Or go for a PI4 even.
You simply download the HA image for your PI version, use the Raspberry PI imager app to write it to the SD card, put in the PI and boot to HA. There will be some setup/learning involved, but you do not need to get very deep into HA to connect a device.
Then use the HADB app to bring the device into Hubitat once it is connected to HA.
Looks like you would also want to install HACS in HA (their walled garden of community integrations) since it appears there is a better integration not yet in HA CORE.
Maybe not helpful but I have a DSC832 with an EVL3 eth card and it has been rock solid for years.
I am using this which may or may not be the same for the Vista.
def version() { return "Envisalink 0.5.4" }
definition(
name: "Envisalink Integration",
namespace: "dwb",
singleInstance: true,
author: "Doug Beard",
description: "Integrate your DSC Alarm system, using Envisalink 3 or 4",
category: "My Apps",
importUrl: "https://raw.githubusercontent.com/bdwilson/hubitat_envisalink/master/hubitat_envisalink_integration_application.groovy",
iconUrl: "https://dougbeardrdiag.file.core.windows.net/icons/HomeSecIcon.PNG",
having no help from EyezOn I decided to just write my own native Hubitat integration and am using it live in production. link to the code below and also created a HPM install link