MOCHAD (x10) controller updated to UI5 interface for vera3

I got my vera3 yesterday and starting converting everything over. The MOCHAD controller wasn’t updated to the UI5 interface so I have made the changes.

Note: To use this controller you need to run a separate linux system with the opensource MOCHAD project which can be downloaded and sourceforge and compiled for your linux distro. I run mine on a smally ttylinux distro

There are seven files that need to uploaded.

[ul][li]D_Mochad1.xml[/li]
[li]D_MochadAlarm1.json[/li]
[li]D_MochadAlarm1.xml[/li]
[li]I_Mochad1.xml[/li]
[li]L_Mochad1.lua[/li]
[li]S_AlarmPartition2.xml - this is the standard alarm file so if you already have it then you may not need to upload this one.[/li]
[li]S_Mochad1.xml[/li][/ul]

After uploading the files, add a new device (APPS->Develop Apps->Create Device)
Upnp Device Filename: D_Mochad1.xml
Ip Address: Ip Address of your MOCHAD server

Here is a link to the code branch
http://code.mios.com/trac/mios_mochad-x10/browser/branches/1.50UI5

There is already a version for UI5, owned by @radarengineer:
http://apps.mios.com/plugin.php?id=1148

You could ask him to add you as a collaborator to the plugin so you can upload your files and publish your version on the Marketplace.

Okay good idea. @radarengineer did give me access to commit code into mios. It is based on the same code, I have just added the alarm partitoon to support the various x10 alarm panels such as ds7000, sc1200 and orca system.

@localuser, I would be happy to add your new changes to the plugin and post a new version. I certainly welcome any help I can get!