guessed,
Thanks for the information on the Odroid C1. I have been eyeing it for some time. Right now I have been running my OpenHAB test instance on a VM which is working well. I may move it over to something more dedicated. My OpenHAB instance is no where near production ready. I still have a lot to learn and am currently working on writing getting my ISY controller integrated.
For the ISY integration, I am not writing a direct plugin for OpenHAB. Since OpenHAB2 changes how the plugins work and I do not have time to figure out how the plugins work in OpenHAB1, I will be writing separate code to tie it in. The code will be written in node.js and communicate via mqtt. I have a proof of concept running and listening for events on the ISY and passing them along to mqtt which is running on the same instance as OpenHAB. I then have OpenHAB listen to messages via mqtt. So far it looks very promising. I now have some code that will take commands from OpenHAB and pass them to the ISY via mqtt and the ISY rest api. Right now I am struggling with mappings in OpenHAB and trying to figure out the best way to handle some of the controls. As soon as I have something decent I will be posting the code for others to use.
Hopefully I can get the rest of my OpenHAB instance running with rules etc and just have my vera act as a zwave gateway and all other functions via OpenHAB. I may be picking your brain a little on thoughts / opinions for my ISY tie in and the inner workings of OpenHAB.
- Garrett