Zwave integration
edgelitoc
Posts: 160
Is Zwave and amx can be integrated .. Is there a module or sample strings of command available.. If that is possible would anyone want to share .. Thanks
0
Comments
This is one of those things I've longed for for quite a long time. there are very few wireless lighting control systems that dont' want you to use their control base (cloud or in-home controller) I wish someone would create a simple stand-alone device with an API. I've ran into a few one-off type things but nothing from any of the major manufacturers.
I made some research for AMX + Zwave, was going to use :
http://getvera.com/controllers/veralite/
And then you need to use http command or you can use :
http://dmlogic.com/blog/developing-z-wave-plugins-for-vera-with-lua-and-luup
I just stoped at this part
If you start testing it, just let us know.
Thanks
I used the VeraEdge yesterday to control a lock, replacing a Leviton VRC0Pv3 (a serial controlled Z-Wave interface) that stopped working with this lock and that I could not get support for.
We had an issue setting up the account as we did not receive any emails. We also used the "password forgotten" mechanism since we weren't sure what password we typed minutes prior and works similar to other Chinese services: rather than sending a link, they reset the passowrd and send a new password. This effectively is a lock-out of the account until the email is received. sbcglobal.net is blocking vera or vera is blocking sbcglobal.net and we never received emails. Had to call support to get this rectified.
I do not know if the unit will work without an account. We didn't try, as the customer was intending on using the free Vera app anyway on more devices like his phone where he doesn't have TPC. For customers without privacy concerns or with little care this may work OK but I will investigate later on what it may take to neuter this device and decouple it from online services. Everything worked without an internet connection so I do not believe it requires one for normal functionality.
If you know the local IP you do not need to use any online service to connect to the device.
There is no local protection for the device. Anyone on the network can mess around with it. If security is a concern, place it on a different network (VLAN and route to it for example).
You can set a static IP on the VeraEdge only if using the LAN port. If using WiFi, it must be DHCP. It doesn't seem to support DHCP Option 12 so one must set a static DHCP reservation on a router if using WiFi connectivity. In our case we did just this as the Z-Wave connection would not work from the wired equipment location but we have great WiFi distribution throughout the house.
One-way control is effortless. There are two documents you will need, the requests and the UPnP variable list.
http://wiki.micasaverde.com/index.php/Luup_Requests#actions
http://wiki.micasaverde.com/index.php/Luup_UPnP_Variables_and_Actions
Here's some quick hacky code to operate a door lock.
I might finally get to writing a very basic JSON element parser and writing a module for this with feedback for AMX and Cres since we're seeing (and sometimes using) more and more Z-Wave connected devices.