Door sensor events for two veras (veralite & veraedge)

Hi All,

I just bought a new veraedge to upgrade my HA system :D. Currently, these two veras are not bridged together. I just added my DSC 1832 to both veras separately. When a door is opened, it seems only one vera receives the event notification (randomly between two veras).

Please advise how to setup event notification for both of my veras.

Thanks.

I just found out that ENVISAlink 3 only allows one TPI client :(. I guess only one of my veras can receive the status update from my DSC 1832.

http://forum.eyez-on.com/FORUM/viewtopic.php?f=6&t=632

I have z-wave sensors that are connected to one Vera. To have my non-bridged Vera’s communicate I use HTTP calls in the LUUP section of a scene and the Multiswitch plugin as a status indicator for external events.

I’m not a huge expert on the DSC plugin but you may want to just connect it to the one Vera and on notifications create a scene that runs a scene on the other Vera.

Example of scene call LUUP I use. VERA_ADRESSS is the IP of the other Vera and SCENE_NUMBER the number of the scene to run on the other vera.

luup.inet.wget("http://VERA_ADDRESS:3480/data_request?id=lu_action&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&action=RunScene&SceneNum=SCENE_NUMBER", 5, "", "")

[quote=“hellovn, post:2, topic:188091”]I just found out that ENVISAlink 3 only allows one TPI client :(. I guess only one of my veras can receive the status update from my DSC 1832.

http://forum.eyez-on.com/FORUM/viewtopic.php?f=6&t=632[/quote]

I too want to setup a configuration where two Veras get updates from a DSC 1832. I really want the Vera separate for stability reasons…