I have a Vera 2 and I’ve been rummaging around looking for a good way to get notifications for a couple of events from the Vera over to a server on the same LAN. I definitely do not want to route notifications through the internet to mios.com or micasaverde.com or wherever.
I can probably bodge something up with SMTP if I have to. I have seen a plug-in that does UDP, which seems a little weird.
What I would prefer is to have my Vera 2 do an HTTP GET (or POST) on a local HTTP server. Something like
GET http://10.1.10.1:8080/vera_notification?event=someNotificationName
I can’t see any provision for this in the docs. I can’t find any convenient plug-in. Is there something I should look into?
Thanks