I read this thread a few months ago and have recently acted on it. My Vera started behaving erratically, in particular refusing to send http commands as luup. I used these to put my Synology surveillance station into Away mode (I.e. to turn on motion detection for my IP cameras). SS and Vera worked well together - I could exchange POST commands back and forth to create a good integrated home security setup.
But then the luup just stopped working. After many hours of checking, rebooting, and re-writing the code and scenes without any success I gave up and installed Home Assistant on the Synology. I use Node Red to manage my automation, and it generally works well. The Vera acts as a zwave hub, but I still need it to initiate Home or Away status, via a Remotec scene controller. And this is the latest problem. I need a unit by the door for my family to press a button to turn the home security on and off. The Remotec performed this function as well as controlling lights etc. But unfortunately HA does not recognise any attributes for the Remotec scene controller so I cannot use it to trigger a Node Red flow.
It does work still in Vera, but randomly with HA. For example it will link to a scene to turn on a switch, but HA will not pick up on the switch status change. If however I run the scene directly from Vera then HA does acknowledge the status change to the switch and will run the associated flow. Strange!
So my conclusion is that I need an HA entity such as a switch or keypad or scene controller that will either integrate independently of Vera or will
Integrate through Vera and pass on all its attributes to HA so that it can initiate a Node Red flow. Does anyone have any suggestions?
PS I don’t know how to code etc so have pretty limited skills, other than what I have had to learn getting the above setup in place